[pkg-java] r18184 - trunk/stringtemplate/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue May 27 11:34:18 UTC 2014


Author: ebourg-guest
Date: 2014-05-27 11:34:18 +0000 (Tue, 27 May 2014)
New Revision: 18184

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



Modified: trunk/stringtemplate/debian/changelog
===================================================================
--- trunk/stringtemplate/debian/changelog	2014-05-27 11:32:46 UTC (rev 18183)
+++ trunk/stringtemplate/debian/changelog	2014-05-27 11:34:18 UTC (rev 18184)
@@ -4,6 +4,7 @@
   * debian/control:
     - Removed Michael Koch from the uploaders (Closes: #654132)
   * Switch to debhelper level 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 27 May 2014 13:29:58 +0200
 

Modified: trunk/stringtemplate/debian/orig-tar.sh
===================================================================
--- trunk/stringtemplate/debian/orig-tar.sh	2014-05-27 11:32:46 UTC (rev 18183)
+++ trunk/stringtemplate/debian/orig-tar.sh	2014-05-27 11:34:18 UTC (rev 18184)
@@ -1,11 +1,11 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../stringtemplate_$VERSION.orig.tar.gz
+TAR=../stringtemplate_$VERSION.orig.tar.xz
 DIR=stringtemplate-$VERSION
 
 tar -x -z -f $TAR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
 rm -rf $DIR
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list