[pkg-java] r18043 - trunk/jajuk/debian
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu Apr 17 12:00:54 UTC 2014
Author: ebourg-guest
Date: 2014-04-17 12:00:54 +0000 (Thu, 17 Apr 2014)
New Revision: 18043
Modified:
trunk/jajuk/debian/changelog
trunk/jajuk/debian/orig-tar.sh
Log:
Use XZ compression for the upstream tarball
Modified: trunk/jajuk/debian/changelog
===================================================================
--- trunk/jajuk/debian/changelog 2014-04-17 11:59:01 UTC (rev 18042)
+++ trunk/jajuk/debian/changelog 2014-04-17 12:00:54 UTC (rev 18043)
@@ -3,6 +3,7 @@
* Team upload.
* Switch to debhelper level 9
* debian/control: Fixed the Vcs-Svn URL
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Thu, 17 Apr 2014 13:56:20 +0200
Modified: trunk/jajuk/debian/orig-tar.sh
===================================================================
--- trunk/jajuk/debian/orig-tar.sh 2014-04-17 11:59:01 UTC (rev 18042)
+++ trunk/jajuk/debian/orig-tar.sh 2014-04-17 12:00:54 UTC (rev 18043)
@@ -2,13 +2,13 @@
# $2 = version
# $3 = file
-TAR=../jajuk_$2.orig.tar.gz
+TAR=../jajuk_$2.orig.tar.xz
DIR=jajuk-$2.orig
# clean up the upstream tarball
unzip $3
mv jajuk-src-* $DIR
-GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR
+XZ_OPT=--best tar -c -J -f $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR
# move to directory 'tarballs'
More information about the pkg-java-commits
mailing list