[maven-assembly-plugin] 15/28: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Nov 2 13:46:06 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository maven-assembly-plugin.

commit c614f8f0c6b4049c408df49acd7b88c1f85b0733
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Dec 17 16:23:06 2013 +0000

    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 d40ad87..c0f7385 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+maven-assembly-plugin (2.2~beta5-4) UNRELEASED; urgency=medium
+
+  * Team upload.
+  * Use XZ compression for the upstream tarball
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 17 Dec 2013 17:22:37 +0100
+
 maven-assembly-plugin (2.2~beta5-3) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 78fc5cc..4db12ec 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-assembly-plugin_$VERSION.orig.tar.gz
+TAR=../maven-assembly-plugin_$VERSION.orig.tar.xz
 DIR=maven-assembly-plugin-$VERSION
 TAG=$(echo "maven-assembly-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'

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



More information about the pkg-java-commits mailing list