This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 62bb7bf9db360ffef61f22327fe0b1e01ce4f7fb Author: Emmanuel Bourg <[email protected]> Date: Sat Apr 26 08:37:30 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 553e3e0..0a16cf5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +derby (10.10.1.1-2) UNRELEASED; urgency=medium + + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Sat, 26 Apr 2014 10:01:40 +0200 + derby (10.10.1.1-1) unstable; urgency=low * Initial release (Closes: #617425) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 3d05514..75624c6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,12 +2,12 @@ # called by uscan with '--upstream-version' <version> <file> VERSION=$2 -TAR=../derby_$VERSION.orig.tar.gz +TAR=../derby_$VERSION.orig.tar.xz DIR=db-derby-$VERSION-src tar -zxf $3 rm $3 -GZIP=--best tar -c -z -f $TAR \ +XZ_OPT=--best tar -c -J -f $TAR \ --exclude '*.bat' \ --exclude 'tools/java/*' \ $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

