[pkg-java] r17781 - trunk/logback/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Feb 17 08:13:30 UTC 2014


Author: ebourg-guest
Date: 2014-02-17 08:13:29 +0000 (Mon, 17 Feb 2014)
New Revision: 17781

Modified:
   trunk/logback/debian/changelog
   trunk/logback/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball



Modified: trunk/logback/debian/changelog
===================================================================
--- trunk/logback/debian/changelog	2014-02-16 23:43:41 UTC (rev 17780)
+++ trunk/logback/debian/changelog	2014-02-17 08:13:29 UTC (rev 17781)
@@ -1,3 +1,10 @@
+logback (1:1.0.13-2) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Mon, 17 Feb 2014 09:04:05 +0100
+
 logback (1:1.0.13-1) unstable; urgency=low
 
   * New upstream release.

Modified: trunk/logback/debian/orig-tar.sh
===================================================================
--- trunk/logback/debian/orig-tar.sh	2014-02-16 23:43:41 UTC (rev 17780)
+++ trunk/logback/debian/orig-tar.sh	2014-02-17 08:13:29 UTC (rev 17781)
@@ -3,12 +3,12 @@
 # $2 = version
 # $3 = file
 DIR=logback_$2
-TAR=../logback_$2.orig.tar.gz
+TAR=../logback_$2.orig.tar.xz
 
 # clean up the upstream tarball
 tar xzf $3
 mv logback-$2 $DIR
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
+XZ_OPT=--best tar cJf $TAR -X debian/orig-tar.exclude $DIR
 rm -rf $DIR
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list