[hessian] 01/04: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Feb 10 12:01:13 UTC 2014
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository hessian.
commit 4b66c050bcb936dc921445ccb3defa32af07410e
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Feb 10 12:46:14 2014 +0100
Use XZ compression for the upstream tarball
---
debian/changelog | 7 +++++++
debian/orig-tar.sh | 4 ++--
2 files changed, 9 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index be86b59..905a125 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+hessian (4.0.33-2) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Mon, 10 Feb 2014 12:42:01 +0100
+
hessian (4.0.33-1) unstable; urgency=low
* New upstream release
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 9e4bd8c..4835d89 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -7,12 +7,12 @@ echo "version $2"
package=`dpkg-parsechangelog | sed -n 's/^Source: //p'`
version=$2
tarball=$3
-TAR=../${package}_${version}.orig.tar.gz
+TAR=../${package}_${version}.orig.tar.xz
DIR=${package}-${version}.orig
unzip $tarball -d $DIR
-GZIP=--best tar --numeric --group 0 --owner 0 -c -v -z -f $TAR \
+XZ_OPT=--best tar --numeric --group 0 --owner 0 -c -v -J -f $TAR \
--exclude 'META-INF' --exclude **/test/** --exclude **/test $DIR
rm -rf $tarball $DIR
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/hessian.git
More information about the pkg-java-commits
mailing list