The following commit has been merged in the master branch:
commit 31cfd8f5753f97bbe49dd0c2165b65565891d734
Author: David Paleino <[email protected]>
Date:   Tue Sep 27 14:31:37 2011 +0200

    More changes related to mapnik → mapnik2 rename

diff --git a/debian/control b/debian/control
index 2c14411..92b5337 100644
--- a/debian/control
+++ b/debian/control
@@ -139,7 +139,7 @@ Description: C++/Python toolkit for developing GIS 
applications (utilities)
  .
  shapeindex: program to creates file system based index for ESRI shape-files
 
-Package: python-mapnik
+Package: python-mapnik2
 Section: python
 Architecture: any
 Depends:
diff --git a/debian/rules b/debian/rules
index 61f2278..7714356 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,10 +44,10 @@ override_dh_install:
 
        # build Python API documentation
        # and trick epydoc into loading the shlib too
-       -ln -s ../_mapnik.so bindings/python/mapnik/
+       -ln -s ../_mapnik2.so bindings/python/mapnik/
        -( cd docs/epydoc_config ; \
        LD_LIBRARY_PATH=$(CURDIR)/debian/libmapnik2-2.0/usr/lib/ 
./build_epydoc.sh )
-       rm -rf bindings/python/mapnik/_mapnik.so
+       rm -rf bindings/python/mapnik/_mapnik2.so
        dh_install -pmapnik-doc docs/api_docs/python /usr/share/doc/mapnik-doc/
 
 override_dh_auto_clean:

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

_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to