[python-mapnik] 08/10: Add (build) dependencies on python{, 3}-cairo.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Feb 26 23:34:50 UTC 2016


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

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

commit fb3503e949008a6e3b32af7e31f12f9e74214d25
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 27 00:09:33 2016 +0100

    Add (build) dependencies on python{,3}-cairo.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b6da54e..da803b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ python-mapnik (1:0.0~20160217-d57dce9-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.7, no changes.
   * Update Vcs-Git URL to use HTTPS.
   * Drop license & copyright for mapnik/__init__.py, now LGPL-2.1+ too.
+  * Add (build) dependencies on python{,3}-cairo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 27 Feb 2016 00:01:48 +0100
 
diff --git a/debian/control b/debian/control
index afdce64..3116d4a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,9 +9,11 @@ Build-Depends: debhelper (>= 9),
                libmapnik-dev (>= 3.0.10),
                python-all-dev,
                python-setuptools,
+               python-cairo,
                python-nose,
                python3-all-dev,
                python3-setuptools,
+               python3-cairo,
                python3-nose
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/python-mapnik.git
@@ -21,7 +23,8 @@ X-Python-Version: >= 2.5
 
 Package: python-mapnik
 Architecture: any
-Depends: ${python:Depends},
+Depends: python-cairo,
+         ${python:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
 Provides: ${python:Provides}
@@ -39,7 +42,8 @@ Description: Python 2 interface to the mapnik library
 
 Package: python3-mapnik
 Architecture: any
-Depends: ${python3:Depends},
+Depends: python3-cairo,
+         ${python3:Depends},
          ${shlibs:Depends},
          ${misc:Depends}
 Provides: ${python3:Provides}

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



More information about the Pkg-grass-devel mailing list