[libasm4-java] 04/05: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Sun Mar 9 21:45:45 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository libasm4-java.
commit d0f88161b2ed630996a3c4648d9c869d58f0310a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Sun Mar 9 22:21:54 2014 +0100
Use XZ compression for the upstream tarball
---
debian/changelog | 1 +
debian/orig-tar.sh | 5 ++---
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e4de920..1af992a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ libasm4-java (4.1-4) UNRELEASED; urgency=medium
* Standards-Version updated to 3.9.5 (no changes)
* Switch to debhelper level 9
* debian/copyright: Updated the Format URI
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Sun, 09 Mar 2014 22:06:41 +0100
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 167fed0..bbc940e 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -3,11 +3,10 @@
set -eu
VERSION=$2
-TAR=../libasm4-java_$VERSION.orig.tar.gz
+TAR=../libasm4-java_$VERSION.orig.tar.xz
DIR=asm-$VERSION
TAG=$(echo "ASM_$VERSION" | sed -re's,\.,_,g')
svn export svn://svn.forge.objectweb.org/svnroot/asm/tags/${TAG}/ $DIR
-tar -c -z -f $TAR --exclude '*.jar' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' $DIR
rm -rf $DIR
-
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libasm4-java.git
More information about the pkg-java-commits
mailing list