[derby] 21/53: Don't compress the important files in the documentation package
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Nov 24 13:58:01 UTC 2016
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 <ebourg at apache.org>
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
More information about the pkg-java-commits
mailing list