This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-jmeter.
commit c0f59014417b79ba41112de54f4368c10967059e Author: Emmanuel Bourg <[email protected]> Date: Thu Jul 17 11:07:38 2014 +0000 Use XZ compression for the upstream tarball --- debian/changelog | 6 ++++++ debian/orig-tar.sh | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index aa4f13b..63f5f12 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jakarta-jmeter (2.8-3) UNRELEASED; urgency=medium + + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Thu, 17 Jul 2014 13:02:56 +0200 + jakarta-jmeter (2.8-2) unstable; urgency=low * Renamed the HashTree.replace(Object, Object) method to replaceKey(). diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 08c12f6..c9d5fea 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,12 +2,12 @@ # called by uscan with '--upstream-version' <version> <file> DIR=apache-jmeter-$2 -TAR=../jakarta-jmeter_$2.orig.tar.gz +TAR=../jakarta-jmeter_$2.orig.tar.xz # clean up the upstream tarball tar zxvf $3 rm $3 -tar -c -z -f $TAR -X debian/orig-tar.exclude $DIR +tar -c -J -f $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-jmeter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

