[spatialite] 05/07: Add patch to fix spelling errors.
Bas Couwenberg
sebastic at debian.org
Mon Jun 26 17:31:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch experimental
in repository spatialite.
commit 145819dcb7e6d67cbd6ecbf11843ec9469bfe7b3
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Mon Jun 26 18:31:25 2017 +0200
Add patch to fix spelling errors.
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling-errors.patch | 15 +++++++++++++++
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 9c262eb..5ec4537 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ spatialite (4.4.0~rc1-1~exp2) UNRELEASED; urgency=medium
* Add autopkgtest to test installability.
* Enable PIE hardening buildflags.
* Use pkg-info.mk variables instead of dpkg-parsechangelog output.
+ * Add patch to fix spelling errors.
-- Bas Couwenberg <sebastic at debian.org> Mon, 26 Jun 2017 15:31:19 +0200
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..38edaa7
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling-errors.patch
diff --git a/debian/patches/spelling-errors.patch b/debian/patches/spelling-errors.patch
new file mode 100644
index 0000000..473e5e9
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ * updgrade -> upgrade
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/src/spatialite/table_cloner.c
++++ b/src/spatialite/table_cloner.c
+@@ -2305,7 +2305,7 @@ gaiaAuxClonerExecute (const void *handle
+ if (!upgrade_output_table (cloner))
+ {
+ spatialite_e
+- ("CloneTable: unable to updgrade the output table \"%s\"\n",
++ ("CloneTable: unable to upgrade the output table \"%s\"\n",
+ cloner->out_table);
+ return 0;
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/spatialite.git
More information about the Pkg-grass-devel
mailing list