Control: severity -1 serious
Control: retitle -1 inn: FTBFS: pod2man errors out
Control: tag -1 + patch
Control: tag -1 - upstream

On Mon, 01 Jun 2015 20:12:27 +0100, Dominic Hargreaves wrote:

> Source: inn
> Version: 1.7.2q-44
> Severity: important
> User: debian-p...@lists.debian.org
> Usertags: perl-5.22-transition
> 
> This package FTBFS with perl 5.22:
> 
> IO::File=IO(0x8e5fd8) around line 1: No name given for document
> POD document had syntax errors at /usr/bin/pod2man line 68.

Same in sid with perl 5.20.2.
 
Trivial fix, tested in sid and experimental:

#v+
diff --git a/debian/rules b/debian/rules
index 5a6453e..ac81c3f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -65,7 +65,7 @@ binary-arch: debian/.stamp-build checkroot
 
    cp extra/innreport_inn.pm $D/usr/lib/news/
    install -m 755 extra/send-uucp.pl extra/innreport $D/usr/lib/news/bin/
-   pod2man --section=8 < extra/send-uucp.pl \
+   pod2man --section=8 extra/send-uucp.pl \
        > $D/usr/share/man/man8/send-uucp.8
 
    # these scripts contain an unfixable bashism
#v-


Cheers,
gregor

-- 
 .''`.  Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06
 : :' : Debian GNU/Linux user, admin, and developer -  https://www.debian.org/
 `. `'  Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe
   `-   NP: Funny van Dannen: Als Willy Brandt Bundeskanzler war

Attachment: signature.asc
Description: Digital Signature

Reply via email to