[Pkg-scala-commits] [scala] 11/15: Update the clean target

Mehdi Dogguy mehdi at moszumanska.debian.org
Wed Apr 23 21:31:42 UTC 2014


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

mehdi pushed a commit to branch master
in repository scala.

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-scala/packages/scala.git



More information about the Pkg-scala-commits mailing list