[pkg-java] r18491 - trunk/libjtharness-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 29 22:04:32 UTC 2014


Author: ebourg-guest
Date: 2014-09-29 22:04:32 +0000 (Mon, 29 Sep 2014)
New Revision: 18491

Modified:
   trunk/libjtharness-java/debian/changelog
   trunk/libjtharness-java/debian/rules
Log:
No longer compress the examples in the -doc package



Modified: trunk/libjtharness-java/debian/changelog
===================================================================
--- trunk/libjtharness-java/debian/changelog	2014-09-29 21:56:28 UTC (rev 18490)
+++ trunk/libjtharness-java/debian/changelog	2014-09-29 22:04:32 UTC (rev 18491)
@@ -3,6 +3,7 @@
   * 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

Modified: trunk/libjtharness-java/debian/rules
===================================================================
--- trunk/libjtharness-java/debian/rules	2014-09-29 21:56:28 UTC (rev 18490)
+++ trunk/libjtharness-java/debian/rules	2014-09-29 22:04:32 UTC (rev 18491)
@@ -8,6 +8,9 @@
 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




More information about the pkg-java-commits mailing list