[SCM] Debian packaging of libxml-atom-perl branch, master, updated. debian/0.40-1-6-g6c5f8a5
gregor herrmann
gregoa at debian.org
Tue Sep 27 20:32:51 UTC 2011
The following commit has been merged in the master branch:
commit 4226764631e86fc0f79aa7e704819c313142e757
Author: gregor herrmann <gregoa at debian.org>
Date: Tue Sep 27 22:29:07 2011 +0200
Refresh use-Digest-SHA.patch.
diff --git a/debian/patches/use-Digest-SHA.patch b/debian/patches/use-Digest-SHA.patch
index 1e91da3..d80405c 100644
--- a/debian/patches/use-Digest-SHA.patch
+++ b/debian/patches/use-Digest-SHA.patch
@@ -2,8 +2,8 @@ From: Ansgar Burchardt <ansgar at debian.org>
Date: Thu, 02 Jun 2011 18:59:01 +0200
Subject: Use Digest::SHA instead of Digest::SHA1
---- libxml-atom-perl.orig/Makefile.PL
-+++ libxml-atom-perl/Makefile.PL
+--- a/Makefile.PL
++++ b/Makefile.PL
@@ -12,7 +12,7 @@
requires('Class::Data::Inheritable');
requires('XML::XPath');
@@ -11,10 +11,10 @@ Subject: Use Digest::SHA instead of Digest::SHA1
-requires('Digest::SHA1');
+requires('Digest::SHA');
requires('DateTime');
+ requires('DateTime::TimeZone');
requires('XML::LibXML', 1.69);
-
---- libxml-atom-perl.orig/README
-+++ libxml-atom-perl/README
+--- a/README
++++ b/README
@@ -6,7 +6,7 @@
* XML::LibXML
@@ -24,8 +24,8 @@ Subject: Use Digest::SHA instead of Digest::SHA1
* MIME::Base64
* HTML::Parser
---- libxml-atom-perl.orig/lib/XML/Atom/Client.pm
-+++ libxml-atom-perl/lib/XML/Atom/Client.pm
+--- a/lib/XML/Atom/Client.pm
++++ b/lib/XML/Atom/Client.pm
@@ -9,7 +9,7 @@
use XML::Atom::Entry;
use XML::Atom::Feed;
@@ -35,8 +35,8 @@ Subject: Use Digest::SHA instead of Digest::SHA1
use MIME::Base64 qw( encode_base64 );
use DateTime;
---- libxml-atom-perl.orig/lib/XML/Atom/Server.pm
-+++ libxml-atom-perl/lib/XML/Atom/Server.pm
+--- a/lib/XML/Atom/Server.pm
++++ b/lib/XML/Atom/Server.pm
@@ -6,7 +6,7 @@
use XML::Atom;
use base qw( XML::Atom::ErrorHandler );
--
Debian packaging of libxml-atom-perl
More information about the Pkg-perl-cvs-commits
mailing list