[libmath-prime-util-perl] 07/08: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sat Dec 21 21:30:06 UTC 2013


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

gregoa pushed a commit to branch master
in repository libmath-prime-util-perl.

commit 49ac9e4ffacf67b4f58cf47d0a35b136f566dba5
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 21 22:28:24 2013 +0100

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..5299247
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
new file mode 100644
index 0000000..36141a0
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,18 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=91562
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91562
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-21
+
+--- a/primality.c
++++ b/primality.c
+@@ -590,7 +590,7 @@
+   if (n < 7) return (n == 2 || n == 3 || n == 5);
+   if ((n % 2) == 0 || n == UV_MAX) return 0;
+   if (increment < 1 || increment > 256)
+-    croak("Invalid lucas paramater increment: %"UVuf"\n", increment);
++    croak("Invalid lucas parameter increment: %"UVuf"\n", increment);
+ 
+   P = 3;
+   while (1) {

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



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