This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jtharness.
commit 026be2d3ee6aeb407586e197e9ac8d5aaefae208 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 22:04:32 2014 +0000 No longer compress the examples in the -doc package --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index e4f5374..517d2ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jtharness (4.4.1-1) UNRELEASED; urgency=medium * Team upload. * New upstream relase - Refreshed the patches + * No longer compress the examples in the -doc package * debian/control: - Depend on libservlet3.1-java instead of libservlet3.0-java - Fixed the Vcs-Svn URL and added Vcs-Browser diff --git a/debian/rules b/debian/rules index caa9444..2151691 100755 --- a/debian/rules +++ b/debian/rules @@ -8,6 +8,9 @@ JAVA_HOME = /usr/lib/jvm/default-java override_dh_auto_build: ant -f build/build.xml +override_dh_compress: + dh_compress -X.java + 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

