[SCM] Debian packaging of libredis-perl branch, master, updated. debian/1.9550-1-13-ga0b4b0e

gregor herrmann gregoa at debian.org
Mon Feb 18 17:51:32 UTC 2013


The following commit has been merged in the master branch:
commit 925cbdb817ce6c91f3e3c80652ede2adb7cb943c
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Feb 18 18:44:40 2013 +0100

    Drop digest-sha.patch, merged upstream.

diff --git a/debian/patches/digest-sha.patch b/debian/patches/digest-sha.patch
deleted file mode 100644
index accc0dc..0000000
--- a/debian/patches/digest-sha.patch
+++ /dev/null
@@ -1,51 +0,0 @@
-Description: use Digest::SHA (in perl core) instead of Digest::SHA1
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=81841
-Forwarded: https://rt.cpan.org/Ticket/Display.html?id=81841
-Author: gregor herrmann <gregoa at debian.org>
-Last-Update: 2012-12-09
-
---- a/META.json
-+++ b/META.json
-@@ -44,7 +44,7 @@
-       },
-       "test" : {
-          "requires" : {
--            "Digest::SHA1" : "0",
-+            "Digest::SHA" : "0",
-             "IO::String" : "0",
-             "IPC::Cmd" : "0",
-             "Test::Deep" : "0",
---- a/META.yml
-+++ b/META.yml
-@@ -3,7 +3,7 @@
- author:
-   - 'Pedro Melo <melo at cpan.org>'
- build_requires:
--  Digest::SHA1: 0
-+  Digest::SHA: 0
-   IO::String: 0
-   IPC::Cmd: 0
-   Test::Deep: 0
---- a/Makefile.PL
-+++ b/Makefile.PL
-@@ -12,7 +12,7 @@
-   "ABSTRACT" => "Perl binding for Redis database",
-   "AUTHOR" => "Pedro Melo <melo\@cpan.org>",
-   "BUILD_REQUIRES" => {
--    "Digest::SHA1" => 0,
-+    "Digest::SHA" => 0,
-     "IO::String" => 0,
-     "IPC::Cmd" => 0,
-     "Test::Deep" => 0,
---- a/t/30-scripts.t
-+++ b/t/30-scripts.t
-@@ -7,7 +7,7 @@
- use Redis;
- use lib 't/tlib';
- use Test::SpawnRedisServer;
--use Digest::SHA1 qw(sha1_hex);
-+use Digest::SHA qw(sha1_hex);
- 
- my ($c, $srv) = redis();
- END { $c->() if $c }
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ba2b602..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-digest-sha.patch

-- 
Debian packaging of libredis-perl



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