Control: tag -1 + patch

On Sun, 12 May 2013 17:30:13 +0100, Dominic Hargreaves wrote:

> Source: rxvt-unicode
> Version: 9.15-2
> Severity: important
> User: debian-p...@lists.debian.org
> Usertags: perl-5.18-transition
> 
> This package FTBFS with perl 5.18 from experimental (in a clean
> sbuild session):
> 
> IO::File=IO(0x9d70f50) around line 1040: Expected text after =item, not a 
> bullet
> POD document had syntax errors at /usr/bin/pod2man line 71.
> make[1]: *** [rxvt.7.man.in] Error 255
> 
> This is because the POD parsers became more strict in perl 5.18.

I'm attaching a patch which fixes the POD error.


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: Page&Plant: Please Read The Letter
diff -Nru rxvt-unicode-9.15/debian/changelog rxvt-unicode-9.15/debian/changelog
--- rxvt-unicode-9.15/debian/changelog	2012-06-29 16:39:42.000000000 +0200
+++ rxvt-unicode-9.15/debian/changelog	2013-05-19 15:39:45.000000000 +0200
@@ -1,3 +1,12 @@
+rxvt-unicode (9.15-2.1) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix "FTBFS with perl 5.18: POD errors":
+    add patch 13_pod_perl-5.18.diff (fix POD error, i.e. remove empty '=item')
+    (Closes: #708026)
+
+ -- gregor herrmann <gre...@debian.org>  Sun, 19 May 2013 15:33:45 +0200
+
 rxvt-unicode (9.15-2) unstable; urgency=low
 
   * Use hardening build flags via dpkg-buildflags
diff -Nru rxvt-unicode-9.15/debian/patches/13_pod_perl-5.18.diff rxvt-unicode-9.15/debian/patches/13_pod_perl-5.18.diff
--- rxvt-unicode-9.15/debian/patches/13_pod_perl-5.18.diff	1970-01-01 01:00:00.000000000 +0100
+++ rxvt-unicode-9.15/debian/patches/13_pod_perl-5.18.diff	2013-05-19 15:38:53.000000000 +0200
@@ -0,0 +1,19 @@
+Description: remove empty =item from POD
+ causes pod2man to choke on perl 5.18
+Origin: vendor
+Bug: http://bugs.debian.org/708026 
+Forwarded: no
+Author: gregor herrmann <gre...@debian.org>
+Last-Update: 2013-05-19
+
+--- a/doc/rxvt.7.pod
++++ b/doc/rxvt.7.pod
+@@ -1037,8 +1037,6 @@
+ 
+    xprop -root XIM_SERVERS
+ 
+-=item
+-
+ =back
+ 
+ =head3 My input method wants <some encoding> but I want UTF-8, what can I do?
diff -Nru rxvt-unicode-9.15/debian/patches/series rxvt-unicode-9.15/debian/patches/series
--- rxvt-unicode-9.15/debian/patches/series	2012-01-26 13:51:19.000000000 +0100
+++ rxvt-unicode-9.15/debian/patches/series	2013-05-19 15:37:17.000000000 +0200
@@ -4,3 +4,4 @@
 07_rgb_location.diff
 11_fix_lexgrog.diff
 12_hyphen_minus_sign.diff
+13_pod_perl-5.18.diff

Attachment: signature.asc
Description: Digital signature

Reply via email to