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


The following commit has been merged in the master branch:
commit 7cdcab1d0b43050bbb8f39d78d8f32a265e4c83a
Author: Jérémy Lal <kapouer at melix.org>
Date:   Fri Aug 23 23:51:25 2013 +0200

    Fix epydoc invocation

diff --git a/debian/rules b/debian/rules
index 2162cc5..d104a7a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,8 +54,8 @@ override_dh_install:
 	# build Python API documentation
 	# and trick epydoc into loading the shlib too
 	-ln -s ../_mapnik2.so bindings/python/mapnik/
-	-( cd docs/epydoc_config ; \
-	LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik2-2.0/usr/lib/ ./build_epydoc.sh )
+	-( cd utils/epydoc_config ; \
+	LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik2-2.2/usr/lib/ ./build_epydoc.sh )
 	rm -rf bindings/python/mapnik/_mapnik2.so
 	dh_install -pmapnik-doc docs/api_docs/python /usr/share/doc/mapnik-doc/
 

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



More information about the Pkg-grass-devel mailing list