[pkg-java] r17492 - trunk/maven-plugin-testing/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Nov 22 14:27:59 UTC 2013


Author: ebourg-guest
Date: 2013-11-22 14:27:59 +0000 (Fri, 22 Nov 2013)
New Revision: 17492

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



Modified: trunk/maven-plugin-testing/debian/changelog
===================================================================
--- trunk/maven-plugin-testing/debian/changelog	2013-11-22 14:15:40 UTC (rev 17491)
+++ trunk/maven-plugin-testing/debian/changelog	2013-11-22 14:27:59 UTC (rev 17492)
@@ -3,6 +3,7 @@
   * Team upload.
   * 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>  Fri, 22 Nov 2013 15:14:38 +0100
 

Modified: trunk/maven-plugin-testing/debian/orig-tar.sh
===================================================================
--- trunk/maven-plugin-testing/debian/orig-tar.sh	2013-11-22 14:15:40 UTC (rev 17491)
+++ trunk/maven-plugin-testing/debian/orig-tar.sh	2013-11-22 14:27:59 UTC (rev 17492)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-plugin-testing_$VERSION.orig.tar.gz
+TAR=../maven-plugin-testing_$VERSION.orig.tar.xz
 DIR=maven-plugin-testing-$VERSION
 TAG=$(echo "maven-plugin-testing-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/plugin-testing/tags/${TAG}/ $DIR
-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 ../$TAG
 
 # move to directory 'tarballs'




More information about the pkg-java-commits mailing list