On Wed, 21 Aug 2013 19:13:34 +0100, Dominic Hargreaves wrote: > This package FTBFS with perl 5.18: > > pod2man --section=1 --release="oarsub" --center "OAR commands" > --name="oarsub" "sources/core/man/man1/oarsub.pod" > > sources/core/man/man1/oarsub.1 > sources/core/man/man1/oarsub.pod around line 322: Non-ASCII character seen > before =encoding in '<A9>'. Assuming ISO8859-1 > POD document had syntax errors at /usr/bin/pod2man line 71.
debdiff attached that adds the =encoding to the POD. 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: Cannon's Jug Stompers: Minglewood blues
diff -Nru oar-2.5.2/debian/changelog oar-2.5.2/debian/changelog --- oar-2.5.2/debian/changelog 2012-06-26 12:23:59.000000000 +0200 +++ oar-2.5.2/debian/changelog 2013-08-23 15:41:16.000000000 +0200 @@ -1,3 +1,12 @@ +oar (2.5.2-3.1) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix "FTBFS with perl 5.18: POD failure": + add patch to add encoding to POD + (Closes: #720431) + + -- gregor herrmann <gre...@debian.org> Fri, 23 Aug 2013 15:36:21 +0200 + oar (2.5.2-3) unstable; urgency=low * Remove the desktop-computing packaging because it is no more supported diff -Nru oar-2.5.2/debian/patches/pod-encoding.patch oar-2.5.2/debian/patches/pod-encoding.patch --- oar-2.5.2/debian/patches/pod-encoding.patch 1970-01-01 01:00:00.000000000 +0100 +++ oar-2.5.2/debian/patches/pod-encoding.patch 2013-08-23 15:41:02.000000000 +0200 @@ -0,0 +1,16 @@ +Description: add encoding to POD + necessary with Perl 5.18 +Origin: vendor +Bug-Debian: http://bugs.debian.org/720431 +Forwarded: no +Author: gregor herrmann <gre...@debian.org> +Last-Update: 2013-08-23 + +--- a/sources/core/man/man1/oarsub.pod ++++ b/sources/core/man/man1/oarsub.pod +@@ -1,3 +1,5 @@ ++=encoding latin1 ++ + =head1 NAME + + oarsub - OAR batch scheduler job submission command. diff -Nru oar-2.5.2/debian/patches/series oar-2.5.2/debian/patches/series --- oar-2.5.2/debian/patches/series 2012-06-26 12:23:59.000000000 +0200 +++ oar-2.5.2/debian/patches/series 2013-08-23 15:38:18.000000000 +0200 @@ -1,3 +1,4 @@ 0001-Remove-the-desktop-computing-module-from-the-2.5-bra.patch 0001-Remove-the-ability-to-uncompress-source-conffile-as-.patch 0001-Use-ucfr-to-register-conffile-for-debian.patch +pod-encoding.patch
signature.asc
Description: Digital signature