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

Jérémy Lal kapouer at melix.org
Wed Aug 28 15:07:25 UTC 2013


The following commit has been merged in the master branch:
commit 4b61890b1d0e0635765cf2579d52cd753ec93745
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Aug 23 22:28:42 2013 +0200

    Clean clean target

diff --git a/debian/rules b/debian/rules
index 8b9258c..d8fac18 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,10 +65,13 @@ override_dh_auto_clean:
 	find -name '*.pyc' -exec rm -f {} \;
 	find -name '.sconsign*' -exec rm -f {} \;
 	find -name '*.o' -exec rm -f {} \;
+	find -name '*.a' -exec rm -f {} \;
+	find -name '*.os' -exec rm -f {} \;
 	rm -rf .sconf_temp config.log bindings/python/mapnik/paths.py \
 		utils/shapeindex/shapeindex config.py config.cache \
-		docs/api_docs/python/*
-
+		docs/api_docs/python/* src/libmapnik*.so* workspace/All.files \
+		tests/cpp_tests/agg_blend_src_over_test-bin \
+		plugins/input/*.input bindings/python/mapnik/_mapnik.so
 	dh_clean
 
 override_dh_installexamples:

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



More information about the Pkg-grass-devel mailing list