[libmath-prime-util-perl] 03/05: Drop patches, one was from upstream, the other got merged now.

gregor herrmann gregoa at debian.org
Wed Oct 22 17:51:32 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-perl.

commit 0544cff6792debad6e07b3418a8ca1969485118f
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Oct 22 19:46:23 2014 +0200

    Drop patches, one was from upstream, the other got merged now.
---
 .../0001-Put-Carp-use-in-correct-package.patch     | 31 ----------------------
 debian/patches/pod-syntax.patch                    | 18 -------------
 debian/patches/series                              |  2 --
 3 files changed, 51 deletions(-)

diff --git a/debian/patches/0001-Put-Carp-use-in-correct-package.patch b/debian/patches/0001-Put-Carp-use-in-correct-package.patch
deleted file mode 100644
index 3c1f673..0000000
--- a/debian/patches/0001-Put-Carp-use-in-correct-package.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From df5ebcfb61b26018f4938ee07860a450f392732c Mon Sep 17 00:00:00 2001
-From: Dana Jacobsen <dana at acm.org>
-Date: Tue, 30 Sep 2014 15:09:54 -0700
-Subject: [PATCH] Put Carp use in correct package
-
----
- Changes                     | 7 +++++++
- lib/Math/Prime/Util/PPFE.pm | 2 +-
- 2 files changed, 8 insertions(+), 1 deletion(-)
-
-diff --git a/lib/Math/Prime/Util/PPFE.pm b/lib/Math/Prime/Util/PPFE.pm
-index 5896c63..550c1f8 100644
---- a/lib/Math/Prime/Util/PPFE.pm
-+++ b/lib/Math/Prime/Util/PPFE.pm
-@@ -2,12 +2,12 @@ package Math::Prime::Util::PPFE;
- use strict;
- use warnings;
- use Math::Prime::Util::PP;
--use Carp qw/carp croak confess/;
- 
- # The PP front end, only loaded if XS is not used.
- # It is intended to load directly into the MPU namespace.
- 
- package Math::Prime::Util;
-+use Carp qw/carp croak confess/;
- 
- *_validate_num = \&Math::Prime::Util::PP::_validate_num;
- *_validate_integer = \&Math::Prime::Util::PP::_validate_integer;
--- 
-2.1.1
-
diff --git a/debian/patches/pod-syntax.patch b/debian/patches/pod-syntax.patch
deleted file mode 100644
index cbee7a5..0000000
--- a/debian/patches/pod-syntax.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-Description: fix a typo in POD formatting
-Origin: vendor
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2014-10-13
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=99467
-Bug: https://rt.cpan.org/Ticket/Display.html?id=99467
-
---- a/lib/Math/Prime/Util.pm
-+++ b/lib/Math/Prime/Util.pm
-@@ -2538,7 +2538,7 @@
- 
- Returns the Stirling numbers of either the first kind (default) or
- second kind (with a third argument of 2).  It takes two non-negative integer
--arguments C<n< and C<k>.  This corresponds to Pari's C<stirling(n,k,{type})>
-+arguments C<n> and C<k>.  This corresponds to Pari's C<stirling(n,k,{type})>
- function and Mathematica's C<StirlingS1> / C<StirlingS2> functions.
- 
- Stirling numbers of the first kind are C<-1^(n-k)> times the number of
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 445a8d2..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-0001-Put-Carp-use-in-correct-package.patch
-pod-syntax.patch

-- 
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