[libmath-calculus-newtonraphson-perl] 08/09: Add patch to fix an spelling error found by Lintian

Axel Beckert abe at deuxchevaux.org
Sun Nov 12 00:44:56 UTC 2017


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

abe pushed a commit to branch master
in repository libmath-calculus-newtonraphson-perl.

commit 3842def3321765b66d4e7d77fd4d8300ae73ddc4
Author: Axel Beckert <abe at deuxchevaux.org>
Date:   Sun Nov 12 01:43:26 2017 +0100

    Add patch to fix an spelling error found by Lintian
---
 debian/changelog              |  1 +
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 14 ++++++++++++++
 3 files changed, 16 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b54f0ed..686e442 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -29,6 +29,7 @@ libmath-calculus-newtonraphson-perl (0.1-2) UNRELEASED; urgency=low
   * Remove trailing whitespace from debian/control.
   * Add myself as Uploader.
   * Convert debian/copyright to machine-readable DEP5 format.
+  * Add patch to fix spelling error found by Lintian.
 
  -- Axel Beckert <abe at debian.org>  Sun, 12 Nov 2017 01:37:03 +0100
 
diff --git a/debian/patches/series b/debian/patches/series
index c9352c4..cf34027 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 pod.patch
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..5221f72
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,14 @@
+Description: Fix spelling errors found by Lintian
+Author: Axel Beckert <abe at debian.org>
+
+--- a/NewtonRaphson.pm
++++ b/NewtonRaphson.pm
+@@ -76,7 +76,7 @@
+   $exp->addVariable('x');
+ 
+ Sets a certain named value in the expression as being a variable. A named value must be
+-an alphabetic chracter.
++an alphabetic character.
+ 
+ =item setExpression
+ 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-calculus-newtonraphson-perl.git



More information about the Pkg-perl-cvs-commits mailing list