This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository svnkit.
commit fc041787cd4b12bb5b476da216badc97d1382ee5 Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 17 13:59:32 2014 +0200 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 7c8d60b..487fc16 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +svnkit (1.8.5+dfsg-3) UNRELEASED; urgency=medium + + * Team upload. + * Use XZ compression for the upstream tarball + + -- Emmanuel Bourg <[email protected]> Fri, 17 Oct 2014 13:59:10 +0200 + svnkit (1.8.5+dfsg-2) unstable; urgency=low * Fix typo with my email address in Uploaders list. diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 87c5ed3..07dbe98 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,13 +6,13 @@ set -e echo "version $2" package=`dpkg-parsechangelog | sed -n 's/^Source: //p'` debian_version=`dpkg-parsechangelog | sed -ne 's/^Version: \(.*+dfsg\)-.*/\1/p'` -TAR=${package}_${debian_version}.orig.tar.gz +TAR=${package}_${debian_version}.orig.tar.xz DIR=${package}-${debian_version}.orig # clean up the upstream tarball unzip -d orig $3 mv "$(find orig -maxdepth 1 -type d ! -name orig)" orig/$DIR -GZIP=--best tar -C orig -c -z -f $TAR \ +XZ_OPT=--best tar -C orig -c -v -J -f $TAR \ --exclude doc/javadoc \ --exclude '*.class' \ --exclude contrib/javahl \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/svnkit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

