[SCM] osgearth branch, master, updated. debian/1.4.1-1-83-gbcb0d90

Bas Couwenberg sebastic at xs4all.nl
Sun Sep 22 01:08:23 UTC 2013


The following commit has been merged in the master branch:
commit 5ca90327ba0be2140ddc87115ed947339c16c871
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Sep 22 01:36:39 2013 +0200

    Don't repack with xz compression until the next upstream release.

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 951c41b..a119d4e 100755
--- a/debian/get-orig-source
+++ b/debian/get-orig-source
@@ -9,7 +9,9 @@ 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 xz
+    # Don't repack with xz compression until the next upstream release.
+    #uscan --verbose --force-download --repack-compression xz
+    uscan --verbose --force-download
     exit
 fi
 
@@ -36,6 +38,9 @@ find ${PACKAGE}-${UVERSION}/data/ -not -name world.tif -not -path "*/resources/*
 
 mv ${PACKAGE}-${UVERSION} ${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
+# 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
+
 rm -rf "${PACKAGE}-${VERSION}"+dfsg.orig
 

-- 
osgEarth terrain rendering toolkit



More information about the Pkg-grass-devel mailing list