The following commit has been merged in the master branch:
commit 820bb4c3f73bee414767915e9da8ee9fbe6a6d7a
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Thu Sep 19 01:37:02 2013 +0200

    Use uscan to repack the tar.bz2 into tar.gz.

diff --git a/debian/rules b/debian/rules
index bbef8e1..9148767 100755
--- a/debian/rules
+++ b/debian/rules
@@ -79,11 +79,5 @@ override_dh_install:
        dh_install --list-missing
 
 get-orig-source:
-       cd ${DEBIAN_DIR}/.. && uscan --force-download
-       tar xf ../tinyows-$(VERSION).tar.bz2
-       rm ../tinyows-$(VERSION).tar.bz2
-       mv tinyows-$(VERSION) tinyows-$(VERSION).orig
-       tar -cf ../tinyows_$(VERSION).orig.tar tinyows-$(VERSION).orig
-       rm -fr tinyows-$(VERSION).orig
-       rm -f ../tinyows_$(VERSION).orig.tar.bz2
-       gzip -9fn ../tinyows_$(VERSION).orig.tar
+       uscan --verbose --force-download --repack
+

-- 
A simple WFS-T server

_______________________________________________
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