[pyosmium] 07/10: Add patch to fix 'allows one to' typo.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Feb 6 20:58:27 UTC 2016


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

sebastic pushed a commit to branch master
in repository pyosmium.

commit 77a968cb81382131f33538e5ac120c492b8ed100
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Feb 6 21:11:41 2016 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 42e2b0c..e661d3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ pyosmium (2.6.0-1) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Bump minimum required libosmium2-dev to 2.6.0.
   * Update copyright file, update years for Sarah Hoffmann.
+  * Add patch to fix 'allows one to' typo.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 06 Feb 2016 20:22:21 +0100
 
diff --git a/debian/patches/allows-to-typo.patch b/debian/patches/allows-to-typo.patch
new file mode 100644
index 0000000..13f80f1
--- /dev/null
+++ b/debian/patches/allows-to-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'allows to <verb>' typo, replace with 'allows <verb>ing'.
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/lib/osmium.cc
++++ b/lib/osmium.cc
+@@ -109,7 +109,7 @@ BOOST_PYTHON_MODULE(_osmium)
+         "exists. The file type to output is determined from the file extension. "
+         "The second (optional) parameter is the buffer size. osmium caches the "
+         "output data in an internal memory buffer before writing it on disk. This "
+-        "parameter allows to change the default buffer size of 4MB. Larger buffers "
++        "parameter allows changing the default buffer size of 4MB. Larger buffers "
+         "are normally better but you should be aware that there are normally multiple "
+         "buffers in use during the write process.",
+         init<const char*, unsigned long>())
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a3b4f01
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+allows-to-typo.patch

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



More information about the Pkg-grass-devel mailing list