Author: ebourg-guest Date: 2014-04-17 12:00:54 +0000 (Thu, 17 Apr 2014) New Revision: 18043
Modified: trunk/jajuk/debian/changelog trunk/jajuk/debian/orig-tar.sh Log: Use XZ compression for the upstream tarball Modified: trunk/jajuk/debian/changelog =================================================================== --- trunk/jajuk/debian/changelog 2014-04-17 11:59:01 UTC (rev 18042) +++ trunk/jajuk/debian/changelog 2014-04-17 12:00:54 UTC (rev 18043) @@ -3,6 +3,7 @@ * Team upload. * Switch to debhelper level 9 * debian/control: Fixed the Vcs-Svn URL + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Thu, 17 Apr 2014 13:56:20 +0200 Modified: trunk/jajuk/debian/orig-tar.sh =================================================================== --- trunk/jajuk/debian/orig-tar.sh 2014-04-17 11:59:01 UTC (rev 18042) +++ trunk/jajuk/debian/orig-tar.sh 2014-04-17 12:00:54 UTC (rev 18043) @@ -2,13 +2,13 @@ # $2 = version # $3 = file -TAR=../jajuk_$2.orig.tar.gz +TAR=../jajuk_$2.orig.tar.xz DIR=jajuk-$2.orig # clean up the upstream tarball unzip $3 mv jajuk-src-* $DIR -GZIP=--best tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar -c -J -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR # move to directory 'tarballs' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

