This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jtharness.
commit 506b39c45885c379f08ddcee566909332775490b Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 20:53:31 2014 +0000 debian/rules: Improved the clean target --- debian/changelog | 1 + debian/rules | 8 ++++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index bf81c02..3aa35c8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ jtharness (4.4.0-MR1-Rel-b19-2) UNRELEASED; urgency=medium * Switch to debhelper level 9 * Use XZ compression for the upstream tarball * debian/copyright: Updated the Format URI + * debian/rules: Improved the clean target -- Emmanuel Bourg <[email protected]> Mon, 29 Sep 2014 21:50:56 +0200 diff --git a/debian/rules b/debian/rules index 6bbf71f..caa9444 100755 --- a/debian/rules +++ b/debian/rules @@ -2,8 +2,12 @@ JAVA_HOME = /usr/lib/jvm/default-java +%: + dh $@ --with javahelper + override_dh_auto_build: ant -f build/build.xml -%: - dh $@ --with javahelper +override_dh_auto_clean: + rm -Rf jar-build + dh_auto_clean -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtharness.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

