This is an automated email from the git hooks/post-receive script. tpot-guest pushed a commit to branch master in repository dropwizard.
commit 0a5ce1c4b2b62724bd6a3a1e28b1b67fd852e23c Author: Tim Potter <[email protected]> Date: Wed Nov 5 15:44:03 2014 +1100 Clean up JAR files created by jh_build --- debian/rules | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/debian/rules b/debian/rules index 42c943f..2de146b 100755 --- a/debian/rules +++ b/debian/rules @@ -13,3 +13,7 @@ override_jh_build: override_jh_installlibs: jh_installlibs dropwizard-jackson.jar dropwizard-util.jar + +override_jh_clean: + jh_clean + rm -f dropwizard-*.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dropwizard.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

