[SCM] spatialite-tools branch, master, updated. debian/3.0.0-2-11-ga20865c
David Paleino
dapal at debian.org
Wed Oct 3 22:15:58 UTC 2012
The following commit has been merged in the master branch:
commit 7a9408eacd770426f94a2058749e69cca9cf927c
Author: David Paleino <dapal at debian.org>
Date: Thu Oct 4 00:12:57 2012 +0200
Refreshed patch
diff --git a/debian/patches/03-fix_typos.patch b/debian/patches/03-fix_typos.patch
index 6e7f7cc..18625de 100644
--- a/debian/patches/03-fix_typos.patch
+++ b/debian/patches/03-fix_typos.patch
@@ -6,9 +6,9 @@ Forwarded: no
---
spatialite_gml.c | 2 +-
spatialite_osm_map.c | 4 ++--
- spatialite_osm_net.c | 4 ++--
+ spatialite_osm_net.c | 10 +++++-----
spatialite_osm_raw.c | 2 +-
- 4 files changed, 6 insertions(+), 6 deletions(-)
+ 4 files changed, 9 insertions(+), 9 deletions(-)
--- spatialite-tools.orig/spatialite_gml.c
+++ spatialite-tools/spatialite_gml.c
@@ -43,6 +43,15 @@ Forwarded: no
/* VACUUMing */
--- spatialite-tools.orig/spatialite_osm_net.c
+++ spatialite-tools/spatialite_osm_net.c
+@@ -1326,7 +1326,7 @@ create_qualified_nodes (struct aux_param
+ fprintf (stderr, "COMMIT TRANSACTION error: %s\n", sql_err);
+ sqlite3_free (sql_err);
+ }
+- printf ("\tHelper table '%s_nodes' succesfully created\n", table);
++ printf ("\tHelper table '%s_nodes' successfully created\n", table);
+ return 1;
+ error:
+ if (query_stmt != NULL)
@@ -1746,7 +1746,7 @@ db_vacuum (sqlite3 * handle)
sqlite3_free (sql_err);
return;
@@ -52,6 +61,24 @@ Forwarded: no
}
static int
+@@ -2466,7 +2466,7 @@ main (int argc, char *argv[])
+ error = 1;
+ }
+ if (print_template (template_path, railways))
+- printf ("template-file \"%s\" succesfully created\n\n",
++ printf ("template-file \"%s\" successfully created\n\n",
+ template_path);
+ return 0;
+ }
+@@ -2503,7 +2503,7 @@ main (int argc, char *argv[])
+ error = 1;
+ }
+ if (parse_template (¶ms, template_path))
+- printf ("template-file \"%s\" succesfully acquired\n\n",
++ printf ("template-file \"%s\" successfully acquired\n\n",
+ template_path);
+ else
+ return -1;
@@ -2721,7 +2721,7 @@ main (int argc, char *argv[])
ret = sqlite3_backup_finish (backup);
sqlite3_close (handle);
--
Spatialite Tools
More information about the Pkg-grass-devel
mailing list