[libbloom-filter-perl] 03/08: drop Digest::SHA migration match, adopted upstream

Damyan Ivanov dmn at moszumanska.debian.org
Wed Apr 16 09:57:09 UTC 2014


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

dmn pushed a commit to branch master
in repository libbloom-filter-perl.

commit e58e7ba856c660e777160f072980b32a934c666f
Author: Damyan Ivanov <dmn at debian.org>
Date:   Wed Apr 16 09:39:15 2014 +0000

    drop Digest::SHA migration match, adopted upstream
---
 debian/patches/1001_Use_Digest::SHA.patch | 14 --------------
 debian/patches/series                     |  1 -
 2 files changed, 15 deletions(-)

diff --git a/debian/patches/1001_Use_Digest::SHA.patch b/debian/patches/1001_Use_Digest::SHA.patch
deleted file mode 100644
index 74a25bc..0000000
--- a/debian/patches/1001_Use_Digest::SHA.patch
+++ /dev/null
@@ -1,14 +0,0 @@
-Description: Use Digest::SHA instead of deprecated Digest::SHA1
-Forwarded: https://rt.cpan.org/Ticket/Display?id=94775
-
---- a/Filter.pm
-+++ b/Filter.pm
-@@ -3,7 +3,7 @@
- use strict;
- use warnings;
- use Carp;
--use Digest::SHA1 qw/sha1 sha1_base64/;
-+use Digest::SHA qw/sha1 sha1_base64/;
- 
- our $VERSION = '1.0';
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index feb0c5b..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_Use_Digest::SHA.patch

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



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