[groovy] 02/05: Remove the .java directory created in the build directory
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Oct 9 12:42:41 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository groovy.
commit 060a3e977e8a7a523fe84be38f681f1e82bd72fe
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Oct 9 09:36:36 2016 +0200
Remove the .java directory created in the build directory
---
debian/changelog | 1 +
debian/rules | 1 +
2 files changed, 2 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 2c3dab3..a832fba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ groovy (2.4.7-3) UNRELEASED; urgency=medium
* Team upload.
* Fail the build if AntBuilder isn't in groovy-all.jar (Closes: #839896)
+ * Remove the .java directory created in the build directory
-- Emmanuel Bourg <ebourg at apache.org> Sun, 09 Oct 2016 09:27:40 +0200
diff --git a/debian/rules b/debian/rules
index 3d23956..a82a72f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,7 @@ MODULES := docgenerator servlet ant groovydoc xml swing sql jmx test console gro
override_dh_auto_clean:
dh_auto_clean
find . -wholename .*target/tmp | xargs echo | sed -e 's^target/tmp^target^g' | xargs rm -Rf
+ rm -Rf .java
mh_clean
override_dh_auto_build:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/groovy.git
More information about the pkg-java-commits
mailing list