[SCM] libxrd-parser-perl Debian packaging branch, master, updated. debian/0.101-2-10-g2348552
Florian Schlichting
fschlich at zedat.fu-berlin.de
Fri Dec 30 00:54:30 UTC 2011
The following commit has been merged in the master branch:
commit 234855234f2f3570a50a2c9ee549ad377e74c8f5
Author: Florian Schlichting <fschlich at zedat.fu-berlin.de>
Date: Fri Dec 30 01:34:27 2011 +0100
Refreshed 1001_use_SHA_not_SHA1.patch
diff --git a/debian/changelog b/debian/changelog
index 37f3573..24b80a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-libxrd-parser-perl (0.103-1) UNRELEASED; urgency=low
+libxrd-parser-perl (0.103-1) unstable; urgency=low
[ Florian Schlichting ]
* Imported Upstream version 0.103.
@@ -8,12 +8,13 @@ libxrd-parser-perl (0.103-1) UNRELEASED; urgency=low
* Ship provided examples scripts.
* Updated (build-)dependencies.
* Added myself to uploaders and copyright.
+ * Refreshed 1001_use_SHA_not_SHA1.patch.
[ gregor herrmann ]
* Remove debian/source/local-options; abort-on-upstream-changes and
unapply-patches are default in dpkg-source since 1.16.1.
- -- Florian Schlichting <fschlich at zedat.fu-berlin.de> Fri, 30 Dec 2011 01:09:04 +0100
+ -- Florian Schlichting <fschlich at zedat.fu-berlin.de> Fri, 30 Dec 2011 01:53:58 +0100
libxrd-parser-perl (0.101-2) unstable; urgency=low
diff --git a/debian/patches/1001_use_SHA_not_SHA1.patch b/debian/patches/1001_use_SHA_not_SHA1.patch
index 87863c9..35c1c44 100644
--- a/debian/patches/1001_use_SHA_not_SHA1.patch
+++ b/debian/patches/1001_use_SHA_not_SHA1.patch
@@ -1,11 +1,37 @@
+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
-@@ -39,7 +39,7 @@
- our $VERSION = '0.101';
+@@ -4,7 +4,7 @@
+ use strict;
- use Carp;
--use Digest::SHA1 qw(sha1_hex);
-+use Digest::SHA qw(sha1_hex);
- use Encode qw(encode_utf8);
- use HTTP::Link::Parser;
- use LWP::UserAgent;
+ 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
--
libxrd-parser-perl Debian packaging
More information about the Pkg-perl-cvs-commits
mailing list