[modello-maven-plugin] 08/17: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 9 10:54:35 UTC 2015


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

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

commit 58a03bc4ca2a1713bc118db6914e409e8b2d7445
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 8 17:34:15 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 af18b03..986b1e8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ modello-maven-plugin (1.4.1-2) UNRELEASED; urgency=medium
     - Use canonical URLs for the Vcs-* fields
     - Removed Michael Koch from the uploaders (Closes: #654119)
   * debian/copyright: Update to the Copyright Format 1.0
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 08 Jul 2015 16:31:12 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index 22f79b6..bfd9850 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,12 +1,12 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../modello-maven-plugin_$VERSION.orig.tar.gz
+TAR=../modello-maven-plugin_$VERSION.orig.tar.xz
 DIR=modello-maven-plugin-$VERSION
 TAG=$(echo "modello-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.codehaus.org/modello/tags/${TAG}/modello-maven-plugin/ $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/modello-maven-plugin.git



More information about the pkg-java-commits mailing list