[SCM] spatialite-tools branch, master, updated. debian/4.0.0-1-33-ga7a885a
Bas Couwenberg
sebastic at xs4all.nl
Mon Sep 30 17:14:18 UTC 2013
The following commit has been merged in the master branch:
commit 89a047a1e4e783661e186f094d4d95fab1441982
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Sep 30 04:04:41 2013 +0200
Add patch to fix 'successfully' typo.
diff --git a/debian/changelog b/debian/changelog
index 67cf752..2df84c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ spatialite-tools (4.1.1-1) UNRELEASED; urgency=low
* Properly link sqlite3. (closes: #713644)
* Pass all hardening flags to configure.
* Add lintian override for no upstream changelog, link to timeline.
+ * Add patch to fix 'successfully' typo.
-- Bas Couwenberg <sebastic at xs4all.nl> Mon, 30 Sep 2013 02:35:52 +0200
diff --git a/debian/patches/07-succesfully-typo.patch b/debian/patches/07-succesfully-typo.patch
new file mode 100644
index 0000000..34b4a11
--- /dev/null
+++ b/debian/patches/07-succesfully-typo.patch
@@ -0,0 +1,25 @@
+Description: Fix 'succesfully typo, replace with 'successfully'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Last-Update: 2013-09-30
+--- a/shell.c
++++ b/shell.c
+@@ -2670,7 +2670,7 @@ static int do_meta_command(char *zLine,
+ }
+ else
+ fprintf (stderr, "Unable to parse: %s\n", dxf_path);
+- fprintf(stderr, "\n*** DXF file succesfully loaded\n");
++ fprintf(stderr, "\n*** DXF file successfully loaded\n");
+ stop_dxf:
+ /* destroying the DXF parser */
+ gaiaDestroyDxfParser (dxf);
+--- a/spatialite_dxf.c
++++ b/spatialite_dxf.c
+@@ -528,7 +528,7 @@ main (int argc, char *argv[])
+ ret = sqlite3_backup_finish (backup);
+ sqlite3_close (handle);
+ handle = disk_handle;
+- printf ("\tIN_MEMORY database succesfully exported\n");
++ printf ("\tIN_MEMORY database successfully exported\n");
+ }
+
+ /* memory cleanup */
diff --git a/debian/patches/series b/debian/patches/series
index 903308e..1c5a5d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
03-fix_typos.patch
#05-dont_relink.patch
06-link-sqlite3.patch
+07-succesfully-typo.patch
--
Spatialite Tools
More information about the Pkg-grass-devel
mailing list