[otb] 09/11: Add patch to fix spelling errors.

Bas Couwenberg sebastic at debian.org
Thu Jan 25 12:28:53 UTC 2018


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

sebastic pushed a commit to branch master
in repository otb.

commit 0f6b87f9a32f8381f08c3a526c4a01eb0791a4b1
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Jan 25 09:59:46 2018 +0100

    Add patch to fix spelling errors.
---
 debian/changelog                     |  1 +
 debian/patches/series                |  1 +
 debian/patches/spelling-errors.patch | 17 +++++++++++++++++
 3 files changed, 19 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 67f163f..d9ff975 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ otb (6.4.0~rc1+dfsg-1) UNRELEASED; urgency=medium
   * Update symbols for amd64.
   * Bump Standards-Version to 4.1.3, no changes.
   * Update lintian override for spelling-error-in-binary false positive.
+  * Add patch to fix spelling errors.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 25 Jan 2018 07:50:01 +0100
 
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..d181d5d
--- /dev/null
+++ b/debian/patches/spelling-errors.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling errors.
+ * allows to -> allows <verb>ing
+Author: Bas Couwenberg <sebastic at debian.org>
+Forwarded: https://bugs.orfeo-toolbox.org/view.php?id=1509
+Applied-Upstream: https://git.orfeo-toolbox.org/otb.git/commit/ee6ea7c1f34825a7853306ad82bfde5846f85ba9
+
+--- a/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
++++ b/Modules/Applications/AppProjection/app/otbOrthoRectification.cxx
+@@ -91,7 +91,7 @@ private:
+   {
+     SetName("OrthoRectification");
+     std::ostringstream oss;
+-    oss << "This application allows to ortho-rectify optical and radar images from supported sensors." << std::endl;
++    oss << "This application allows ortho-rectifying optical and radar images from supported sensors." << std::endl;
+     SetDescription(oss.str());
+     // Documentation
+     SetDocName("Ortho-rectification");

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



More information about the Pkg-grass-devel mailing list