[osgearth] 01/19: Repack orig tarball with XZ compression.

Bas Couwenberg sebastic at xs4all.nl
Thu Feb 20 23:27:41 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository osgearth.

commit a72373424f0f1482dae5d69490242ae5f16044ea
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Dec 7 02:41:12 2013 +0100

    Repack orig tarball with XZ compression.
---
 debian/changelog       | 6 ++++++
 debian/get-orig-source | 8 ++------
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index a3c2a40..fd4ea53 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osgearth (2.4.0+dfsg-7) UNRELEASED; urgency=low
+
+  * Repack orig tarball with XZ compression.
+
+ -- Bas Couwenberg <sebastic at xs4all.nl>  Thu, 16 Jan 2014 22:35:07 +0100
+
 osgearth (2.4.0+dfsg-6) unstable; urgency=low
 
   * Fix watch file, don't strip .0 from debian version.
diff --git a/debian/get-orig-source b/debian/get-orig-source
index a119d4e..1c84689 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -9,9 +9,7 @@ set -e
 #         and then copy scripts/uscan.pl as uscan at the beginning of your PATH
 if uscan --help | grep -q -- --repack-compression ; then
     echo "Use new enhanced uscan"
-    # Don't repack with xz compression until the next upstream release.
-    #uscan --verbose --force-download --repack-compression xz
-    uscan --verbose --force-download
+    uscan --verbose --force-download --repack-compression xz
     exit
 fi
 
@@ -38,9 +36,7 @@ find ${PACKAGE}-${UVERSION}/data/ -not -name world.tif -not -path "*/resources/*
 
 mv ${PACKAGE}-${UVERSION} ${PACKAGE}-${VERSION}+dfsg.orig
 
-# Don't repack with xz compression until the next upstream release.
-#XZ_OPT="-6v" tar --owner=root --group=root --mode=a+rX -caf ../"${PACKAGE}"_"${VERSION}"+dfsg.orig.tar.xz "${PACKAGE}-${VERSION}"+dfsg.orig
-GZIP="--best --no-name" tar --owner=root --group=root --mode=a+rX -caf ../"${PACKAGE}"_"${VERSION}"+dfsg.orig.tar.gz "${PACKAGE}-${VERSION}"+dfsg.orig
+XZ_OPT="-6v" tar --owner=root --group=root --mode=a+rX -caf ../"${PACKAGE}"_"${VERSION}"+dfsg.orig.tar.xz "${PACKAGE}-${VERSION}"+dfsg.orig
 
 rm -rf "${PACKAGE}-${VERSION}"+dfsg.orig
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git



More information about the Pkg-grass-devel mailing list