This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 18d6b8ec4416a04e97e9ab02ce0aa635a267a262 Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 7 21:16:20 2013 +0000 Don't compress the important files in the documentation package --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 9fed90d..6a191f1 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,11 @@ override_dh_test: java org.apache.derby.tools.sysinfo ant all +override_dh_compress: + # Disable the compression of the individual files in the documentation package + dh_compress -pderby-doc -X .java -X .xml -X .txt -X .sql + dh_compress -Nderby-doc + override_dh_auto_install: mh_installpoms -plibderbyclient-java -e$(version) mh_installjar -plibderbyclient-java --java-lib -nderbyclient maven2/client/pom.xml jars/insane/derbyclient.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

