The following commit has been merged in the jessie branch:
commit 5ca90327ba0be2140ddc87115ed947339c16c871
Author: Bas Couwenberg <[email protected]>
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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel