[pkg-java] r16859 - trunk/derby/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Fri Jun 7 21:16:20 UTC 2013


Author: ebourg-guest
Date: 2013-06-07 21:16:20 +0000 (Fri, 07 Jun 2013)
New Revision: 16859

Modified:
   trunk/derby/debian/rules
Log:
Don't compress the important files in the documentation package



Modified: trunk/derby/debian/rules
===================================================================
--- trunk/derby/debian/rules	2013-06-07 19:33:27 UTC (rev 16858)
+++ trunk/derby/debian/rules	2013-06-07 21:16:20 UTC (rev 16859)
@@ -37,6 +37,11 @@
 	    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




More information about the pkg-java-commits mailing list