This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository python-mapnik.

commit 48fc3e33ddbec59778df0f0df9ece918757446fa
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Jun 26 19:20:02 2015 +0200

    Only build for Python 2.
---
 debian/control | 23 +----------------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 23 deletions(-)

diff --git a/debian/control b/debian/control
index 6cca41c..de10fdf 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,12 @@ Build-Depends: debhelper (>= 9),
                libboost-python-dev,
                libmapnik-dev,
                python-all-dev,
-               python-setuptools,
-               python3-all-dev,
-               python3-setuptools
+               python-setuptools
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/cgit/pkg-grass/python-mapnik.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/python-mapnik.git
 Homepage: https://github.com/mapnik/python-mapnik
 X-Python-Version: >= 2.5
-X-Python3-Version: >= 3.2
 
 Package: python-mapnik
 Architecture: any
@@ -36,21 +33,3 @@ Description: Python 2 interface to the mapnik library
  .
  This package contains the bindings for Python 2.
 
-Package: python3-mapnik
-Architecture: any
-Depends: ${python3:Depends},
-         ${shlibs:Depends},
-         ${misc:Depends}
-Provides: ${python3:Provides}
-Description: Python 3 interface to the mapnik library
- Mapnik is an OpenSource C++ toolkit for developing GIS
- (Geographic Information Systems) applications. At the core is a C++
- shared library providing algorithms/patterns for spatial data access and
- visualization.
- .
- Essentially a collection of geographic objects (map, layer, datasource,
- feature, geometry), the library doesn't rely on "windowing systems" and
- is intended to work in multi-threaded environments
- .
- This package contains the bindings for Python 3.
-
diff --git a/debian/rules b/debian/rules
index 4633a79..2ecafd8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,7 @@ export PYBUILD_NAME=mapnik
 
 %:
        dh $@ \
-               --with python2,python3 \
+               --with python2 \
                --buildsystem=pybuild \
                --parallel
 

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/python-mapnik.git

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

Reply via email to