[shapelib] 04/05: Update spelling patch to fix additional issues.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri Mar 11 16:53:31 UTC 2016


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

sebastic pushed a commit to branch master
in repository shapelib.

commit d0101cc98e635d3591a32fee79b0a5dc5cd8eb67
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri Mar 11 17:10:49 2016 +0100

    Update spelling patch to fix additional issues.
---
 debian/changelog                                   |  1 +
 debian/man/dbfcat.md                               |  2 +-
 debian/man/shpcat.md                               |  2 +-
 ...seful-typo.patch => 0008-spelling-errors.patch} | 25 +++++++++++++++++++++-
 debian/patches/series                              |  2 +-
 5 files changed, 28 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index b2662cc..3a595cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ shapelib (1.3.0-6) UNRELEASED; urgency=medium
   * Update Vcs-Git URL to use HTTPS.
   * Bump Standards-Version to 3.9.7, no changes.
   * Enable parallel builds.
+  * Update spelling patch to fix additional issues.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 11 Mar 2016 14:55:52 +0100
 
diff --git a/debian/man/dbfcat.md b/debian/man/dbfcat.md
index 2ed251d..ac86a5a 100644
--- a/debian/man/dbfcat.md
+++ b/debian/man/dbfcat.md
@@ -11,7 +11,7 @@ Appends the records of a source xBase file into a destiny xBase file. Both files
  * `-v`:
  verbose mode.
  * `-f`:
- forces data convertion if data field types is not the same at both files or if is there any null value into _from_DBFfile_.
+ forces data conversion if data field types is not the same at both files or if is there any null value into _from_DBFfile_.
  * _from_DBFfile_:
  source xBase file.
  * _to_DBFfile_:
diff --git a/debian/man/shpcat.md b/debian/man/shpcat.md
index 0d9d80b..a4aeee4 100644
--- a/debian/man/shpcat.md
+++ b/debian/man/shpcat.md
@@ -12,7 +12,7 @@ Appends the content of a source shapefile into a destination shapefile. Both fil
  verbose mode.
 
  * `-f`:
- forces data convertion if data field types is not the same at both files or if is there any null value into from_DBFfile.
+ forces data conversion if data field types is not the same at both files or if is there any null value into from_DBFfile.
 
  * _from_shpfile_:
  source shapefile.
diff --git a/debian/patches/0008-useful-typo.patch b/debian/patches/0008-spelling-errors.patch
similarity index 60%
rename from debian/patches/0008-useful-typo.patch
rename to debian/patches/0008-spelling-errors.patch
index 9686bfb..88352a5 100644
--- a/debian/patches/0008-useful-typo.patch
+++ b/debian/patches/0008-spelling-errors.patch
@@ -1,4 +1,7 @@
-Description: Fix 'usefull' typo, replace with 'useful'.
+Description: Fix various spelling errors.
+ usefull    -> useful
+ convertion -> conversion
+ upto       -> to
 Author: Bas Couwenberg <sebastic at debian.org>
 
 --- a/contrib/Shape_PointInPoly_README.txt
@@ -23,3 +26,23 @@ Author: Bas Couwenberg <sebastic at debian.org>
  <br>
  <b>Usage</b>: <font face="courier">shprewind in_shp_file out_shp_file</font>
  <br>
+@@ -200,7 +200,7 @@ Shape:0 (Polygon)  nVertices=4, nParts=1
+ <br>
+ <ul>
+ 	<li><b>-v</b>: verbose mode.</li>
+-	<li><b>-f</b>: forces data convertion if data field types is not the same at both files or if is there any null value into <u>from_DBFfile</u>.</li>
++	<li><b>-f</b>: forces data conversion if data field types is not the same at both files or if is there any null value into <u>from_DBFfile</u>.</li>
+ 	<li><b>from_DBFfile</b>: source xBase file.</li>
+ 	<li><b>to_DBFfile</b>: destiny xBase file.</li>
+ </ul>
+--- a/contrib/shpgeo.c
++++ b/contrib/shpgeo.c
+@@ -1450,7 +1450,7 @@ SHPObject* SHPClone ( SHPObject *psCShap
+ 	highPart = psCShape->nParts ;
+ 
+ #ifdef DEBUG
+-    printf (" cloning SHP (%d parts) from ring %d upto ring %d \n",
++    printf (" cloning SHP (%d parts) from ring %d to ring %d \n",
+ 	 psCShape->nParts, lowPart, highPart);
+ #endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 537cc92..d43ccf6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,5 +3,5 @@
 0005-Stop-setting-CFLAGS-and-PREFIX-in-the-Makefile.patch
 0006-Fix-FTBFS-avoid-clash-with-_ENDIAN-defines.patch
 0007-Use-dpkg-buildflags-in-contrib-fixes-hardening-warni.patch
-0008-useful-typo.patch
+0008-spelling-errors.patch
 0009-privacy-breach-generic.patch

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



More information about the Pkg-grass-devel mailing list