[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.6.1-1-47-g3947884

David Paleino dapal at debian.org
Sat Feb 20 23:19:08 UTC 2010


The following commit has been merged in the master branch:
commit 394788474a198ca45423e707b5eb15b755195666
Author: David Paleino <dapal at debian.org>
Date:   Sun Feb 21 00:18:50 2010 +0100

    ..and don't fail if it's already there for some reason.

diff --git a/debian/rules b/debian/rules
index 4dd18f3..cf51c0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ override_dh_auto_build:
 
 	# build Python API documentation
 	# and trick epydoc into loading the shlib too
-	ln -s ../_mapnik.so bindings/python/mapnik/
+	-ln -s ../_mapnik.so bindings/python/mapnik/
 	( cd docs/epydoc_config ; ./build_epydoc.sh )
 	rm -rf bindings/python/mapnik/_mapnik.so
 

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



More information about the Pkg-grass-devel mailing list