[libmath-prime-util-gmp-perl] 03/07: Drop spelling.patch, merged upstream.

gregor herrmann gregoa at debian.org
Sun Jan 26 15:28:40 UTC 2014


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 38556bed1d0ad017e0caf8d3efdaabf146c3437b
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Jan 26 16:20:42 2014 +0100

    Drop spelling.patch, merged upstream.
---
 debian/patches/series         |  1 -
 debian/patches/spelling.patch | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5299247..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-spelling.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index aea0f9a..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-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