[felix-main] 02/07: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 9 13:10:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository felix-main.
commit d1b7f51651c36a2fd11242184af305d855f16c51
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 9 14:44:39 2014 +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 c2c4351..5df3479 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ felix-main (4.0.1-3) UNRELEASED; urgency=low
[ Emmanuel Bourg ]
* Switch to debhelper level 9
+ * Use XZ compression for the upstream tarball
-- Damien Raude-Morvan <drazzib at debian.org> Wed, 16 Nov 2011 00:37:47 +0100
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index e232f6f..57d0e60 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -4,11 +4,11 @@ set -x
# called by uscan with '--upstream-version' <version> <file>
package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
-TAR=../"$package"_$2.orig.tar.gz
+TAR=../"$package"_$2.orig.tar.xz
DIR=$package-$2.orig
tar xfz $3
mv org.apache.felix.main-$2 $DIR
-GZIP=--best tar -c -z -f $TAR $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
rm -rf $DIR $3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/felix-main.git
More information about the pkg-java-commits
mailing list