notfixed 708004 3.9.2-1 tags 708004 -fixed-upstream tags 708004 +patch thanks
On Mon, May 13, 2013 at 10:19:51AM +0200, Ricardo Mones wrote: > forwarded 708004 > http://www.thewildbeast.co.uk/claws-mail/bugzilla/show_bug.cgi?id=2923 > thanks > > Hi Dominic, > > On Sun, May 12, 2013 at 03:49:53PM +0100, Dominic Hargreaves wrote: > > Source: claws-mail > > Version: 3.9.1-1 > > Severity: important > > User: [email protected] > > Usertags: perl-5.18-transition > > > > This package FTBFS with perl 5.18 from experimental, owing to the POD > > parser becoming more strict: > [...] > > Thanks for reporting, forwarding upstream. And thanks for the upload - however it still seems to have errors: pod2man --center="claws-mail-perl-filter" \ --release="3.9.2" src/plugins/perl/cm_perl.pod \ > debian/manpages/claws-mail-perl-filter.1 src/plugins/perl/cm_perl.pod around line 590: Expected text after =item, not a number src/plugins/perl/cm_perl.pod around line 595: Expected text after =item, not a number src/plugins/perl/cm_perl.pod around line 599: Expected text after =item, not a number POD document had syntax errors at /usr/bin/pod2man line 71. The attached patch fixes it for me. Please could you apply this patch to the Debian package? If you would prefer me to NMU, I can do that too. Please let me know. Please note that this bug will soon become RC in the preparation for the perl 5.18 transition. Thanks! Dominic.
--- src/plugins/perl/cm_perl.pod.orig 2013-08-12 13:59:52.000000000 +0000 +++ src/plugins/perl/cm_perl.pod 2013-08-12 14:05:45.000000000 +0000 @@ -583,20 +583,20 @@ =over -=item 0 +=item C<0> logging disabled -=item 1 +=item C<1> log only manual messages, that is, messages introduced by the C<filter_log> command in filter scripts -=item 2 +=item C<2> log manual messages and filter actions -=item 3 +=item C<3> log manual messages, filter actions and filter matches

