[SCM] mapnik branch, master, updated. debian/2.0.0+ds1-3-45-g5ce3aed

Jérémy Lal kapouer at melix.org
Sun Aug 11 16:00:01 UTC 2013


The following commit has been merged in the master branch:
commit 2b4c7057132940893c76287e52db23c0647163ba
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Aug 11 12:59:09 2013 +0200

    rules: get-orig-source do not force removal or else it's untrackable

diff --git a/debian/rules b/debian/rules
index 2d6d44c..ba79735 100755
--- a/debian/rules
+++ b/debian/rules
@@ -91,8 +91,8 @@ get-orig-source:
 	@rm -vrf mapnik_$(UPVER).orig.tar.gz
 	tar xvf ../tarballs/mapnik_$(UPVER).orig.tar.gz
 	@echo Removing third-party sources from orig.tar.gz
-	@rm -rf mapnik-$(UPVER)/fonts/dejavu*
-	@rm -rf mapnik-$(UPVER)/scons/
+	@rm -r mapnik-$(UPVER)/fonts/dejavu*
+	@rm -r mapnik-$(UPVER)/scons/
 	tar cf $(TARNAME) mapnik-$(UPVER)/
 	gzip -9 $(TARNAME)
 	rm -rf mapnik-$(UPVER)/

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list