[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#720430: msva-perl: FTBFS with perl 5.18: POD failure



Control: tag -1 + patch

On Wed, 21 Aug 2013 19:08:38 +0100, Dominic Hargreaves wrote:

> pod2man msva-perl msva-perl.1
> msva-perl around line 161: Non-ASCII character seen before =encoding in '<A9>'. 
> Assuming UTF-8
> POD document had syntax errors at /usr/bin/pod2man line 71.
> make[1]: *** [msva-perl.1] Error 255

Patch attached that adds the now needed =encoding.


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer  -  http://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Joe Cocker: Jamaica Say You Will
diff -Nru msva-perl-0.9.1/debian/changelog msva-perl-0.9.1/debian/changelog
--- msva-perl-0.9.1/debian/changelog	2012-09-09 21:37:14.000000000 +0200
+++ msva-perl-0.9.1/debian/changelog	2013-08-23 15:30:20.000000000 +0200
@@ -1,3 +1,12 @@
+msva-perl (0.9.1-1.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.18: POD failure":
+    add patch to add encoding to POD.
+    (Closes: #720430)
+
+ -- gregor herrmann <gregoa@debian.org>  Fri, 23 Aug 2013 15:23:11 +0200
+
 msva-perl (0.9.1-1) unstable; urgency=low
 
   * New Upstream version
diff -Nru msva-perl-0.9.1/debian/patches/pod-encoding.patch msva-perl-0.9.1/debian/patches/pod-encoding.patch
--- msva-perl-0.9.1/debian/patches/pod-encoding.patch	1970-01-01 01:00:00.000000000 +0100
+++ msva-perl-0.9.1/debian/patches/pod-encoding.patch	2013-08-23 15:30:04.000000000 +0200
@@ -0,0 +1,30 @@
+Description: add encoding to POD
+ Pod::Simple has become more picky
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/720430
+Forwarded: no
+Author: gregor herrmann <gregoa@debian.org>
+Last-Update: 2013-08-23
+
+--- a/msva-perl
++++ b/msva-perl
+@@ -29,6 +29,8 @@
+              msva=>$server);
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ msva-perl - Perl implementation of a Monkeysphere Validation Agent
+--- a/msva-query-agent
++++ b/msva-query-agent
+@@ -86,6 +86,8 @@
+ 
+ __END__
+ 
++=encoding utf8
++
+ =head1 NAME
+ 
+ msva-query-agent - query a Monkeysphere Validation Agent
diff -Nru msva-perl-0.9.1/debian/patches/series msva-perl-0.9.1/debian/patches/series
--- msva-perl-0.9.1/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ msva-perl-0.9.1/debian/patches/series	2013-08-23 15:26:46.000000000 +0200
@@ -0,0 +1 @@
+pod-encoding.patch

Attachment: signature.asc
Description: Digital signature


Reply to: