[SCM] spatialite-tools branch, master, updated. debian/3.1.0b-1-9-gc1684ec
David Paleino
dapal at debian.org
Sat Dec 1 20:22:25 UTC 2012
The following commit has been merged in the master branch:
commit 9f76cfec492ed092b43a45d3d89b1429f0bb85b7
Author: David Paleino <dapal at debian.org>
Date: Sat Dec 1 21:04:32 2012 +0100
Fix more typos
diff --git a/debian/patches/03-fix_typos.patch b/debian/patches/03-fix_typos.patch
index 897f3e8..4290640 100644
--- a/debian/patches/03-fix_typos.patch
+++ b/debian/patches/03-fix_typos.patch
@@ -4,11 +4,13 @@ Origin: vendor
Forwarded: no
---
+ shell.c | 2 +-
+ spatialite_convert.c | 2 +-
spatialite_gml.c | 2 +-
spatialite_osm_map.c | 4 ++--
spatialite_osm_net.c | 10 +++++-----
spatialite_osm_raw.c | 2 +-
- 4 files changed, 9 insertions(+), 9 deletions(-)
+ 6 files changed, 11 insertions(+), 11 deletions(-)
--- spatialite-tools.orig/spatialite_gml.c
+++ spatialite-tools/spatialite_gml.c
@@ -99,3 +101,25 @@ Forwarded: no
}
/* closing the DB connection */
+--- spatialite-tools.orig/shell.c
++++ spatialite-tools/shell.c
+@@ -2579,7 +2579,7 @@ static int do_meta_command(char *zLine,
+ {
+ int cnt1 = sqlite3_total_changes(p->db);
+ if (cnt1 > cnt0)
+- fprintf(stderr, "SpatialTable \"%s\" succesfully removed\n", azArg[1]);
++ fprintf(stderr, "SpatialTable \"%s\" successfully removed\n", azArg[1]);
+ else
+ fprintf(stderr, "SpatialTable \"%s\" seems not to exist\n", azArg[1]);
+ }
+--- spatialite-tools.orig/spatialite_convert.c
++++ spatialite-tools/spatialite_convert.c
+@@ -7025,7 +7025,7 @@ main (int argc, char *argv[])
+ sqlite3_free (sql_err);
+ goto stop;
+ }
+- printf ("\tDB-file succesfully converted !!!\n\n");
++ printf ("\tDB-file successfully converted !!!\n\n");
+ goto end;
+
+ /* closing the DB */
--
Spatialite Tools
More information about the Pkg-grass-devel
mailing list