[libcache-perl] 27/28: drop Digest::SHA patch, integrated upstream

dom at earth.li dom at earth.li
Sat Oct 4 17:27:44 UTC 2014


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

dom pushed a commit to branch master
in repository libcache-perl.

commit 9fca800de54a3552805bf8dad4f686d18abbc859
Author: Dominic Hargreaves <dom at earth.li>
Date:   Mon Feb 3 00:39:39 2014 +0000

    drop Digest::SHA patch, integrated upstream
---
 debian/changelog                    |  3 +-
 debian/patches/series               |  1 -
 debian/patches/use-Digest-SHA.patch | 58 -------------------------------------
 3 files changed, 2 insertions(+), 60 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 57c31dd..317a5f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 libcache-perl (2.09-1) UNRELEASED; urgency=medium
 
   * New upstream release
+    - drop Digest::SHA patch, integrated upstream 
 
- -- Dominic Hargreaves <dom at earth.li>  Mon, 03 Feb 2014 00:39:03 +0000
+ -- Dominic Hargreaves <dom at earth.li>  Mon, 03 Feb 2014 00:39:46 +0000
 
 libcache-perl (2.08-1) unstable; urgency=medium
 
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 5a2428d..0000000
--- a/debian/patches/use-Digest-SHA.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From: Salvatore Bonaccorso <carnil at debian.org>
-Subject: use Digest::SHA instead of Digest::SHA1
-
-Bug: https://rt.cpan.org/Public/Bug/Display.html?id=92658
-Bug-Debian: http://bugs.debian.org/636648
-
-diff --git a/Build.PL b/Build.PL
-index f6e98f6..47da9ba 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -16,7 +16,7 @@ my $builder = Test::Run::Builder->new(
-     {
-         'DB_File'			=> '1.72',
-         'Date::Parse'		=> '2.24',
--        'Digest::SHA1'		=> '2.01',
-+        'Digest::SHA'		=> 0,
-         'Fcntl'			=> '1.03',
-         'File::Find'		=> '0',
-         'File::NFSLock'		=> '1.20',
-diff --git a/META.json b/META.json
-index 07fee07..5dd8f73 100644
---- a/META.json
-+++ b/META.json
-@@ -35,7 +35,7 @@
-          "requires" : {
-             "DB_File" : "1.72",
-             "Date::Parse" : "2.24",
--            "Digest::SHA1" : "2.01",
-+            "Digest::SHA" : "0",
-             "Fcntl" : "1.03",
-             "File::Find" : "0",
-             "File::NFSLock" : "1.20",
-diff --git a/META.yml b/META.yml
-index 920f147..beefbc0 100644
---- a/META.yml
-+++ b/META.yml
-@@ -70,7 +70,7 @@ provides:
- requires:
-   DB_File: 1.72
-   Date::Parse: 2.24
--  Digest::SHA1: 2.01
-+  Digest::SHA: 0
-   Fcntl: 1.03
-   File::Find: 0
-   File::NFSLock: 1.20
-diff --git a/lib/Cache/File.pm b/lib/Cache/File.pm
-index 6e0fab3..43462dc 100644
---- a/lib/Cache/File.pm
-+++ b/lib/Cache/File.pm
-@@ -25,7 +25,7 @@ use strict;
- use warnings;
- use Cache::File::Heap;
- use Cache::File::Entry;
--use Digest::SHA1 qw(sha1_hex);
-+use Digest::SHA qw(sha1_hex);
- use Fcntl qw(LOCK_EX LOCK_NB);
- use Symbol ();
- use File::Spec;

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



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