[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 dabc85ff0d7048a717dd3649443aeaaa08527e2d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Mon Sep 30 18:08:31 2013 +0200

    Add patch to fix 'default' typo.

diff --git a/debian/changelog b/debian/changelog
index 5452cd5..e8217a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
   * Add lintian override for no upstream changelog, link to timeline.
   * Add patch to fix 'successfully' typo.
   * Add patch to fix 'indifferently' typo.
+  * Add patch to fix 'default' typo.
   * Add man page for specialite tools:
     - exif_loader
     - shp_doctor
diff --git a/debian/patches/09-default-typo.patch b/debian/patches/09-default-typo.patch
new file mode 100644
index 0000000..fd76d90
--- /dev/null
+++ b/debian/patches/09-default-typo.patch
@@ -0,0 +1,14 @@
+Description: Fix 'defualt' typo, replace with 'default'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-09-30
+--- a/spatialite_network.c
++++ b/spatialite_network.c
+@@ -1853,7 +1853,7 @@ do_help ()
+     fprintf (stderr,
+ 	     "                                  if omitted, GLength(g)\n");
+     fprintf (stderr,
+-	     "                                  will be used by defualt\n\n");
++	     "                                  will be used by default\n\n");
+     fprintf (stderr, "you can specify the following options as well:\n");
+     fprintf (stderr, "----------------------------------------------\n");
+     fprintf (stderr, "--a-star-supported                *default*\n");
diff --git a/debian/patches/series b/debian/patches/series
index 1627379..4755d83 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@
 06-link-sqlite3.patch
 07-succesfully-typo.patch
 08-indifferently-typo.patch
+09-default-typo.patch

-- 
Spatialite Tools



More information about the Pkg-grass-devel mailing list