[SCM] Debian packaging of libauthen-passphrase-perl branch, master, updated. debian/0.007-2-9-g9aec899

Salvatore Bonaccorso carnil at debian.org
Tue Feb 7 18:05:36 UTC 2012


The following commit has been merged in the master branch:
commit af6f3370671d3962d6b11bd609bd1fbda917c3ab
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 7 18:56:31 2012 +0100

    Drop use-Digest-SHA.patch patch
    
    Patch is now applied upstream.

diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 3175d99..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-use-Digest-SHA.patch
diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
deleted file mode 100644
index b9441d8..0000000
--- a/debian/patches/use-Digest-SHA.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: Use Digest::SHA instead of Digest::SHA1.
- See: http://bugs.debian.org/594273
-Origin: vendor
-Bug: http://rt.cpan.org/Ticket/Display.html?id=59917
-Forwarded: yes
-Author: Ansgar Burchardt <ANSGAR at cpan.org>
-Reviewed-by: Salvatore Bonaccorso <carnil at debian.org>
-Last-Update: 2011-08-07
-
---- a/lib/Authen/Passphrase/MySQL41.pm
-+++ b/lib/Authen/Passphrase/MySQL41.pm
-@@ -46,7 +46,7 @@
- 
- use Authen::Passphrase 0.003;
- use Carp qw(croak);
--use Digest::SHA1 qw(sha1);
-+use Digest::SHA qw(sha1);
- 
- our $VERSION = "0.007";
- 
-@@ -166,7 +166,7 @@
- =head1 SEE ALSO
- 
- L<Authen::Passphrase>,
--L<Digest::SHA1>
-+L<Digest::SHA>
- 
- =head1 AUTHOR
- 
---- a/Build.PL
-+++ b/Build.PL
-@@ -34,7 +34,7 @@
- 		"Digest" => "1.00",
- 		"Digest::MD4" => "1.2",
- 		"Digest::MD5" => "1.9953",
--		"Digest::SHA1" => 0,
-+		"Digest::SHA" => 0,
- 		"MIME::Base64" => "2.21",
- 		"Module::Runtime" => "0.006",
- 		"Params::Classify" => 0,
---- a/META.yml
-+++ b/META.yml
-@@ -93,7 +93,7 @@
-   Digest: 1.00
-   Digest::MD4: 1.2
-   Digest::MD5: 1.9953
--  Digest::SHA1: 0
-+  Digest::SHA: 0
-   MIME::Base64: 2.21
-   Module::Runtime: 0.006
-   Params::Classify: 0

-- 
Debian packaging of libauthen-passphrase-perl



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