[osm2pgsql] 01/02: Add patch to fix spelling-error-in-manpage warning.

Bas Couwenberg sebastic at xs4all.nl
Wed Apr 30 15:05:06 UTC 2014


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

sebastic-guest pushed a commit to branch master
in repository osm2pgsql.

commit 09e381b1b0383a4f2f9a715856fabdb0d5b35b9a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Apr 30 16:59:37 2014 +0200

    Add patch to fix spelling-error-in-manpage warning.
---
 debian/changelog                                  |  1 +
 debian/patches/02-spelling-error-in-manpage.patch | 13 +++++++++++++
 debian/patches/series                             |  1 +
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index c23de83..caa87f8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ osm2pgsql (0.84.0-1) UNRELEASED; urgency=low
   * Add build dependency on liblua5.2-dev and lua5.2.
   * Append CPPFLAGS to CFLAGS & CXXFLAGS to use -D_FORTIFY_SOURCE=2.
   * Add patch to fix hyphen-used-as-minus-sign warnings.
+  * Add patch to fix spelling-error-in-manpage warning.
 
  -- Bas Couwenberg <sebastic at xs4all.nl>  Wed, 30 Apr 2014 13:05:29 +0200
 
diff --git a/debian/patches/02-spelling-error-in-manpage.patch b/debian/patches/02-spelling-error-in-manpage.patch
new file mode 100644
index 0000000..c9ecbee
--- /dev/null
+++ b/debian/patches/02-spelling-error-in-manpage.patch
@@ -0,0 +1,13 @@
+Description: Fix spelling-error-in-manpage by using 'allows one to'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+--- a/docs/osm2pgsql.1
++++ b/docs/osm2pgsql.1
+@@ -58,7 +58,7 @@ to (default: gis).
+ .TP
+ \fB\-i\fR|\-\-tablespace\-index tablespacename
+ Store all indices in a separate PostgreSQL tablespace named by this parameter.
+-This allows to e.g. store the indices on faster storage like SSDs.
++This allows one to e.g. store the indices on faster storage like SSDs.
+ .TP
+ \fB\ \fR\-\-tablespace\-main\-data tablespacename
+ Store the data tables (non slim) in the given tablespace.
diff --git a/debian/patches/series b/debian/patches/series
index ca82ca2..dfe8cd1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 00-fix_build.patch
 01-hyphen-used-as-minus-sign.patch
+02-spelling-error-in-manpage.patch

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