[felix-shell] 01/04: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Apr 9 15:01:09 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-shell.
commit c93b1366076cdc8b5413c2ee341851be3b182555
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Apr 9 16:55:05 2014 +0200
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 aacb3aa..adb3fc8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+felix-shell (1.4.2-4) UNRELEASED; urgency=medium
+
+ * Team upload.
+ * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org> Wed, 09 Apr 2014 16:54:22 +0200
+
felix-shell (1.4.2-3) unstable; urgency=low
* d/patches/exclude_servletapi.diff: Drop, not needed now.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index d65178a..2b184ba 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
#!/bin/sh -e
VERSION=$2
-TAR=../felix-shell_$VERSION.orig.tar.gz
+TAR=../felix-shell_$VERSION.orig.tar.xz
DIR=felix-shell-$VERSION
TAG=$(echo "org.apache.felix.shell-$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-shell.git
More information about the pkg-java-commits
mailing list