This is an automated email from the git hooks/post-receive script. carnil pushed a commit to branch master in repository libmath-prime-util-perl.
commit b9ee838b9a43903659f341ba1d6b64fbdff78705 Author: Salvatore Bonaccorso <[email protected]> Date: Wed Oct 1 06:39:56 2014 +0200 Add 0001-Put-Carp-use-in-correct-package.patch patch from upstream --- .../0001-Put-Carp-use-in-correct-package.patch | 31 ++++++++++++++++++++++ debian/patches/series | 1 + 2 files changed, 32 insertions(+) diff --git a/debian/patches/0001-Put-Carp-use-in-correct-package.patch b/debian/patches/0001-Put-Carp-use-in-correct-package.patch new file mode 100644 index 0000000..3c1f673 --- /dev/null +++ b/debian/patches/0001-Put-Carp-use-in-correct-package.patch @@ -0,0 +1,31 @@ +From df5ebcfb61b26018f4938ee07860a450f392732c Mon Sep 17 00:00:00 2001 +From: Dana Jacobsen <[email protected]> +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/series b/debian/patches/series new file mode 100644 index 0000000..1d216b3 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +0001-Put-Carp-use-in-correct-package.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-prime-util-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
