[pkg-java] r18250 - trunk/libcommons-logging-java/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Sun Jul 13 23:42:57 UTC 2014


Author: ebourg-guest
Date: 2014-07-13 23:42:57 +0000 (Sun, 13 Jul 2014)
New Revision: 18250

Modified:
   trunk/libcommons-logging-java/debian/changelog
   trunk/libcommons-logging-java/debian/rules
Log:
Use XZ compression for the upstream tarball



Modified: trunk/libcommons-logging-java/debian/changelog
===================================================================
--- trunk/libcommons-logging-java/debian/changelog	2014-07-13 23:36:26 UTC (rev 18249)
+++ trunk/libcommons-logging-java/debian/changelog	2014-07-13 23:42:57 UTC (rev 18250)
@@ -8,6 +8,8 @@
     - Use canonical URLs for the Vcs-* fields
     - Removed the suggested dependency on libservlet3.0-java
   * Switch to debhelper level 9
+  * debian/rules: Use XZ compression for the upstream tarball built
+    by get-orig-source
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 14 Jul 2014 01:01:01 +0200
 

Modified: trunk/libcommons-logging-java/debian/rules
===================================================================
--- trunk/libcommons-logging-java/debian/rules	2014-07-13 23:36:26 UTC (rev 18249)
+++ trunk/libcommons-logging-java/debian/rules	2014-07-13 23:42:57 UTC (rev 18250)
@@ -28,5 +28,5 @@
 	mh_clean
 
 get-orig-source:
-	-uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download --rename
+	-uscan --download-current-version --force-download --rename --repack --compression xz
 




More information about the pkg-java-commits mailing list