[python-mapnik] 04/06: Add patch to fix 'denominator' typo.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 18 21:31:00 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 4fee1ab9bce03665949746bae696446eb9297f03
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 18 19:23:28 2016 +0100

    Add patch to fix 'denominator' typo.
---
 debian/changelog                      |  1 +
 debian/patches/denominator-typo.patch | 14 ++++++++++++++
 debian/patches/series                 |  1 +
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e4f5cd4..e2c6d60 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ python-mapnik (1:0.0~20160317-275bfae-1) UNRELEASED; urgency=medium
   * Drop mapnik-libdir.patch, applied upstream.
   * Override dh_strip to not create dbgsym packages,
     debug files contain no debug symbols.
+  * Add patch to fix 'denominator' typo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 18 Mar 2016 17:32:32 +0100
 
diff --git a/debian/patches/denominator-typo.patch b/debian/patches/denominator-typo.patch
new file mode 100644
index 0000000..818faf7
--- /dev/null
+++ b/debian/patches/denominator-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'demoninator' typo, replace with 'denominator'.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/mapnik_layer.cpp
++++ b/src/mapnik_layer.cpp
+@@ -296,7 +296,7 @@ void export_layer()
+         .add_property("minimum_scale_denominator",
+                       &layer::minimum_scale_denominator,
+                       &layer::set_minimum_scale_denominator,
+-                      "Get/Set the minimum scale demoninator of the layer.\n"
++                      "Get/Set the minimum scale denominator of the layer.\n"
+                       "\n"
+                       "Usage:\n"
+                       ">>> from mapnik import Layer\n"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..012abd5
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+denominator-typo.patch

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