[pkg-eucalyptus-commits] r303 - wss4j/trunk/debian

Emmanuel Bourg ebourg-guest at alioth.debian.org
Mon Sep 23 07:25:49 UTC 2013


Author: ebourg-guest
Date: 2013-09-23 07:25:49 +0000 (Mon, 23 Sep 2013)
New Revision: 303

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



Modified: wss4j/trunk/debian/changelog
===================================================================
--- wss4j/trunk/debian/changelog	2013-09-23 07:22:23 UTC (rev 302)
+++ wss4j/trunk/debian/changelog	2013-09-23 07:25:49 UTC (rev 303)
@@ -4,6 +4,7 @@
   * Updated Standards-Version to 3.9.4 (no changes)
   * Removed the deprecated DM-Upload-Allowed flag
   * Removed the dependency on the JRE for the binary package (not needed)
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Mon, 23 Sep 2013 09:18:49 +0200
 

Modified: wss4j/trunk/debian/orig-tar.sh
===================================================================
--- wss4j/trunk/debian/orig-tar.sh	2013-09-23 07:22:23 UTC (rev 302)
+++ wss4j/trunk/debian/orig-tar.sh	2013-09-23 07:25:49 UTC (rev 303)
@@ -18,7 +18,7 @@
 
 # $2 = version
 SUFFIX="+svntag"
-TAR=$origDir/wss4j_$2${SUFFIX}.orig.tar.gz
+TAR=$origDir/wss4j_$2${SUFFIX}.orig.tar.xz
 
 # See Developers Reference § 6.7.8.2.4
 DIR=wss4j-$2${SUFFIX}.orig
@@ -30,5 +30,5 @@
 
 # clean up the upstream tarball
 svn export  http://svn.apache.org/repos/asf/webservices/wss4j/tags/${2//\./\_}/ $DIR
-GZIP="--best --no-name" tar --exclude-vcs --exclude-from=debian/exclude -c -z -f $TAR $DIR
+XZ_OPT="--best" tar --exclude-vcs --exclude-from=debian/exclude -c -J -f $TAR $DIR
 rm -rf $DIR




More information about the pkg-eucalyptus-commits mailing list