The following commit has been merged in the master branch:
commit ceb23032c8e9d73c12dd08740099ee7ff4283a58
Author: Bas Couwenberg <sebas...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to