[antlr3] 10/17: Improved the clean target

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 22 16:58:51 UTC 2015


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

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

commit e9e00ff48ef3eda21271ede35fbace325130a028
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 22 03:26:07 2015 +0200

    Improved the clean target
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a4e7a75..64ef19e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ antlr3 (3.5.2-1) UNRELEASED; urgency=medium
     - Changed the bnd command to work with any upstream version
     - Remove the antlr3 artifacts from debian/maven-repo before invoking Maven
       (Closes: #706172)
+    - Improved the clean target
   * debian/watch: Watch the release tags on Github
   * Use XZ compression for the upstream tarball
 
diff --git a/debian/rules b/debian/rules
index 12b3d7a..9ab7496 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,8 @@ clean::
 	rm -Rf gunit/target
 	rm -Rf gunit-maven-plugin/target
 	rm -Rf tool/target
+	rm -Rf target
+	rm -Rf runtime/Java/target
 	rm -rf tool/src/main/java/*.tokens
 	rm -rf tool/src/main/java/org/antlr/grammar/v3
 

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



More information about the pkg-java-commits mailing list