[guice] 01/04: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Wed Oct 16 22:56:37 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository guice.
commit aaf178a41d7444037c6f5421e6ff5be6d065b2b9
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Thu Oct 17 00:16:03 2013 +0200
Use XZ compression for the upstream tarball
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 6 +++---
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d912183..d5a1d75 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+guice (3.0-4) UNRELEASED; urgency=low
+
+ * Team upload.
+ * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Thu, 17 Oct 2013 00:15:20 +0200
+
guice (3.0-3) unstable; urgency=low
* Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index f7599c2..7110541 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -4,10 +4,10 @@ set -e
# called by uscan with '--upstream-version' <version> <file>
DIR=guice-$2
-TAR=guice_$2.orig.tar.gz
+TAR=guice_$2.orig.tar.xz
-# Repack upstream source to tar.gz
+# Repack upstream source to tar.xz
unzip $3
mv guice-$2-src $DIR
-GZIP=--best tar czf $TAR -X debian/orig-tar.exclude $DIR
+XZ_OPT=--best tar cJf $TAR -X debian/orig-tar.exclude $DIR
rm -rf $DIR $3
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/guice.git
More information about the pkg-java-commits
mailing list