[python-mapnik] 02/07: Enable pycairo support.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu May 5 21:53:14 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 5ea6bddd408e0ca0b455cf48738952e03327e00c
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu May 5 23:12:39 2016 +0200

    Enable pycairo support.
---
 debian/changelog | 2 ++
 debian/rules     | 3 +++
 2 files changed, 5 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 0f89c38..0638661 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 python-mapnik (1:0.0~20160330-5d72b49-2) UNRELEASED; urgency=medium
 
   * Bump Standards-Version to 3.9.8, no changes.
+  * Enable pycairo support.
+    (closes: #823549)
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 05 May 2016 22:07:55 +0200
 
diff --git a/debian/rules b/debian/rules
index e654a38..3442c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,6 +10,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all,-pie
 
 export PYBUILD_NAME=mapnik
 
+# Enable Cairo support
+export PYCAIRO=true
+
 # Use system fonts instead of mapnik specific fonts
 export SYSTEM_FONTS=/usr/share/fonts
 

-- 
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