[ogdi-dfsg] 14/19: Add patch to fix spelling errors.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sun Apr 3 00:13:18 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository ogdi-dfsg.

commit dbb69786683ef42c56b598827f37f6994053b760
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sun Apr 3 00:26:01 2016 +0200

    Add patch to fix spelling errors.
---
 debian/changelog                    |  1 +
 debian/libogdi3.2.lintian-overrides |  3 +++
 debian/patches/series               |  1 +
 debian/patches/spelling-errors      | 15 +++++++++++++++
 4 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5a59f99..413d686 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -20,6 +20,7 @@ ogdi-dfsg (3.2.0~beta2-8) UNRELEASED; urgency=medium
   * Enable all hardening buildflags, except PIE (causes build failure).
   * Enable parallel builds.
   * Add symbols file for libogdi3.2.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Sat, 02 Apr 2016 21:13:49 +0200
 
diff --git a/debian/libogdi3.2.lintian-overrides b/debian/libogdi3.2.lintian-overrides
index df455d5..b03168d 100644
--- a/debian/libogdi3.2.lintian-overrides
+++ b/debian/libogdi3.2.lintian-overrides
@@ -2,3 +2,6 @@
 #  Fortify Source functions: no, only unprotected functions found!
 libogdi3.2: hardening-no-fortify-functions *
 
+# False positive, string not included in the source.
+libogdi3.2: spelling-error-in-binary usr/lib/ogdi/libvrf.so allow to allow one to
+
diff --git a/debian/patches/series b/debian/patches/series
index 3d68cc0..94219bb 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ endianess
 hurd
 new_nad_init
 hardening
+spelling-errors
diff --git a/debian/patches/spelling-errors b/debian/patches/spelling-errors
new file mode 100644
index 0000000..588266d
--- /dev/null
+++ b/debian/patches/spelling-errors
@@ -0,0 +1,15 @@
+Description: Fix spelling errors.
+ occured -> occurred
+Author: Bas Couwenberg <sebastic at debian.org>
+
+--- a/ogdi/c-api/server.c
++++ b/ogdi/c-api/server.c
+@@ -280,7 +280,7 @@ ecs_Result *svr_CreateServer(s,url,isLoc
+   res = s->createserver(s,url); 
+   if (res == NULL) {
+     res = &svr_dummy_result;
+-    sprintf(buffer,"A memory error occured when creating the server for the URL \"%s\"", url);
++    sprintf(buffer,"A memory error occurred when creating the server for the URL \"%s\"", url);
+     ecs_SetError(res,1,buffer);
+     return res;
+     }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ogdi-dfsg.git



More information about the Pkg-grass-devel mailing list