[python-mapnik] 01/06: Use system fonts instead of mapnik specific fonts.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Thu Oct 15 08:38:32 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository python-mapnik.
commit 1d07bb92ecd134df6274e21d304c99d16cb80fdd
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Wed Oct 14 23:29:18 2015 +0200
Use system fonts instead of mapnik specific fonts.
---
debian/changelog | 6 ++++++
debian/rules | 3 +++
2 files changed, 9 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d676e45..e2f0a52 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-mapnik (1:0.0~20151010-b223124-2) UNRELEASED; urgency=medium
+
+ * Use system fonts instead of mapnik specific fonts.
+
+ -- Bas Couwenberg <sebastic at debian.org> Wed, 14 Oct 2015 23:28:36 +0200
+
python-mapnik (1:0.0~20151010-b223124-1) unstable; urgency=medium
* New upstream git snapshot.
diff --git a/debian/rules b/debian/rules
index 8f6d403..b64cc8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,6 +6,9 @@
export PYBUILD_NAME=mapnik
+# Use system fonts instead of mapnik specific fonts
+export SYSTEM_FONTS=/usr/share/fonts
+
%:
dh $@ \
--with python2,python3 \
--
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