Control: tags -1 + patch

Hi

On Mon, Aug 12, 2013 at 05:05:42PM +0300, Niko Tyni wrote:
> Package: wml
> Version: 2.0.12ds1-5
> Severity: important
> User: debian-p...@lists.debian.org
> Usertags: perl-5.18-transition
> 
> This package fails to build on Perl 5.18 (currently in experimental):
> 
>   make[3]: Entering directory `/«PKGBUILDDIR»/wml_backend/p6_asubst'
>   sed -e '/^=head1/,/^=cut/d' \
>           -e '/^__END__/,$d' \
>       -e 's|\@PATH_PERL\@|/usr/bin/perl|g' \
>           -e 's|\@INSTALLPRIVLIB\@|/usr/lib/wml/perl/lib|g' \
>           -e 
> 's|\@INSTALLARCHLIB\@|/usr/lib/wml/perl/lib/x86_64-linux-gnu-thread-multi|g' \
>             <asubst.src >asubst.pl && chmod a+x asubst.pl
>   cp asubst.src asubst.pod
>   pod2man --section=3 --center="EN Tools" --release="EN Tools" asubst.pod 
> >asubst.3
>   asubst.pod around line 295: Non-ASCII character seen before =encoding in 
> '[[s/ä/&auml;/]]'. Assuming ISO8859-1
>   POD document had syntax errors at /usr/bin/pod2man line 71.
>   make[3]: *** [asubst.3] Error 255
>   make[3]: Leaving directory `/«PKGBUILDDIR»/wml_backend/p6_asubst'
>   make[2]: *** [all] Error 1
>   make[2]: Leaving directory `/«PKGBUILDDIR»/wml_backend'
>   make[1]: *** [all] Error 1
>   make[1]: Leaving directory `/«PKGBUILDDIR»'
>   dh_auto_build: make -j1 returned exit code 2
>   make: *** [build-arch] Error 2

Attached patch should fix the build failure with perl 5.18.

Regards,
Salvatore
Index: wml-2.0.12ds1/wml_backend/p6_asubst/asubst.src
===================================================================
--- wml-2.0.12ds1.orig/wml_backend/p6_asubst/asubst.src	2013-08-12 20:13:38.683427000 +0200
+++ wml-2.0.12ds1/wml_backend/p6_asubst/asubst.src	2013-08-12 20:13:38.679427000 +0200
@@ -265,6 +265,8 @@
 ##EOF##
 __END__
 
+=encoding latin1
+
 =head1 NAME
 
 asubst - Area Substitution
Index: wml-2.0.12ds1/wml_docs/wml_intro.pod
===================================================================
--- wml-2.0.12ds1.orig/wml_docs/wml_intro.pod	2013-08-12 20:13:38.683427000 +0200
+++ wml-2.0.12ds1/wml_docs/wml_intro.pod	2013-08-12 20:13:38.679427000 +0200
@@ -3,6 +3,8 @@
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
 ##
 
+=encoding latin1
+
 =head1 NAME
 
 WML Introduction - An introduction to WML's basic concepts
Index: wml-2.0.12ds1/wml_docs/wml_tutorial.pod
===================================================================
--- wml-2.0.12ds1.orig/wml_docs/wml_tutorial.pod	2013-08-12 20:13:38.683427000 +0200
+++ wml-2.0.12ds1/wml_docs/wml_tutorial.pod	2013-08-12 20:13:38.679427000 +0200
@@ -3,6 +3,8 @@
 ##  Copyright (c) 1997 Ralf S. Engelschall, All Rights Reserved. 
 ##
 
+=encoding latin1
+
 =head1 NAME
 
 WML Tutorial - Understanding WML step-by-step
Index: wml-2.0.12ds1/wml_include/des/typography.src
===================================================================
--- wml-2.0.12ds1.orig/wml_include/des/typography.src	2013-08-12 20:13:38.683427000 +0200
+++ wml-2.0.12ds1/wml_include/des/typography.src	2013-08-12 20:13:38.679427000 +0200
@@ -270,6 +270,8 @@
 ##EOF##
 __END__
 
+=encoding latin1
+
 =head1 NAME
 
 wml::des::typography - Typography
Index: wml-2.0.12ds1/wml_include/fmt/isolatin.src
===================================================================
--- wml-2.0.12ds1.orig/wml_include/fmt/isolatin.src	2013-08-12 20:13:38.507427000 +0200
+++ wml-2.0.12ds1/wml_include/fmt/isolatin.src	2013-08-12 20:14:19.499427000 +0200
@@ -117,6 +117,8 @@
 ##EOF##
 __END__
 
+=encoding latin1
+
 =head1 NAME
 
 wml::fmt::isolatin - ISO-Latin-1 to HTML Entity Conversion

Reply via email to