[maven-install-plugin] 02/05: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jun 24 15:59:42 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-install-plugin.

commit 930893b269d6124eee6ad2bdcbc2734180deffbd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jun 24 16:38:18 2015 +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 8bd2c62..f6464bd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-install-plugin (2.4-2) UNRELEASED; urgency=medium
   * Team upload.
   * Moved the package to Git
   * Standards-Version updated to 3.9.6 (no changes)
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 24 Jun 2015 16:34:13 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c639730..0c2d60d 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-install-plugin_$VERSION.orig.tar.gz
+TAR=../maven-install-plugin_$VERSION.orig.tar.xz
 DIR=maven-install-plugin-$VERSION
 TAG=$(echo "maven-install-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 '*.class' $DIR
+XZ_OPT=--best tar -c -J -f $TAR --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-install-plugin.git



More information about the pkg-java-commits mailing list