[spatialite-tools] 13/14: Add patch to fix 'OUTPUT' typo.
Bas Couwenberg
sebastic at xs4all.nl
Mon Aug 4 01:35:42 UTC 2014
This is an automated email from the git hooks/post-receive script.
sebastic-guest pushed a commit to branch experimental
in repository spatialite-tools.
commit 53f4e8951f51b7e7885d3d11d1d342b6dc527e88
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Aug 4 03:02:38 2014 +0200
Add patch to fix 'OUTPUT' typo.
---
debian/changelog | 1 +
debian/patches/04-output-typo.patch | 15 +++++++++++++++
debian/patches/series | 1 +
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b5b9882..cb94dce 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ spatialite-tools (4.2.0-1) UNRELEASED; urgency=medium
- spatialite_xml_collapse
- spatialite_xml_load
- spatialite_xml_print
+ * Add patch to fix 'OUTPUT' typo.
-- Bas Couwenberg <sebastic at xs4all.nl> Mon, 04 Aug 2014 00:14:56 +0200
diff --git a/debian/patches/04-output-typo.patch b/debian/patches/04-output-typo.patch
new file mode 100644
index 0000000..dc9b4ff
--- /dev/null
+++ b/debian/patches/04-output-typo.patch
@@ -0,0 +1,15 @@
+Description: Fix 'OUUPUT' typo, replace with 'OUTPUT'.
+Author: Bas Couwenberg <sebastic at xs4all.nl>
+Forwarded: https://groups.google.com/d/msg/spatialite-users/qQMFZYvW7wo/2do2QCXwyjkJ
+
+--- a/spatialite_xml_print.c
++++ b/spatialite_xml_print.c
+@@ -926,7 +926,7 @@ do_help ()
+ fprintf (stderr,
+ "-d or --db-path pathname the SpatiaLite DB [INPUT] path\n\n");
+ fprintf (stderr,
+- "-x or --xml-path pathname the XML file [OUUPUT] path\n");
++ "-x or --xml-path pathname the XML file [OUTPUT] path\n");
+ fprintf (stderr,
+ "-cs or --cache-size num DB cache size (how many pages)\n");
+ fprintf (stderr,
diff --git a/debian/patches/series b/debian/patches/series
index 38a1567..7182b7d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
00-add_automake_foreign.patch
03-fix_typos.patch
+04-output-typo.patch
#05-dont_relink.patch
06-link-sqlite3.patch
07-succesfully-typo.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite-tools.git
More information about the Pkg-grass-devel
mailing list