[maven-verifier] 13/20: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Jul 20 10:35:23 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-verifier.

commit 052ae69c132c0fd65d7607058c78e2275a183401
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Jul 19 18:18:07 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 e9f7e0c..bcdb3b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ maven-verifier (1.2-2) UNRELEASED; urgency=low
   * debian/copyright: Updated to the Copyright Format 1.0
   * Moved the package to Git
   * Switch to debhelper level 10
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 24 Oct 2013 17:36:31 +0200
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index f25f7d9..9eb2843 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,16 +1,10 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../maven-verifier_$VERSION.orig.tar.gz
+TAR=../maven-verifier_$VERSION.orig.tar.xz
 DIR=maven-verifier-$VERSION
 TAG=$(echo "maven-verifier-$VERSION" | sed -re's/~(alpha|beta)/-\1-/')
 
 svn export http://svn.apache.org/repos/asf/maven/shared/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-verifier.git



More information about the pkg-java-commits mailing list