The following commit has been merged in the master branch:
commit 53dbac400c811a31f9ea240744e87252a3872aa8
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Thu Sep 19 01:26:22 2013 +0200

    Fix uscan repack-compression.

diff --git a/debian/get-orig-source b/debian/get-orig-source
index 5d371cd..95faf1f 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 gzip
+    uscan --verbose --force-download --repack-compression gz
     exit
 fi
 

-- 
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