This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libcommons-lang3-java.
commit d99afb7957bd2c3f1cb8e78914d0cef15f9e9f9f Author: Emmanuel Bourg <[email protected]> Date: Fri Jan 10 10:26:29 2014 +0100 Use XZ compression for the upstream changelog --- debian/changelog | 1 + debian/orig-tar.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index de5d5eb..ff51f08 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ libcommons-lang3-java (3.1-3) UNRELEASED; urgency=medium * debian/watch: Fixed the mangling of the upstream version + * Use XZ compression for the upstream changelog -- Emmanuel Bourg <[email protected]> Fri, 10 Jan 2014 10:17:17 +0100 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2553eb6..cff58de 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,10 +1,10 @@ #!/bin/sh -e VERSION=$2 -TAR=../libcommons-lang3-java_$VERSION.orig.tar.gz +TAR=../libcommons-lang3-java_$VERSION.orig.tar.xz DIR=libcommons-lang3-java-$VERSION TAG=$(echo "LANG_$VERSION" | sed -re's/\./_/g') svn export http://svn.apache.org/repos/asf/commons/proper/lang/tags/${TAG} $DIR -GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR +XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libcommons-lang3-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

