This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libspring-java.
commit a53a8d2a8211aea9adb81e76b7f0875706f9464a Author: Emmanuel Bourg <[email protected]> Date: Wed Nov 26 15:20:53 2014 +0100 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 8b22e01..10e1547 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +libspring-java (3.0.6.RELEASE-18) UNRELEASED; urgency=medium + + * Team upload. + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Wed, 26 Nov 2014 14:06:24 +0100 + libspring-java (3.0.6.RELEASE-17) unstable; urgency=medium * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 8be0d7f..4a13d69 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,10 +2,10 @@ # called by uscan with '--upstream-version' <version> <file> DIR=libspring-java-$2 -TAR=libspring-java_$2.orig.tar.gz +TAR=libspring-java_$2.orig.tar.xz # Repack upstream source to tar.gz unzip $3 mv spring* $DIR -GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar cJvf $TAR -X debian/orig-tar.exclude $DIR rm -rf $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libspring-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

