[SCM] libxrd-parser-perl Debian packaging branch, master, updated. debian/0.103-1-20-g23101d2

Jonas Smedegaard dr at jones.dk
Fri Nov 2 15:09:27 UTC 2012


The following commit has been merged in the master branch:
commit d6eaa5cfc31f7077bc274190f15a07107b6a7785
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Fri Nov 2 12:09:52 2012 +0100

    Drop patch 1001: Fixed upstream.

diff --git a/debian/patches/1001_use_SHA_not_SHA1.patch b/debian/patches/1001_use_SHA_not_SHA1.patch
deleted file mode 100644
index 35c1c44..0000000
--- a/debian/patches/1001_use_SHA_not_SHA1.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-Description: Use Digest::SHA instead of Digest::SHA1, which got removed from Debian.
-Author: Jonas Smedegaard <dr at jones.dk>, Florian Schlichting <fschlich at zedat.fu-berlin.de>
-Forwarded: No
-
---- a/lib/XRD/Parser.pm
-+++ b/lib/XRD/Parser.pm
-@@ -4,7 +4,7 @@
- use strict;
- 
- use Carp 0;
--use Digest::SHA1 0 qw(sha1_hex);
-+use Digest::SHA 0 qw(sha1_hex);
- use Encode 0 qw(encode_utf8);
- use HTTP::Link::Parser 0.102;
- use LWP::UserAgent 0;
---- a/meta/makefile.ttl
-+++ b/meta/makefile.ttl
-@@ -10,7 +10,7 @@
- 	:requires
- 		"Carp 0",
- 		"Data::UUID 0",
--		"Digest::SHA1 0",
-+		"Digest::SHA 0",
- 		"Encode 0",
- 		"HTTP::Link::Parser 0.102",
- 		"LWP::UserAgent 0",
---- a/META.yml
-+++ b/META.yml
-@@ -25,7 +25,7 @@
- requires:
-   Carp: 0
-   Data::UUID: 0
--  Digest::SHA1: 0
-+  Digest::SHA: 0
-   Encode: 0
-   HTTP::Link::Parser: 0.102
-   LWP::UserAgent: 0
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index a1c59c4..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-1001_use_SHA_not_SHA1.patch

-- 
libxrd-parser-perl Debian packaging



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