[DebianGIS-dev] [SCM] mapnik branch, master, updated. debian/0.7.0-1-4-g3b1a44c

David Paleino dapal at debian.org
Fri Feb 26 22:03:30 UTC 2010


The following commit has been merged in the master branch:
commit 3b1a44c9cd3fd145adaadd93c0d5395a5bed1aa9
Author: David Paleino <dapal at debian.org>
Date:   Fri Feb 26 23:03:14 2010 +0100

    debian/rules: ignore errors during doc generation

diff --git a/debian/changelog b/debian/changelog
index 9eee2e3..8e711ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,8 +6,9 @@ mapnik (0.7.0-2) UNRELEASED; urgency=low
       in /usr/lib/ also on amd64.
   * debian/rules:
     - pass -r to xargs when fixing permissions, thanks to KiBi
+    - ignore errors during doc generation
 
- -- David Paleino <dapal at debian.org>  Mon, 22 Feb 2010 00:17:00 +0100
+ -- David Paleino <dapal at debian.org>  Fri, 26 Feb 2010 23:02:46 +0100
 
 mapnik (0.7.0-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 08de022..a19bd94 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,7 +36,7 @@ override_dh_install:
 	# build Python API documentation
 	# and trick epydoc into loading the shlib too
 	-ln -s ../_mapnik.so bindings/python/mapnik/
-	( cd docs/epydoc_config ; \
+	-( cd docs/epydoc_config ; \
 	LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik0.7/usr/lib/ ./build_epydoc.sh )
 	rm -rf bindings/python/mapnik/_mapnik.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