[libjtype-java] 04/05: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at alioth.debian.org
Wed Oct 16 07:39:12 UTC 2013


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

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

commit 7dfc990d6ef71abd8eee8c8b405935afe7be0bad
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Oct 16 09:31:25 2013 +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 35ca4fc..78a94c2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ libjtype-java (0.1.3-2) UNRELEASED; urgency=low
   * Build depend on debhelper >= 9
   * Ignore the tests failing due to jmock
   * debian/libjtype-java.poms: Added --has-package-version and --java-lib
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 16 Oct 2013 09:05:59 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 4b377bd..8fc4119 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -2,13 +2,13 @@
 
 # called by uscan with '--upstream-version' <version> <file>
 SOURCE=$(dpkg-parsechangelog | sed -ne 's,Source: \(.*\),\1,p')
-TAR=../${SOURCE}_$2.orig.tar.gz
+TAR=../${SOURCE}_$2.orig.tar.xz
 DIR=$SOURCE-$2
 TAG=$2
 SVN=http://jtype.googlecode.com/svn/tags/
 
 svn export $SVN/$TAG $DIR
-GZIP=--best tar -c -z -f $TAR $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
 rm -rf $3 $DIR
 
 # move to directory 'tarballs'

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libjtype-java.git



More information about the pkg-java-commits mailing list