[libmath-prime-util-gmp-perl] 10/12: Add a patch to fix a spelling mistake.

gregor herrmann gregoa at debian.org
Sat Dec 21 21:31:42 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-gmp-perl.

commit 8e796271a6adc559a2adb6eb1e3dbb228d041edc
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Dec 21 22:17:00 2013 +0100

    Add a patch to fix a spelling mistake.
---
 debian/patches/series         |  1 +
 debian/patches/spelling.patch | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 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..aea0f9a
--- /dev/null
+++ b/debian/patches/spelling.patch
@@ -0,0 +1,29 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug: https://rt.cpan.org/Ticket/Display.html?id=91561
+Forwarded: https://rt.cpan.org/Ticket/Display.html?id=91561
+Author: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-12-21
+
+--- a/examples/vcert.c
++++ b/examples/vcert.c
+@@ -603,7 +603,7 @@
+ static int lucas_extrastrong_params(IV* P, IV* Q, mpz_t n, mpz_t t, UV inc)
+ {
+   if (inc < 1 || inc > 256)
+-    croak("Invalid lucas paramater increment: %lu\n", (unsigned long)inc);
++    croak("Invalid lucas parameter increment: %lu\n", (unsigned long)inc);
+   UV tP = 3;
+   while (1) {
+     UV D = tP*tP - 4;
+--- a/gmp_main.c
++++ b/gmp_main.c
+@@ -264,7 +264,7 @@
+ {
+   UV tP = 3;
+   if (inc < 1 || inc > 256)
+-    croak("Invalid lucas paramater increment: %"UVuf"\n", inc);
++    croak("Invalid lucas parameter increment: %"UVuf"\n", inc);
+   while (1) {
+     UV D = tP*tP - 4;
+     UV gcd = mpz_gcd_ui(NULL, n, D);

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



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