This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository maven-plugin-tools.
commit 2c730126a918cca2bf7a733d79ee60f543bb5211 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 18 15:27:36 2013 +0000 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 7da4a2e..8849e4c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +maven-plugin-tools (2.8-4) UNRELEASED; urgency=low + + * Team upload. + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Fri, 18 Oct 2013 17:27:06 +0200 + maven-plugin-tools (2.8-3) unstable; urgency=low * Team upload. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 0a69ac4..cd465ce 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,11 +1,11 @@ #!/bin/sh -e -TAR=../maven-plugin-tools_$2.orig.tar.gz +TAR=../maven-plugin-tools_$2.orig.tar.xz DIR=maven-plugin-tools-$2 TAG=maven-plugin-tools-$2 svn export http://svn.apache.org/repos/asf/maven/plugin-tools/tags/$TAG $DIR -tar -c -z -f $TAR $DIR +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/maven-plugin-tools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

