[tomcat7] 02/04: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Thu May 22 14:19:34 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository tomcat7.
commit 74390a32bac4e1bca05220a8d215dae5cbf4ba47
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu May 22 10:27:39 2014 +0200
Use XZ compression for the upstream tarball
---
debian/changelog | 6 ++++++
debian/orig-tar.sh | 4 ++--
2 files changed, 8 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 262cdec..36dc634 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+tomcat7 (7.0.53-2) UNRELEASED; urgency=medium
+
+ * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 22 May 2014 10:27:10 +0200
+
tomcat7 (7.0.53-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 969be57..4e8c193 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
#!/bin/sh -e
VERSION=$2
-TAR=../tomcat7_$VERSION.orig.tar.gz
+TAR=../tomcat7_$VERSION.orig.tar.xz
DIR=tomcat7-$VERSION
TAG=$(echo TOMCAT_$VERSION | sed -e 's/\./_/g')
svn export http://svn.apache.org/repos/asf/tomcat/tc7.0.x/tags/$TAG $DIR
-tar -c -z -f $TAR --exclude 'standard.jar' --exclude 'jstl.jar' $DIR
+XZ_OPT=--best 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/tomcat7.git
More information about the pkg-java-commits
mailing list