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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

