[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a

Bas Couwenberg sebastic at xs4all.nl
Mon Sep 30 17:14:21 UTC 2013


The following commit has been merged in the master branch:
commit 257ce53b6a366342a0163a4d3593f28b245b78e6
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 18:04:21 2013 +0200

    Add patch to fix 'indifferently' typo.

diff --git a/debian/changelog b/debian/changelog
index 9d9e7ec..5452cd5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
   * Pass all hardening flags to configure.
   * Add lintian override for no upstream changelog, link to timeline.
   * Add patch to fix 'successfully' typo.
+  * Add patch to fix 'indifferently' typo.
   * Add man page for specialite tools:
     - exif_loader
     - shp_doctor
diff --git a/debian/patches/08-indifferently-typo.patch b/debian/patches/08-indifferently-typo.patch
new file mode 100644
index 0000000..b6a26cd
--- /dev/null
+++ b/debian/patches/08-indifferently-typo.patch
@@ -0,0 +1,36 @@
+Description: Fix 'indifferenctly' typo, replace with 'indifferently'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-09-30
+--- a/spatialite_osm_map.c
++++ b/spatialite_osm_map.c
+@@ -2548,7 +2548,7 @@ do_help ()
+     fprintf (stderr,
+ 	     "                 both OSM-XML (*.osm) and OSM-ProtoBuf\n");
+     fprintf (stderr,
+-	     "                 (*.osm.pbf) are indifferenctly supported.\n\n");
++	     "                 (*.osm.pbf) are indifferently supported.\n\n");
+     fprintf (stderr,
+ 	     "-d or --db-path  pathname       the SpatiaLite DB path\n\n");
+     fprintf (stderr, "you can specify the following options as well\n");
+--- a/spatialite_osm_net.c
++++ b/spatialite_osm_net.c
+@@ -2255,7 +2255,7 @@ do_help ()
+     fprintf (stderr,
+ 	     "                 both OSM-XML (*.osm) and OSM-ProtoBuf\n");
+     fprintf (stderr,
+-	     "                 (*.osm.pbf) are indifferenctly supported.\n\n");
++	     "                 (*.osm.pbf) are indifferently supported.\n\n");
+     fprintf (stderr,
+ 	     "-d or --db-path  pathname       the SpatiaLite DB path\n");
+     fprintf (stderr,
+--- a/spatialite_osm_raw.c
++++ b/spatialite_osm_raw.c
+@@ -947,7 +947,7 @@ do_help ()
+     fprintf (stderr,
+ 	     "                 both OSM-XML (*.osm) and OSM-ProtoBuf\n");
+     fprintf (stderr,
+-	     "                 (*.osm.pbf) are indifferenctly supported.\n\n");
++	     "                 (*.osm.pbf) are indifferently supported.\n\n");
+     fprintf (stderr,
+ 	     "-d or --db-path  pathname       the SpatiaLite DB path\n\n");
+     fprintf (stderr, "you can specify the following options as well\n");
diff --git a/debian/patches/series b/debian/patches/series
index 1c5a5d3..1627379 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
 #05-dont_relink.patch
 06-link-sqlite3.patch
 07-succesfully-typo.patch
+08-indifferently-typo.patch

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list