[pyosmium] 01/01: Add patch to fix 'applying' typo.

Bas Couwenberg sebastic at debian.org
Wed Oct 26 19:38:07 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 10ad90e8f1d731229b5aa53c3d6033275fb1225e
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Oct 26 19:57:36 2016 +0200

    Add patch to fix 'applying' typo.
---
 debian/changelog                   |  6 ++++++
 debian/patches/applying-typo.patch | 15 +++++++++++++++
 debian/patches/series              |  1 +
 3 files changed, 22 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 80d82a1..de014ce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pyosmium (2.9.0-2) UNRELEASED; urgency=medium
+
+  * Add patch to fix 'applying' typo.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Wed, 26 Oct 2016 19:57:33 +0200
+
 pyosmium (2.9.0-1) unstable; urgency=medium
 
   * New upstream release.
diff --git a/debian/patches/applying-typo.patch b/debian/patches/applying-typo.patch
new file mode 100644
index 0000000..23235f5
--- /dev/null
+++ b/debian/patches/applying-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'apllying' typo, replace with 'applying'.
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/osmcode/pyosmium/pull/22
+
+--- a/lib/osmium.cc
++++ b/lib/osmium.cc
+@@ -145,7 +145,7 @@ BOOST_PYTHON_MODULE(_osmium)
+ 
+     class_<pyosmium::MergeInputReader, boost::noncopyable>("MergeInputReader",
+         "Collects data from multiple input files and sorts and optionally "
+-        "deduplicates the data before apllying it to a handler.")
++        "deduplicates the data before applying it to a handler.")
+         .def("apply", &pyosmium::MergeInputReader::apply,
+             (arg("self"), arg("handler"), arg("simplify")=true),
+             "Apply collected data to a handler. The data will be sorted first. "
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f171391
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+applying-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