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

fsfs pushed a commit to branch master
in repository libspreadsheet-parseexcel-perl.

commit 5fb9da663e792b719907d6ba0e0fffdcf7293402
Author: Florian Schlichting <f...@debian.org>
Date:   Fri Apr 25 00:03:34 2014 +0200

    Drop digest_md5.patch, Digest::Perl::MD5 is needed
---
 debian/control                  |  2 ++
 debian/patches/digest_md5.patch | 35 -----------------------------------
 debian/patches/series           |  1 -
 3 files changed, 2 insertions(+), 36 deletions(-)

diff --git a/debian/control b/debian/control
index 2bb52b8..9e01578 100644
--- a/debian/control
+++ b/debian/control
@@ -9,6 +9,7 @@ Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
                      libcrypt-rc4-perl,
+                     libdigest-perl-md5-perl,
                      libjcode-pm-perl,
                      libole-storage-lite-perl,
                      libspreadsheet-writeexcel-perl,
@@ -26,6 +27,7 @@ Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libcrypt-rc4-perl,
+         libdigest-perl-md5-perl,
          libjcode-pm-perl,
          libole-storage-lite-perl,
          libspreadsheet-writeexcel-perl,
diff --git a/debian/patches/digest_md5.patch b/debian/patches/digest_md5.patch
deleted file mode 100644
index 428ec04..0000000
--- a/debian/patches/digest_md5.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-Description: use Digest::MD5 (in perl core) instead of packaging the pure perl 
alternative Digest::Perl::MD5
-Origin: vendor
-Forwarded: not-needed
-Author: gregor herrmann <gre...@debian.org>
-Last-Update: 2011-09-23
-
---- a/lib/Spreadsheet/ParseExcel.pm
-+++ b/lib/Spreadsheet/ParseExcel.pm
-@@ -20,7 +20,7 @@
- use Config;
- 
- use Crypt::RC4;
--use Digest::Perl::MD5;
-+use Digest::MD5;
- 
- our $VERSION = '0.59';
- 
-@@ -269,7 +269,7 @@
-     substr( $pwarray, 9,  1 ) = "\x80";
-     substr( $pwarray, 56, 1 ) = "\x48";
- 
--    my $md5 = Digest::Perl::MD5->new();
-+    my $md5 = Digest::MD5->new();
-     $md5->add( $pwarray );
- 
-     my $s = md5state( $md5 );
-@@ -282,7 +282,7 @@
- 
-     my $pwarray = "\0" x 64;
-     my $i;
--    my $md5 = Digest::Perl::MD5->new();
-+    my $md5 = Digest::MD5->new();
- 
-     for ( $i = 0 ; $i < length( $password ) ; $i++ ) {
-         my $o = ord( substr( $password, $i, 1 ) );
diff --git a/debian/patches/series b/debian/patches/series
index 34c1ec9..2ab5f2e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
 30rstring.patch
-digest_md5.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libspreadsheet-parseexcel-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to