[SCM] libwww-finger-perl Debian packaging branch, master, updated. debian/0.103-1-8-g1a3b606

Florian Schlichting fschlich at zedat.fu-berlin.de
Sun Feb 26 20:52:19 UTC 2012


The following commit has been merged in the master branch:
commit f41ca7bb460a09b0994039b7384ddbd18e891614
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date:   Sun Feb 26 21:39:07 2012 +0100

    drop patches applied upstream

diff --git a/debian/changelog b/debian/changelog
index 5f9583f..bc497c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ libwww-finger-perl (0.104-1) UNRELEASED; urgency=low
   * Imported Upstream version 0.104.
   * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0).
   * Bumped years of copyright.
+  * Dropped remove_bogus_universal-authority_dependency.patch,
+    use_digest-sha_instead_of_digest-sha1.patch: applied upstream.
 
  -- Florian Schlichting <fschlich at zedat.fu-berlin.de>  Sun, 26 Feb 2012 21:26:25 +0100
 
diff --git a/debian/patches/remove_bogus_universal-authority_dependency.patch b/debian/patches/remove_bogus_universal-authority_dependency.patch
deleted file mode 100644
index e7e572f..0000000
--- a/debian/patches/remove_bogus_universal-authority_dependency.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: fully remove dependency on UNIVERSAL::AUTHORITY
- Upstream switched from UNIVERSAL::AUTHORITY to Object::AUTHORITY in 0.103, 
- but forgot to remove these references for Module::AutoInstall
-Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=75122
-
---- a/META.yml
-+++ b/META.yml
-@@ -35,7 +35,6 @@
-   RDF::Query: 2.900
-   RDF::Query::Client: 0.106
-   RDF::Trine: 0.135
--  UNIVERSAL::AUTHORITY: 0
-   URI: 0
-   URI::Escape: 0
-   XRD::Parser: 0.102
---- a/meta/makefile.ttl
-+++ b/meta/makefile.ttl
-@@ -27,7 +27,6 @@
- 		"RDF::Query 2.900",
- 		"RDF::Query::Client 0.106",
- 		"RDF::Trine 0.135",
--		"UNIVERSAL::AUTHORITY",
- 		"URI",
- 		"URI::Escape",
- 		"XRD::Parser 0.102".
diff --git a/debian/patches/series b/debian/patches/series
index 819b96f..5f38c36 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1 @@
-remove_bogus_universal-authority_dependency.patch
-use_digest-sha_instead_of_digest-sha1.patch
 build_cant_access_internet.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
deleted file mode 100644
index f7ba224..0000000
--- a/debian/patches/use_digest-sha_instead_of_digest-sha1.patch
+++ /dev/null
@@ -1,49 +0,0 @@
-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",

-- 
libwww-finger-perl Debian packaging



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