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

sebastic pushed a commit to branch master
in repository gpx2shp.

commit ca8769d34005f48b353ebd39f7d3c74a7afc0682
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Tue Aug 4 15:51:58 2015 +0200

    Add patch to fix 'extension' typo.
---
 debian/changelog                    |  1 +
 debian/patches/extension-typo.patch | 37 +++++++++++++++++++++++++++++++++++++
 debian/patches/series               |  1 +
 3 files changed, 39 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 6061121..5b2f2d1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ gpx2shp (0.71.0-2) UNRELEASED; urgency=medium
     - Update email address for Toshihiro Hiraoka
     - Add license & copyright for ShapeLib files
   * Use source format 3.0 (quilt).
+  * Add patch to fix 'extension' typo.
 
  -- Bas Couwenberg <sebas...@debian.org>  Tue, 04 Aug 2015 15:04:49 +0200
 
diff --git a/debian/patches/extension-typo.patch 
b/debian/patches/extension-typo.patch
new file mode 100644
index 0000000..fa4c133
--- /dev/null
+++ b/debian/patches/extension-typo.patch
@@ -0,0 +1,37 @@
+Description: Fix 'extention' typo, replace with 'extension'.
+Author: Bas Couwenberg <sebas...@debian.org>
+Forwarded: mailto:hira...@azukimap.jp
+
+--- a/man/gpx2shp.1
++++ b/man/gpx2shp.1
+@@ -10,7 +10,7 @@ This is a output of Metro Manila Transit
+ .SH "OPTIONS"
+ .TP 
+ .B \-o, \-\-output
+-Sets output basename. The default is (source file name) \- (extention name)
++Sets output basename. The default is (source file name) \- (extension name)
+ .TP 
+ .B \-w, \-\-waypoints
+ Converts only waypoints data from a gpx file.
+--- a/src/dbfopen.c
++++ b/src/dbfopen.c
+@@ -120,7 +120,7 @@
+  * Added stdlib.h to ensure that atof() is prototyped.
+  *
+  * Revision 1.21  1999/12/13 17:25:46  warmerda
+- * Added support for upper case .DBF extention.
++ * Added support for upper case .DBF extension.
+  *
+  * Revision 1.20  1999/11/30 16:32:11  warmerda
+  * Use atof() instead of sscanf().
+--- a/src/main.c
++++ b/src/main.c
+@@ -25,7 +25,7 @@ void usage(char **argv) {
+                       argv[0]);
+       fprintf(stdout,
+                       "-o, --output            Sets output basename. The 
default is (source file\n");
+-      fprintf(stdout, "                        name) - (extention name)\n");
++      fprintf(stdout, "                        name) - (extension name)\n");
+       fprintf(stdout,
+                       "-w, --waypoints         Converts only waypoints data 
from a gpx file.\n");
+       fprintf(stdout,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f7e4f71
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+extension-typo.patch

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to