[maven-clean-plugin] 21/32: Use XZ compression for the upstream tarball
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 18 07:06:05 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-clean-plugin.
commit 24d5f06568d590bd688cd49814e2a9ca08ea0377
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jun 20 14:48:01 2017 +0200
Use XZ compression for the upstream tarball
---
debian/changelog | 1 +
debian/orig-tar.sh | 10 ++--------
2 files changed, 3 insertions(+), 8 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index c3d95a5..7c3a892 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-clean-plugin (2.5-2) UNRELEASED; urgency=medium
* Moved the package to Git
* Standards-Version updated to 3.9.8
* Switch to debhelper level 10
+ * Use XZ compression for the upstream tarball
-- Emmanuel Bourg <ebourg at apache.org> Tue, 20 Jun 2017 13:09:10 +0200
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index dbd44bd..a56c704 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,16 +1,10 @@
#!/bin/sh -e
VERSION=$2
-TAR=../maven-clean-plugin_$VERSION.orig.tar.gz
+TAR=../maven-clean-plugin_$VERSION.orig.tar.xz
DIR=maven-clean-plugin-$VERSION
TAG=$(echo "maven-clean-plugin-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
svn export http://svn.apache.org/repos/asf/maven/plugins/tags/${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'
-if [ -r .svn/deb-layout ]; then
- . .svn/deb-layout
- mv $TAR $origDir && echo "moved $TAR to $origDir"
-fi
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-clean-plugin.git
More information about the pkg-java-commits
mailing list