Control: tags -1 patch -=| Dominic Hargreaves, 21.08.2013 18:57:19 +0100 |=- > Source: maildirsync > Version: 1.2-1 > Severity: serious > Justification: transition imminent > User: debian-p...@lists.debian.org > Usertags: perl-5.18-transition > Tags: sid jessie > > This package FTBFS with perl 5.18: > > pod2man maildirsync.pod maildirsync.1 > maildirsync.pod around line 197: Expected text after =item, not a number > maildirsync.pod around line 201: Expected text after =item, not a number > maildirsync.pod around line 205: Expected text after =item, not a number > maildirsync.pod around line 209: Expected text after =item, not a number > maildirsync.pod around line 213: Expected text after =item, not a number > maildirsync.pod around line 407: Non-ASCII character seen before =encoding in > 'S > zab<F3>,'. Assuming ISO8859-1 > POD document had syntax errors at /usr/bin/pod2man line 71. > make: *** [build-stamp] Error 255
Atached is a patch that overcomes all POD problems with perl 5.18. I could also NMU with it if needed. Cheers, dam
Description: Fix POD failures with perl 5.18 * Adds explicit =encoding * avoids number-only =item's Author: Damyan Ivanov <d...@debian.org> --- a/maildirsync.pod +++ b/maildirsync.pod @@ -1,3 +1,5 @@ +=encoding latin1 + =head1 NAME maildirsync - Online synchronizer for Maildir-format mailboxes @@ -190,27 +192,27 @@ verbosity level: =over 4 -=item 0 +=item C<0> No information at all. -=item 1 +=item C<1> Main operations. -=item 2 +=item C<2> Files sent, received, deleted, moved, md5 calculations. -=item 3 +=item C<3> Directories read and created. -=item 4 +=item C<4> Options + command echo. -=item 5 +=item C<5> Misc info about file transfer.