[tomcat8] 02/05: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at alioth.debian.org
Thu Sep 12 14:33:24 UTC 2013


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository tomcat8.

commit efb60220e2d0bd45ef8b9cfa2affdadb18b90dc7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Sep 12 16:05:47 2013 +0200

    Use XZ compression for the upstream tarball
---
 debian/orig-tar.sh |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 35cff70..2f01e36 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../tomcat8_$VERSION.orig.tar.gz
+TAR=../tomcat8_$VERSION.orig.tar.xz
 DIR=tomcat8-$VERSION
 TAG=$(echo TOMCAT_$VERSION | sed -e 's/\./_/g')
 
-svn export http://svn.apache.org/repos/asf/tomcat/tc8.0.x/tags/$TAG $DIR
-tar -c -z -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $DIR
+svn export http://svn.apache.org/repos/asf/tomcat/tags/$TAG $DIR
+tar -c -J -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $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/tomcat8.git



More information about the pkg-java-commits mailing list