This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libmath-prime-util-gmp-perl.
commit 6d140beaa17b3fbba699a8b353f965f6f6442a0b Author: Salvatore Bonaccorso <[email protected]> Date: Thu Oct 2 23:23:30 2014 +0200 Add manpage-has-errors-from-pod2man.patch patch --- debian/patches/manpage-has-errors-from-pod2man.patch | 18 ++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 19 insertions(+) diff --git a/debian/patches/manpage-has-errors-from-pod2man.patch b/debian/patches/manpage-has-errors-from-pod2man.patch new file mode 100644 index 0000000..c4fa523 --- /dev/null +++ b/debian/patches/manpage-has-errors-from-pod2man.patch @@ -0,0 +1,18 @@ +Description: Fix error in POD +Origin: vendor +Author: Salvatore Bonaccorso <[email protected]> +Last-Update: 2014-10-02 +Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99282 +Bug: https://rt.cpan.org/Ticket/Display.html?id=99282 + +--- a/lib/Math/Prime/Util/GMP.pm ++++ b/lib/Math/Prime/Util/GMP.pm +@@ -764,7 +764,7 @@ functions. + Returns the Stirling numbers of either the first kind (default), the + second kind, or the third kind (the unsigned Lah numbers), with the kind + selected as an optional third argument. It takes two non-negative integer +-arguments C<n< and C<k> plus the optional C<type>. This corresponds to Pari's ++arguments C<n> and C<k> plus the optional C<type>. This corresponds to Pari's + C<stirling(n,k,{type})> function and Mathematica's + C<StirlingS1> / C<StirlingS2> functions. + diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..edd1350 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +manpage-has-errors-from-pod2man.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-gmp-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
