[pkg-java] r18527 - trunk/gluegen2/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Oct 7 12:43:59 UTC 2014


Author: ebourg-guest
Date: 2014-10-07 12:43:59 +0000 (Tue, 07 Oct 2014)
New Revision: 18527

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



Modified: trunk/gluegen2/debian/changelog
===================================================================
--- trunk/gluegen2/debian/changelog	2014-10-07 12:16:33 UTC (rev 18526)
+++ trunk/gluegen2/debian/changelog	2014-10-07 12:43:59 UTC (rev 18527)
@@ -1,3 +1,9 @@
+gluegen2 (2.2.0-2) UNRELEASED; urgency=medium
+
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 07 Oct 2014 14:43:18 +0200
+
 gluegen2 (2.2.0-1) unstable; urgency=medium
 
   [ Sylvestre Ledru ]

Modified: trunk/gluegen2/debian/orig-tar.sh
===================================================================
--- trunk/gluegen2/debian/orig-tar.sh	2014-10-07 12:16:33 UTC (rev 18526)
+++ trunk/gluegen2/debian/orig-tar.sh	2014-10-07 12:43:59 UTC (rev 18527)
@@ -2,16 +2,16 @@
 
 VERSION=$2
 DIR=gluegen-v$VERSION
-TAR=gluegen2_$VERSION.orig.tar.bz2
+TAR=gluegen2_$VERSION.orig.tar.xz
 
 # clean up the upstream tarball
-p7zip -d ../$3
+p7zip -d $3
 tar xvf gluegen-v$VERSION.tar
 cd $DIR*
 rm -rf .gitignore .htaccess make/lib/
 rm -f $(find . -iname '*.jar')
 cd ..
-tar jcvf ../$TAR $DIR
+XZ_OPT=--best tar Jcvf ../$TAR $DIR
 rm -rf $DIR gluegen-v$VERSION.tar
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list