This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository qdox.
commit 39ede69f7806d9c4ebc2bcc7ac379dfdc305b83d Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 9 12:57:02 2015 +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 3057f3d..1b44af3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ qdox (1.12-1.1) UNRELEASED; urgency=medium - Removed Michael Koch from the uploaders (Closes: #654129) - Standards-Version updated to 3.9.6 (no changes) * Moved the package to Git + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Wed, 09 Sep 2015 12:39:57 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 83711b2..4bcfe0a 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,13 +1,13 @@ #!/bin/sh -e VERSION=$2 -TAR=../qdox_$VERSION.orig.tar.gz +TAR=../qdox_$VERSION.orig.tar.xz DIR=qdox-$VERSION TAG=qdox-$VERSION svn export http://svn.codehaus.org/qdox/tags/$TAG/ $DIR rm -r $DIR/bootstrap -tar -c -z -f $TAR $DIR +XZ_OPT=--best tar -c -J -f $TAR $DIR rm -rf $DIR ../$TAG # move to directory 'tarballs' -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/qdox.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

