[SCM] osgearth branch, master, updated. debian/1.4.1-1-80-gceb2303

Bas Couwenberg sebastic at xs4all.nl
Thu Sep 19 16:19:34 UTC 2013


The following commit has been merged in the master branch:
commit ceb23032c8e9d73c12dd08740099ee7ff4283a58
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Sep 19 18:18:48 2013 +0200

    Use xz compression for repacked orig tarball.

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 95faf1f..951c41b 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -9,7 +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"
-    uscan --verbose --force-download --repack-compression gz
+    uscan --verbose --force-download --repack-compression xz
     exit
 fi
 
@@ -36,6 +36,6 @@ find ${PACKAGE}-${UVERSION}/data/ -not -name world.tif -not -path "*/resources/*
 
 mv ${PACKAGE}-${UVERSION} ${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
 

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list