[SCM] Debian packaging of libmoosex-storage-perl branch, master, updated. debian/0.31-1-13-ga897b4a
gregor herrmann
gregoa at debian.org
Mon Jun 3 19:35:25 UTC 2013
The following commit has been merged in the master branch:
commit 0cebe524ff4431bed6a8723bce3423768c6e51df
Author: gregor herrmann <gregoa at debian.org>
Date: Mon Jun 3 21:30:32 2013 +0200
Drop use-Digest-SHA.patch, fixed upstream.
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 2f8c94f..0000000
--- a/debian/patches/use-Digest-SHA.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-Description: Use Digest::SHA from perl core instead of
- Digest::SHA1.
- .
- 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,
- };
-
---- a/lib/MooseX/Storage/Base/WithChecksum.pm
-+++ b/lib/MooseX/Storage/Base/WithChecksum.pm
-@@ -85,7 +85,7 @@
- }
- }
- else {
-- return Digest->new($d || "SHA1", @args);
-+ return Digest->new($d || "SHA-1", @args);
- }
- }
-
--
Debian packaging of libmoosex-storage-perl
More information about the Pkg-perl-cvs-commits
mailing list