This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uimaj.
commit 86717cae5454d1c1243a21033c995afd73157da0 Author: Emmanuel Bourg <[email protected]> Date: Mon Dec 16 18:17:05 2013 +0100 Use XZ compression for the upstream tarball --- debian/changelog | 1 + debian/orig-tar.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 4d19343..054b8b1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ uimaj (2.4.0-4) UNRELEASED; urgency=low * Use canonical URLs for the Vcs-* fields * Switched to debhelper level 9 + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Wed, 26 Jun 2013 17:51:41 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 661caf7..99985b7 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -3,12 +3,12 @@ # $2 version # $3 original tarball ZIP=$3 -TAR=uimaj_$2.orig.tar.gz +TAR=../uimaj_$2.orig.tar.xz DIR=uimaj-$2 # clean up the upstream tarball unzip $ZIP -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 rm $3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

