This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libxml-security-java.
commit 70ac55792d1e0c1b1fb8c5921cb2d44e49d04219 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 29 01:12:22 2016 +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 a125fed..bf649af 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libxml-security-java (1.5.6-2) UNRELEASED; urgency=medium * Moved the package to Git * Updated debian/watch to track the latest releases + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Fri, 29 Apr 2016 01:03:05 +0200 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 5ec2dda..7d05599 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -1,10 +1,10 @@ #!/bin/sh -e VERSION=$2 -TAR=../libxml-security-java_$VERSION.orig.tar.gz +TAR=../libxml-security-java_$VERSION.orig.tar.xz DIR=libxml-security-java-$VERSION TAG="xmlsec-$VERSION" svn export http://svn.apache.org/repos/asf/santuario/xml-security-java/tags/${TAG}/ $DIR -tar -c -z -f $TAR --exclude '*.jar' $DIR +tar -c -J -f $TAR --exclude '*.jar' $DIR rm -rf $DIR ../$TAG -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libxml-security-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

