This is an automated email from the git hooks/post-receive script. abe pushed a commit to branch master in repository libmath-calculus-differentiate-perl.
commit c366150f0f1f476d9783d8600a267c6caaf9828a Author: Axel Beckert <[email protected]> Date: Fri Nov 10 00:47:48 2017 +0100 Add patch to fix an spelling error found by Lintian --- debian/changelog | 1 + debian/patches/series | 1 + debian/patches/spelling.patch | 15 +++++++++++++++ 3 files changed, 17 insertions(+) diff --git a/debian/changelog b/debian/changelog index 51beef0..722306b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,7 @@ libmath-calculus-differentiate-perl (0.3-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 an spelling error found by Lintian. -- gregor herrmann <[email protected]> Sun, 16 Nov 2008 20:44:38 +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..df9a1c0 --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,15 @@ +Description: Fix spelling errors found by Lintian +Author: Axel Beckert <[email protected]> +Forwarded: no + +--- a/Differentiate.pm ++++ b/Differentiate.pm +@@ -66,7 +66,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-differentiate-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
