[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:45 UTC 2013


The following commit has been merged in the master branch:
commit c682b52dbdc525c4e2c985b12d0475ebb2710317
Author: Jérémy Lal <kapouer at melix.org>
Date:   Sun Aug 11 17:40:56 2013 +0200

    rules: actually exclude files listed in copyright Source field.

diff --git a/debian/rules b/debian/rules
index 622fc04..c65a15b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -93,6 +93,15 @@ get-orig-source:
 	@rm -r mapnik-$(UPVER)/fonts/dejavu*
 	@rm mapnik-$(UPVER)/fonts/unifont*
 	@rm -r mapnik-$(UPVER)/scons/
+	@rm deps/agg/include/agg_conv_gpc.h
+	@rm tests/data/fonts/DejaVuSansMono-BoldOblique.ttf
+	@rm tests/data/fonts/XB\ Zar.ttf
+	@rm tests/data/fonts/LICENCE.txt
+	@rm tests/data/csv/10m-land.csv
+	@rm tests/data/raster/*
+	@rm tests/data/shp/ne_110m*
+	@rm tests/data/shp/world_merc*
+	@rm tests/data/shp/new_zealand/ne_50m*
 	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