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

David Paleino dapal at debian.org
Sat Feb 20 23:13:44 UTC 2010


The following commit has been merged in the master branch:
commit 2e31b2a548a1afa8e368475e7e3bb66bb88f45a9
Author: David Paleino <dapal at debian.org>
Date:   Sun Feb 21 00:06:47 2010 +0100

    Trick epydoc into documenting the compiled module too

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

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



More information about the Pkg-grass-devel mailing list