[felix-utils] 03/04: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Apr 9 10:21:11 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-utils.

commit 16ebd2d4515611e90c9535a8941ab5e81e45ea26
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Apr 9 12:03:29 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 417653a..e977e7c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ felix-utils (1.1.0-4) UNRELEASED; urgency=medium
   * debian/control:
     - Standards-Version updated to 3.9.5 (no changes)
   * Switch to debhelper level 9
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 09 Apr 2014 11:55:37 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 1cd9063..1b8aa21 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../felix-utils_$VERSION.orig.tar.gz
+TAR=../felix-utils_$VERSION.orig.tar.xz
 DIR=felix-utils-$VERSION
 TAG=$(echo "org.apache.felix.utils-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export https://svn.apache.org/repos/asf/felix/releases/${TAG}/ $DIR
-GZIP=--best tar -c -z -f $TAR --exclude '*.jar' --exclude '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --exclude '*.jar' --exclude '*.class' $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/felix-utils.git



More information about the pkg-java-commits mailing list