[pkg-java] r17774 - trunk/libslf4j-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Feb 13 23:21:18 UTC 2014
Author: ebourg-guest
Date: 2014-02-13 23:21:18 +0000 (Thu, 13 Feb 2014)
New Revision: 17774
Modified:
trunk/libslf4j-java/debian/changelog
trunk/libslf4j-java/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball
Modified: trunk/libslf4j-java/debian/changelog
===================================================================
--- trunk/libslf4j-java/debian/changelog 2014-02-13 23:13:40 UTC (rev 17773)
+++ trunk/libslf4j-java/debian/changelog 2014-02-13 23:21:18 UTC (rev 17774)
@@ -2,6 +2,7 @@
* Switch to debhelper level 9
* Standards-Version updated to 3.9.5 (no changes)
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Fri, 14 Feb 2014 00:06:41 +0100
Modified: trunk/libslf4j-java/debian/orig-tar.sh
===================================================================
--- trunk/libslf4j-java/debian/orig-tar.sh 2014-02-13 23:13:40 UTC (rev 17773)
+++ trunk/libslf4j-java/debian/orig-tar.sh 2014-02-13 23:21:18 UTC (rev 17774)
@@ -3,12 +3,13 @@
# $2 = version
# $3 = file
DIR=libslf4j-java-$2.orig
-TAR=$3
+TAR=../libslf4j-java_$2.orig.tar.xz
# clean up the upstream tarball
-tar xzf $TAR
+tar xzf $3
+rm $3
mv slf4j-$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