Author: ebourg-guest
Date: 2013-09-04 15:09:46 +0000 (Wed, 04 Sep 2013)
New Revision: 17198
Modified:
trunk/maven-source-plugin/debian/changelog
trunk/maven-source-plugin/debian/orig-tar.sh
Log:
Use XZ compression when generating the upstream tarball
Modified: trunk/maven-source-plugin/debian/changelog
===================================================================
--- trunk/maven-source-plugin/debian/changelog 2013-09-04 14:41:41 UTC (rev
17197)
+++ trunk/maven-source-plugin/debian/changelog 2013-09-04 15:09:46 UTC (rev
17198)
@@ -8,6 +8,7 @@
- Wrap and sort the dependencies
* debian/copyright: Updated the Format URI to 1.0
* debian/watch: Updated to catch the latest 2.x versions
+ * debian/orig-tar.sh: Use XZ compression when generating the upstream tarball
-- Emmanuel Bourg <[email protected]> Wed, 04 Sep 2013 16:19:32 +0200
Modified: trunk/maven-source-plugin/debian/orig-tar.sh
===================================================================
--- trunk/maven-source-plugin/debian/orig-tar.sh 2013-09-04 14:41:41 UTC
(rev 17197)
+++ trunk/maven-source-plugin/debian/orig-tar.sh 2013-09-04 15:09:46 UTC
(rev 17198)
@@ -1,12 +1,12 @@
#!/bin/sh -e
VERSION=$2
-TAR=../maven-source-plugin_$VERSION.orig.tar.gz
+TAR=../maven-source-plugin_$VERSION.orig.tar.xz
DIR=maven-source-plugin-$VERSION
TAG=$(echo "maven-source-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'
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits