[libcrypt-dh-gmp-perl] 03/07: Update patches.

gregor herrmann gregoa at debian.org
Wed Sep 18 16:56:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcrypt-dh-gmp-perl.

commit e9ba29f08849b1bf2b2b009e8aae4e7cce29e1b0
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Sep 18 18:48:01 2013 +0200

    Update patches.
    
    Drop spelling.patch, fixed upstream.
    Refresh fix-checklib-fail.patch (offset).
---
 debian/patches/fix-checklib-fail.patch |    6 +++---
 debian/patches/series                  |    1 -
 debian/patches/spelling.patch          |   27 ---------------------------
 3 files changed, 3 insertions(+), 31 deletions(-)

diff --git a/debian/patches/fix-checklib-fail.patch b/debian/patches/fix-checklib-fail.patch
index e8c507f..1d1f7a8 100644
--- a/debian/patches/fix-checklib-fail.patch
+++ b/debian/patches/fix-checklib-fail.patch
@@ -2,12 +2,12 @@ Description: Trigger build failures when needed libraries are not found
 Origin: vendor
 Forwarded: not-needed
 Author: Alessandro Ghedini <ghedo at debian.org>
-Reviewed-by: Alessandro Ghedini <ghedo at debian.org>
-Last-Update: 2012-08-08
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2013-09-18
 
 --- a/inc/Module/Install/XSUtil.pm
 +++ b/inc/Module/Install/XSUtil.pm
-@@ -343,7 +343,7 @@
+@@ -367,7 +367,7 @@
          $self->build_requires( "Devel::CheckLib" => "0.4" );
      }
  
diff --git a/debian/patches/series b/debian/patches/series
index 361aa7b..8dccbc9 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-spelling.patch
 fix-checklib-fail.patch
diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch
deleted file mode 100644
index d6d9613..0000000
--- a/debian/patches/spelling.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-Description: spelling fixes
-Origin: vendor
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=72630
-Bug: https://rt.cpan.org/Ticket/Display.html?id=72630
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2011-11-22
-
---- a/lib/Crypt/DH/GMP.pm
-+++ b/lib/Crypt/DH/GMP.pm
-@@ -71,7 +71,7 @@
- C<Crypt::DH> works with a plain C<Math::BigInt>, but if you want to use
- it in production, you almost always need to install C<Math::BigInt::GMP>
- or C<Math::BigInt::Pari> because without them, the computation that is
--required by C<Crypt::DH> makes the module prettu much unusable.
-+required by C<Crypt::DH> makes the module pretty much unusable.
- 
- Because of this, C<Crypt::DH> might as well make C<Math::BigInt::GMP> a
- hard requirement.
-@@ -91,7 +91,7 @@
- These problems quickly become apparent when you use modules such as 
- C<Net::OpenID::Consumer>, which requires to make a few calls to C<Crypt::DH>.
- 
--C<Crypt::DH::GMP> attemps to alleviate these problems by providing a 
-+C<Crypt::DH::GMP> attempts to alleviate these problems by providing a
- C<Crypt::DH>-compatible layer, which, instead of doing calculations via
- Math::BigInt, directly works with libgmp in C.
- 

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



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