This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-doxia-tools.
commit 6dc9f6c1bee010b85e21ec4977f58b539f07f3c1 Author: Emmanuel Bourg <[email protected]> Date: Fri Jul 28 13:47:18 2017 +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 24b8e68..d297575 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ maven-doxia-tools (1.2.1-3) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Fri, 28 Jul 2017 13:34:28 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 644b00f..20598b6 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -2,10 +2,10 @@ set -e -TAR=../maven-doxia-tools_$2.orig.tar.gz +TAR=../maven-doxia-tools_$2.orig.tar.xz DIR=maven-doxia-tools-$2 TAG=maven-doxia-tools-$2 svn export http://svn.apache.org/repos/asf/maven/shared/tags/$TAG $DIR -tar -c -z -f $TAR $DIR +XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-doxia-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

