This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository sisu-ioc.
commit 0f8fdf1723adbc79874eac6379341eec6d2f309a Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 21 11:38:46 2013 +0200 Use XZ compression for the upstream tarball --- debian/changelog | 1 + debian/orig-tar.sh | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e8b30d2..682b79b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ sisu-ioc (2.3.0-4) UNRELEASED; urgency=low * Build depend on debhelper >= 9 * Ignore the sisu-eclipse-registry module with a flag in libsisu-ioc-java.poms instead of a patch + * Use XZ compression for the upstream tarball [ Eugene Zhukov ] * Fix testng version handling in d/maven.rules diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 447ee63..8b691c3 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,10 +1,10 @@ #!/bin/sh -e VERSION=$2 -TAR=../sisu-ioc_$VERSION.orig.tar.gz +TAR=../sisu-ioc_$VERSION.orig.tar.xz DIR=sisu-ioc-$VERSION tar xzf $3 mv sonatype-sisu-* $DIR -GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR +XZ_OPT=--best tar cJf $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/sisu-ioc.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

