[pkg-java] r17586 - trunk/maven-assembly-plugin/debian

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Dec 17 16:23:06 UTC 2013


Author: ebourg-guest
Date: 2013-12-17 16:23:06 +0000 (Tue, 17 Dec 2013)
New Revision: 17586

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



Modified: trunk/maven-assembly-plugin/debian/changelog
===================================================================
--- trunk/maven-assembly-plugin/debian/changelog	2013-12-17 12:30:54 UTC (rev 17585)
+++ trunk/maven-assembly-plugin/debian/changelog	2013-12-17 16:23:06 UTC (rev 17586)
@@ -1,3 +1,10 @@
+maven-assembly-plugin (2.2~beta5-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 17 Dec 2013 17:22:37 +0100
+
 maven-assembly-plugin (2.2~beta5-3) unstable; urgency=low
 
   * Team upload.

Modified: trunk/maven-assembly-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-assembly-plugin/debian/orig-tar.sh	2013-12-17 12:30:54 UTC (rev 17585)
+++ trunk/maven-assembly-plugin/debian/orig-tar.sh	2013-12-17 16:23:06 UTC (rev 17586)
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-assembly-plugin_$VERSION.orig.tar.gz
+TAR=../maven-assembly-plugin_$VERSION.orig.tar.xz
 DIR=maven-assembly-plugin-$VERSION
 TAG=$(echo "maven-assembly-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/plugins/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