This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository gradle-1.12.
commit c4e28ca38f9bdbcdaa64bde2ca851d8b7c5888f1 Author: Emmanuel Bourg <[email protected]> Date: Wed Oct 2 23:16:32 2013 +0200 Use XZ compression for the upstream tarball --- debian/changelog | 3 ++- debian/orig-tar.sh | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8028c8b..4cab75c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,8 @@ gradle (1.4-3) UNRELEASED; urgency=low * Team upload. - * Updated the version of Guava used to fix a clean error + * Updated the version of Guava used to fix a clean error + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Wed, 02 Oct 2013 23:09:09 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2ef154a..453f2d4 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -8,12 +8,12 @@ package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` version=$2 upstream_version="$(echo $version | sed 's/~m/-milestone-/')" tarball=$3 -TAR=${package}_${version}.orig.tar.gz +TAR=${package}_${version}.orig.tar.xz DIR=${package}-${upstream_version} unzip $tarball -GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR \ +XZ_OPT=--best tar --numeric --group 0 --owner 0 -c -v -J -f $TAR \ --anchored -X debian/orig-tar.excludes $DIR rm -rf $tarball $DIR -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/gradle-1.12.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

