[osm2pgsql] 09/10: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Mon Sep 18 23:12:17 UTC 2017


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

sebastic pushed a commit to branch master
in repository osm2pgsql.

commit b160c25a507846034445eac706bd9a292d1f2db2
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Sep 19 00:55:33 2017 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 16 ++++++++++++++++
 3 files changed, 18 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 34fabab..09c7330 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ osm2pgsql (0.94.0~rc1+ds-1) UNRELEASED; urgency=medium
   * Add autopkgtest to test installability.
   * Bump minimum required libosmium2-dev to 2.13.1.
   * Drop license & copyright for win_fsync.h.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 19 Sep 2017 00:41:03 +0200
 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..fbd1eef
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,16 @@
+Description: Fix spelling errors.
+ * mimimum -> minimum
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://github.com/openstreetmap/osm2pgsql/pull/786
+
+--- a/options.cpp
++++ b/options.cpp
+@@ -577,7 +577,7 @@ void options_t::check_options()
+     // zoom level 31 is the technical limit because we use 32-bit integers for the x and y index of a tile ID
+     if (expire_tiles_zoom_min >= 32) {
+         expire_tiles_zoom_min = 31;
+-        fprintf(stderr, "WARNING: mimimum zoom level for tile expiry is too "
++        fprintf(stderr, "WARNING: minimum zoom level for tile expiry is too "
+                         "large and has been set to 31.\n\n");
+     }
+ 

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



More information about the Pkg-grass-devel mailing list