[pkg-java] r18288 - trunk/libjoda-time-java/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Jul 28 08:09:34 UTC 2014
Author: ebourg-guest
Date: 2014-07-28 08:09:34 +0000 (Mon, 28 Jul 2014)
New Revision: 18288
Modified:
trunk/libjoda-time-java/debian/changelog
trunk/libjoda-time-java/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball
Modified: trunk/libjoda-time-java/debian/changelog
===================================================================
--- trunk/libjoda-time-java/debian/changelog 2014-07-28 07:38:02 UTC (rev 18287)
+++ trunk/libjoda-time-java/debian/changelog 2014-07-28 08:09:34 UTC (rev 18288)
@@ -2,6 +2,7 @@
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Mon, 28 Jul 2014 09:34:57 +0200
Modified: trunk/libjoda-time-java/debian/orig-tar.sh
===================================================================
--- trunk/libjoda-time-java/debian/orig-tar.sh 2014-07-28 07:38:02 UTC (rev 18287)
+++ trunk/libjoda-time-java/debian/orig-tar.sh 2014-07-28 08:09:34 UTC (rev 18288)
@@ -2,13 +2,13 @@
# called by uscan with '--upstream-version' <version> <file>
VERSION=$2
-TAR=../libjoda-time-java_$VERSION.orig.tar.gz
+TAR=../libjoda-time-java_$VERSION.orig.tar.xz
DIR=joda-time-$VERSION
# clean up the upstream tarball
tar zxvf $3
rm $3
-GZIP=--best tar -czf $TAR --exclude '*.jar' $DIR
+XZ_OPT=--best tar -cJf $TAR --exclude '*.jar' $DIR
rm -rf $DIR
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list