This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository mapproxy.
commit 6c592d909280fd76b07908f3125d7378bac013ca Author: Bas Couwenberg <[email protected]> Date: Mon Jul 25 20:58:45 2016 +0200 Also build module for Python 3. --- debian/changelog | 1 + debian/control | 34 ++++++++++++++++++++++++++++++++-- debian/rules | 4 ++-- 3 files changed, 35 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b144df..3f2a7cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ mapproxy (1.8.2-1) UNRELEASED; urgency=medium - Switch from python-imaging to python-pil * Rewrite package description with a proper synopsis. * Add gbp.conf to use pristine-tar by default. + * Also build module for Python 3. -- Bas Couwenberg <[email protected]> Mon, 25 Jul 2016 18:53:14 +0200 diff --git a/debian/control b/debian/control index d48a91a..0f842f9 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,11 @@ Build-Depends: debhelper (>= 9), python-all, python-pil, python-pkg-resources, - python-setuptools + python-setuptools, + python3-all, + python3-pil, + python3-pkg-resources, + python3-setuptools Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/mapproxy.git Vcs-Git: https://anonscm.debian.org/git/pkg-grass/mapproxy.git @@ -31,11 +35,37 @@ Recommends: python-gdal, python-lxml, python-pastedeploy, python-shapely -Description: open source proxy for geospatial data +Description: open source proxy for geospatial data - Python 2 module MapProxy is an open source proxy for geospatial data. It caches, accelerates and transforms data from existing map services and serves any desktop or web GIS client. . MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a fully compliant WMS server supporting any WMS client (desktop and web). + . + This package provides the mapproxy module for Python 2. + +Package: python3-mapproxy +Architecture: all +Depends: python3-pil, + python3-pkg-resources, + python3-pyproj, + python3-yaml, + ttf-dejavu, + ttf-dejavu-extra, + ${python3:Depends}, + ${misc:Depends} +Recommends: python3-gdal, + python3-lxml, + python3-pastedeploy, + python3-shapely +Description: open source proxy for geospatial data - Python 3 module + MapProxy is an open source proxy for geospatial data. It caches, accelerates + and transforms data from existing map services and serves any desktop or web + GIS client. + . + MapProxy is a tile server (WMS-C, TMS, WMTS, KML SuperOverlays), and also a + fully compliant WMS server supporting any WMS client (desktop and web). + . + This package provides the mapproxy module for Python 3. diff --git a/debian/rules b/debian/rules index 045015c..5064e09 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,7 @@ export PYBUILD_NAME=mapproxy %: - dh $@ --with python2 --buildsystem=pybuild + dh $@ --with python2,python3 --buildsystem=pybuild override_dh_auto_test: - @echo "nocheck set, not running tests" \ No newline at end of file + @echo "nocheck set, not running tests" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/mapproxy.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

