Author: ebourg-guest Date: 2014-02-17 23:43:46 +0000 (Mon, 17 Feb 2014) New Revision: 17794
Modified: trunk/libapache-poi-java/debian/changelog trunk/libapache-poi-java/debian/orig-tar.sh Log: Use XZ compression for the upstream tarball Modified: trunk/libapache-poi-java/debian/changelog =================================================================== --- trunk/libapache-poi-java/debian/changelog 2014-02-17 23:39:57 UTC (rev 17793) +++ trunk/libapache-poi-java/debian/changelog 2014-02-17 23:43:46 UTC (rev 17794) @@ -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]> Tue, 18 Feb 2014 00:13:18 +0100 Modified: trunk/libapache-poi-java/debian/orig-tar.sh =================================================================== --- trunk/libapache-poi-java/debian/orig-tar.sh 2014-02-17 23:39:57 UTC (rev 17793) +++ trunk/libapache-poi-java/debian/orig-tar.sh 2014-02-17 23:43:46 UTC (rev 17794) @@ -3,7 +3,7 @@ VERSION=$2 DIR=apache-poi-$VERSION -TAR=../libapache-poi-java_$VERSION.orig.tar.gz +TAR=../libapache-poi-java_$VERSION.orig.tar.xz TAG=REL_`echo $VERSION | sed "s/\./_/"` # Checkout the code from svn @@ -18,7 +18,7 @@ unzip OfficeOpenXML-XMLSchema.zip -d $DIR/ooxml-xsds rm *.zip -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

