[SCM] Debian packaging of libmoosex-storage-perl branch, master, updated. d787b8ecc2b0eeec1657452f695e02da40ff9aa6

Salvatore Bonaccorso carnil at debian.org
Fri Aug 12 18:43:21 UTC 2011


The following commit has been merged in the master branch:
commit 24fd22ed3578174d5692b574e546ea3aa75b9b0a
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Fri Aug 12 20:41:39 2011 +0200

    debian/patches: Add use-Digest-SHA to use Digest::SHA instead of Digest::SHA1.

diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..3175d99
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use-Digest-SHA.patch
diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
new file mode 100644
index 0000000..bef1f96
--- /dev/null
+++ b/debian/patches/use-Digest-SHA.patch
@@ -0,0 +1,23 @@
+Description: Use Digest::SHA from perl core instead of 
+ Digest::SHA1. Digest::HMAC is the real dependency in 
+ t/030_with_checksum.t which since 1.03 depends on
+ Digest::SHA.
+ .
+ See: http://bugs.debian.org/594273
+Origin: vendor
+Bug: http://rt.cpan.org/Ticket/Display.html?id=69811
+Forwarded: yes
+Author: Salvatore Bonaccorso <carnil at debian.org>
+Last-Update: 2011-08-12
+
+--- a/t/030_with_checksum.t
++++ b/t/030_with_checksum.t
+@@ -9,7 +9,7 @@
+ 
+ use Test::Requires {
+     'Digest' => 0.01, # skip all if not installed
+-    'Digest::SHA1' => 0.01,
++    'Digest::SHA' => 0,
+     'JSON::Any' => 0.01,
+ };
+ 

-- 
Debian packaging of libmoosex-storage-perl



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