Author: ebourg-guest Date: 2013-10-07 08:22:18 +0000 (Mon, 07 Oct 2013) New Revision: 17303
Modified: trunk/jmagick/debian/changelog trunk/jmagick/debian/orig-tar.sh Log: Use XZ compression for the upstream tarball Modified: trunk/jmagick/debian/changelog =================================================================== --- trunk/jmagick/debian/changelog 2013-10-07 08:16:26 UTC (rev 17302) +++ trunk/jmagick/debian/changelog 2013-10-07 08:22:18 UTC (rev 17303) @@ -4,6 +4,7 @@ * Use canonical URLs for the Vcs-* fields * Removed Michael Koch from the uploaders (Closes: #654036) * debian/copyright: Refer to the GPL-2 in /usr/share/common-licenses + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Mon, 07 Oct 2013 08:46:56 +0200 Modified: trunk/jmagick/debian/orig-tar.sh =================================================================== --- trunk/jmagick/debian/orig-tar.sh 2013-10-07 08:16:26 UTC (rev 17302) +++ trunk/jmagick/debian/orig-tar.sh 2013-10-07 08:22:18 UTC (rev 17303) @@ -1,7 +1,7 @@ #!/bin/sh -e # called by uscan with '--upstream-version' <version> <file> -UPSTREAM_TAR=../jmagick-$2-src.tar.gz +UPSTREAM_TAR=../jmagick-$2-src.tar.xz DIR=jmagick-$2.orig rm -f $3 @@ -9,7 +9,7 @@ # clean up the upstream tarball tar zxf $UPSTREAM_TAR mv $2 $DIR -GZIP=--best tar czf $3 -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar cJf $3 -X debian/orig-tar.exclude $DIR rm -rf $DIR $UPSTREAM_TAR # move to directory 'tarballs' _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

