[xsom] 04/04: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Dec 16 16:46:23 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository xsom.
commit f42ff9618cb4dce4679fb4b0cfea1db1af5645f7
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Dec 16 17:45:59 2013 +0100
Use XZ compression for the upstream tarball
---
debian/orig-tar.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 52c9bfc..21ab032 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
#!/bin/sh -e
VERSION=$2
-TAR=../xsom_$VERSION.orig.tar.gz
+TAR=../xsom_$VERSION.orig.tar.xz
DIR=xsom-$VERSION
TAG=$(echo "xsom-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export https://svn.java.net/svn/xsom~sources/tags/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $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/xsom.git
More information about the pkg-java-commits
mailing list