Author: ebourg-guest Date: 2014-08-07 12:23:06 +0000 (Thu, 07 Aug 2014) New Revision: 18310
Modified: trunk/bouncycastle/debian/changelog trunk/bouncycastle/debian/orig-tar.sh Log: Use XZ compression for the upstream tarball Modified: trunk/bouncycastle/debian/changelog =================================================================== --- trunk/bouncycastle/debian/changelog 2014-08-07 12:11:09 UTC (rev 18309) +++ trunk/bouncycastle/debian/changelog 2014-08-07 12:23:06 UTC (rev 18310) @@ -2,6 +2,7 @@ * Standards-Version updated to 3.9.5 (no changes) * Switch to debhelper level 9 + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Thu, 07 Aug 2014 14:07:58 +0200 Modified: trunk/bouncycastle/debian/orig-tar.sh =================================================================== --- trunk/bouncycastle/debian/orig-tar.sh 2014-08-07 12:11:09 UTC (rev 18309) +++ trunk/bouncycastle/debian/orig-tar.sh 2014-08-07 12:23:06 UTC (rev 18310) @@ -3,13 +3,13 @@ # called by uscan with '--upstream-version' <version> <file> DEBIAN_VERSION=$(echo $2 | sed -e 's/^\(.\)/\1./') DIR=bouncycastle-$DEBIAN_VERSION.orig -TAR=../bouncycastle_$DEBIAN_VERSION+dfsg.orig.tar.gz +TAR=../bouncycastle_$DEBIAN_VERSION+dfsg.orig.tar.xz # clean up the upstream tarball tar zxf $3 rm -f $3 mv crypto-$2 $DIR -GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar cJf $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

