[SCM] libwww-finger-perl Debian packaging branch, master, updated. upstream/0.103-14-g15d116e

Florian Schlichting fschlich at zedat.fu-berlin.de
Sat Feb 18 22:15:26 UTC 2012


The following commit has been merged in the master branch:
commit 4a6d0598844b4dd815ce15dc910438b09ae4872b
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sat Feb 18 22:53:04 2012 +0100

    Use Digest::SHA instead of Digest::SHA1

diff --git a/debian/changelog b/debian/changelog
index 665cb19..a50fcd1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,7 @@ libwww-finger-perl (0.103-1) UNRELEASED; urgency=low
   * Bumped Standards-Version to 3.9.2 (no changes necessary).
   * Added myself to uploaders and copyright.
   * Removed dependency on UNIVERSAL::AUTHORITY (bogus).
+  * Added use_digest-sha_instead_of_digest-sha1.patch.
 
   [ Jonas Smedegaard ]
   * Update copyright file: Fix use separate sections for Artistic and GPL-1+.
diff --git a/debian/control b/debian/control
index 747565d..21b443f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,6 @@ Build-Depends: devscripts (>= 2.10.7~),
  debhelper (>= 7.0.1),
  dh-buildinfo,
  libcommon-sense-perl,
- libdigest-sha1-perl,
  libhttp-link-parser-perl,
  libhttp-lrdd-perl,
  libjson-perl,
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..84b63dd
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+use_digest-sha_instead_of_digest-sha1.patch
diff --git a/debian/patches/use_digest-sha_instead_of_digest-sha1.patch b/debian/patches/use_digest-sha_instead_of_digest-sha1.patch
new file mode 100644
index 0000000..f7ba224
--- /dev/null
+++ b/debian/patches/use_digest-sha_instead_of_digest-sha1.patch
@@ -0,0 +1,49 @@
+Description: use Digest::SHA instead of Digest::SHA1
+ libdigest-sha1-perl was removed from Debian
+Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75123
+
+--- a/META.yml
++++ b/META.yml
+@@ -24,7 +24,7 @@
+ requires:
+   Carp: 0
+   Digest::MD5: 0
+-  Digest::SHA1: 0
++  Digest::SHA: 0
+   HTTP::LRDD: 0.104
+   HTTP::Link::Parser: 0.102
+   JSON: 2.00
+--- a/lib/WWW/Finger/Fingerpoint.pm
++++ b/lib/WWW/Finger/Fingerpoint.pm
+@@ -5,7 +5,7 @@
+ use utf8;
+ 
+ use Carp 0;
+-use Digest::SHA1 0 qw[sha1_hex];
++use Digest::SHA 0 qw[sha1_hex];
+ use HTTP::Link::Parser 0.102 qw[:standard];
+ use LWP::UserAgent 0;
+ use RDF::Query::Client 0.106;
+--- a/lib/WWW/Finger/_GenericRDF.pm
++++ b/lib/WWW/Finger/_GenericRDF.pm
+@@ -7,7 +7,7 @@
+ use common::sense;
+ use utf8;
+ 
+-use Digest::SHA1 0 qw(sha1_hex);
++use Digest::SHA 0 qw(sha1_hex);
+ use HTTP::Link::Parser 0.102 qw();
+ use LWP::UserAgent 0;
+ use RDF::Query 2.900;
+--- a/meta/makefile.ttl
++++ b/meta/makefile.ttl
+@@ -17,7 +17,7 @@
+ 		"parent",
+ 		"Carp",
+ 		"Digest::MD5",
+-		"Digest::SHA1",
++		"Digest::SHA",
+ 		"HTTP::Link::Parser 0.102",
+ 		"HTTP::LRDD 0.104",
+ 		"JSON 2.00",
diff --git a/debian/rules b/debian/rules
index 2834d74..d21cfb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,7 +27,7 @@ DEB_UPSTREAM_URL = http://search.cpan.org/CPAN/authors/id/T/TO/TOBYINK
 DEB_UPSTREAM_TARBALL_MD5 = a747308c646b520c19d1869b6ab345fc
 
 # Needed both by upstream build process and at runtime
-common-depends = libcommon-sense-perl, libdigest-sha1-perl, libhttp-link-parser-perl
+common-depends = libcommon-sense-perl, libhttp-link-parser-perl
 common-depends += , libhttp-lrdd-perl, libjson-perl, libwww-perl, libnamespace-clean-perl, libobject-authority-perl, perl (>= 5.10.1) | libparent-perl, librdf-query-perl, librdf-query-client-perl (>= 0.106)
 common-depends += , librdf-trine-perl, libxrd-parser-perl (>= 0.102), liburi-perl
 

-- 
libwww-finger-perl Debian packaging



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