[mapproxy] 07/28: Rework (build) dependencies.

Bas Couwenberg sebastic at debian.org
Wed Jul 27 00:32:57 UTC 2016


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

sebastic pushed a commit to branch master
in repository mapproxy.

commit 14ea7da816b9e02fb5b740dc53c8a4c3f2fef855
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Jul 25 19:35:45 2016 +0200

    Rework (build) dependencies.
    
    Changes:
    - Drop obsolete build dependencies
    - Change lib{proj,gdal}<SOVERSION> dependencies to python-{pyproj,gdal}
    - Change Suggests to Recommends, modules conditionally imported
    - Switch from python-imaging to python-pil
---
 debian/changelog |  5 +++++
 debian/control   | 33 +++++++++++++++------------------
 2 files changed, 20 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d229e4e..e40e150 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,11 @@ mapproxy (1.8.2-1) UNRELEASED; urgency=medium
   * Change Maintainer to Debian GIS team, add myself to Uploaders.
   * Add Vcs-* fields for git repository on Alioth.
   * Add watch file for GitHub releases.
+  * Rework (build) dependencies, changes:
+    - Drop obsolete build dependencies
+    - Change lib{proj,gdal}<SOVERSION> dependencies to python-{pyproj,gdal}
+    - Change Suggests to Recommends, modules conditionally imported
+    - Switch from python-imaging to python-pil
 
  -- Bas Couwenberg <sebastic at debian.org>  Mon, 25 Jul 2016 18:53:14 +0200
 
diff --git a/debian/control b/debian/control
index 23cd0e1..09a0ee9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,16 +3,14 @@ Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Bas Couwenberg <sebastic at debian.org>
 Section: python
 Priority: optional
-Build-Depends: bc,
-               debhelper (>= 9),
+Build-Depends: debhelper (>= 9),
                dh-python,
-               python,
-               cdbs,
-               python-setuptools,
-               quilt,
-               python-imaging,
+               libgdal-dev,
                libproj-dev,
-               libgdal-dev
+               python-all,
+               python-pil,
+               python-pkg-resources,
+               python-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
@@ -21,19 +19,18 @@ X-Python-Version: >= 2.7
 
 Package: python-mapproxy
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends},
+Depends: python-pil,
          python-pkg-resources,
-         python-setuptools,
-         python-imaging,
+         python-pyproj,
          python-yaml,
-         libproj9,
          ttf-dejavu,
-         ttf-dejavu-extra
-Suggests: python-lxml,
-          python-shapely,
-          python-pastedeploy,
-          libgdal20
+         ttf-dejavu-extra,
+         ${python:Depends},
+         ${misc:Depends}
+Recommends: python-gdal,
+            python-lxml,
+            python-pastedeploy,
+            python-shapely
 Description: This programm 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. 

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



More information about the Pkg-grass-devel mailing list