This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-net-java.
commit 1c643cf2ad7f75896bac40e380dafec5e4b619a1 Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 4 20:17:08 2014 +0000 Use XZ compression for the upstream tarball --- debian/changelog | 7 +++++++ debian/orig-tar.sh | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 83c2097..2a1f8e2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libcommons-net2-java (2.2-3) UNRELEASED; urgency=medium + + * Team upload. + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Mon, 04 Aug 2014 22:16:29 +0200 + libcommons-net2-java (2.2-2) unstable; urgency=low * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index fce8195..60c77a6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -3,12 +3,12 @@ set -e VERSION=$2 -TAR=../libcommons-net2-java_$VERSION.orig.tar.gz +TAR=../libcommons-net2-java_$VERSION.orig.tar.xz DIR=commons-net-$VERSION TAG=$(echo "NET_$VERSION" | sed -re's,\.,_,') svn export http://svn.apache.org/repos/asf/commons/proper/net/tags/${TAG} $DIR -tar -c -z -f $TAR $DIR +XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-net-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

