[libconvert-binary-c-perl] 01/02: Apply patch from Niko Tyni fixing FTBFS on perl 5.18 due to POD errors (Closes: #719576)

dom at earth.li dom at earth.li
Thu Aug 15 09:43:32 UTC 2013


This is an automated email from the git hooks/post-receive script.

dom pushed a commit to branch master
in repository libconvert-binary-c-perl.

commit 2622b4657da68cc7e0ac3ffb2b611967d47acc37
Author: Dominic Hargreaves <dom at earth.li>
Date:   Tue Aug 13 19:55:05 2013 +0200

    Apply patch from Niko Tyni fixing FTBFS on perl 5.18 due to POD errors (Closes: #719576)
---
 debian/changelog                                   |    7 ++++++
 debian/control                                     |    3 ++-
 ...D-syntax-in-support-Test-Harness-Point.pm.patch |   26 ++++++++++++++++++++
 debian/patches/series                              |    1 +
 4 files changed, 36 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 8270096..49ca513 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+libconvert-binary-c-perl (0.76-3) UNRELEASED; urgency=low
+
+  * Apply patch from Niko Tyni fixing FTBFS on perl 5.18 due to POD
+    errors (Closes: #719576)
+
+ -- Dominic Hargreaves <dom at earth.li>  Tue, 13 Aug 2013 19:54:17 +0200
+
 libconvert-binary-c-perl (0.76-2) unstable; urgency=low
 
   [ Ansgar Burchardt ]
diff --git a/debian/control b/debian/control
index 2dc7ca7..a1dbe44 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9.20120312),
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Charles Plessy <plessy at debian.org>,
            Ryan Niebur <ryan at debian.org>,
-           gregor herrmann <gregoa at debian.org>
+           gregor herrmann <gregoa at debian.org>,
+	   Dominic Hargreaves <dom at earth.li>
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libconvert-binary-c-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libconvert-binary-c-perl.git
diff --git a/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch b/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
new file mode 100644
index 0000000..4e501a4
--- /dev/null
+++ b/debian/patches/0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch
@@ -0,0 +1,26 @@
+From 8e8bda04e259e77a56ed00d036d25d8b121a9ffb Mon Sep 17 00:00:00 2001
+From: Niko Tyni <ntyni at debian.org>
+Date: Tue, 13 Aug 2013 19:48:08 +0300
+Subject: [PATCH] Fix POD syntax in support/Test/Harness/Point.pm
+
+This fixes a test failure in tests/802_pod.t on newer Perl versions.
+---
+ support/Test/Harness/Point.pm | 2 ++
+ 1 file changed, 2 insertions(+)
+
+diff --git a/support/Test/Harness/Point.pm b/support/Test/Harness/Point.pm
+index df0706a..49a4821 100644
+--- a/support/Test/Harness/Point.pm
++++ b/support/Test/Harness/Point.pm
+@@ -70,6 +70,8 @@ Each of the following fields has a getter and setter method.
+ 
+ =item * number
+ 
++=back
++
+ =cut
+ 
+ sub ok              { my $self = shift; $self->{ok} }
+-- 
+1.8.4.rc2
+
diff --git a/debian/patches/series b/debian/patches/series
index 5299247..6d101cd 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 spelling.patch
+0001-Fix-POD-syntax-in-support-Test-Harness-Point.pm.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconvert-binary-c-perl.git



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