Author: ebourg-guest Date: 2013-10-18 15:27:36 +0000 (Fri, 18 Oct 2013) New Revision: 17356
Modified: trunk/maven-plugin-tools/debian/changelog trunk/maven-plugin-tools/debian/orig-tar.sh Log: Use XZ compression for the upstream tarball Modified: trunk/maven-plugin-tools/debian/changelog =================================================================== --- trunk/maven-plugin-tools/debian/changelog 2013-10-18 15:25:49 UTC (rev 17355) +++ trunk/maven-plugin-tools/debian/changelog 2013-10-18 15:27:36 UTC (rev 17356) @@ -1,3 +1,10 @@ +maven-plugin-tools (2.8-4) UNRELEASED; urgency=low + + * Team upload. + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Fri, 18 Oct 2013 17:27:06 +0200 + maven-plugin-tools (2.8-3) unstable; urgency=low * Team upload. Modified: trunk/maven-plugin-tools/debian/orig-tar.sh =================================================================== --- trunk/maven-plugin-tools/debian/orig-tar.sh 2013-10-18 15:25:49 UTC (rev 17355) +++ trunk/maven-plugin-tools/debian/orig-tar.sh 2013-10-18 15:27:36 UTC (rev 17356) @@ -1,11 +1,11 @@ #!/bin/sh -e -TAR=../maven-plugin-tools_$2.orig.tar.gz +TAR=../maven-plugin-tools_$2.orig.tar.xz DIR=maven-plugin-tools-$2 TAG=maven-plugin-tools-$2 svn export http://svn.apache.org/repos/asf/maven/plugin-tools/tags/$TAG $DIR -tar -c -z -f $TAR $DIR +tar -c -J -f $TAR $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

