[scala-2.10] 122/166: Update the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 15 12:43:42 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository scala-2.10.

commit 3c80ce6bc3ddb7630f4214b8924f61d1b69da940
Author: Lucas Satabin <lucas.satabin at gnieh.org>
Date:   Mon Mar 31 21:34:39 2014 +0200

    Update the clean target
    
    distributions are generated in `dists` and not in `dist` anymore
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index cee25e5..dcd6564 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,7 +16,7 @@ override_dh_auto_build:
 	done
 
 override_dh_auto_clean:
-	rm -rf build dist
+	rm -rf build dists
 
 override_dh_compress:
 	dh_compress -X.js -X.scala

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/scala-2.10.git



More information about the pkg-java-commits mailing list