[pkg-java] r17556 - trunk/maven-common-artifact-filters/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 4 13:18:38 UTC 2013


Author: ebourg-guest
Date: 2013-12-04 13:18:38 +0000 (Wed, 04 Dec 2013)
New Revision: 17556

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



Modified: trunk/maven-common-artifact-filters/debian/changelog
===================================================================
--- trunk/maven-common-artifact-filters/debian/changelog	2013-12-04 05:50:21 UTC (rev 17555)
+++ trunk/maven-common-artifact-filters/debian/changelog	2013-12-04 13:18:38 UTC (rev 17556)
@@ -1,3 +1,10 @@
+maven-common-artifact-filters (1.2-2) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Wed, 04 Dec 2013 14:17:16 +0100
+
 maven-common-artifact-filters (1.2-1) unstable; urgency=low
 
   * Team upload

Modified: trunk/maven-common-artifact-filters/debian/orig-tar.sh
===================================================================
--- trunk/maven-common-artifact-filters/debian/orig-tar.sh	2013-12-04 05:50:21 UTC (rev 17555)
+++ trunk/maven-common-artifact-filters/debian/orig-tar.sh	2013-12-04 13:18:38 UTC (rev 17556)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-common-artifact-filters_$VERSION.orig.tar.gz
+TAR=../maven-common-artifact-filters_$VERSION.orig.tar.xz
 DIR=maven-common-artifact-filters-$VERSION
 TAG=$(echo "maven-common-artifact-filters-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/shared/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