[modello1.4] 05/06: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Mar 11 16:56:20 UTC 2015


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

ebourg-guest pushed a commit to branch master
in repository modello1.4.

commit 27ad9996a40b8bc6d9182988b189e9a625cc0ee2
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Mar 11 17:14:08 2015 +0100

    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 cf29ff2..618d11f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ modello1.4 (1.4.1-3) UNRELEASED; urgency=medium
   * debian/watch: Updated the URL of the page watched
   * Standards-Version updated to 3.9.6 (no changes)
   * debian/copyright: Converted to the Copyright Format 1.0
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 11 Mar 2015 16:25:45 +0100
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
index c1062bc..55020c2 100755
--- a/debian/orig-tar.sh
+++ b/debian/orig-tar.sh
@@ -1,7 +1,7 @@
 #!/bin/sh -e
 
 VERSION=$2
-TAR=../modello1.4_$VERSION.orig.tar.gz
+TAR=../modello1.4_$VERSION.orig.tar.xz
 DIR=modello-$VERSION
 TAG=modello-$2
 
@@ -10,7 +10,7 @@ tar --strip=1 -xvf $3 -C $DIR
 rm $3
 rm -rf $DIR/modello-maven-plugin
 rm -rf $DIR/modello-test
-tar -c -z -f $TAR $DIR
+tar -c -J -v -f $TAR $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/modello1.4.git



More information about the pkg-java-commits mailing list