Your message dated Sat, 21 Sep 2013 17:48:25 +0000
with message-id <e1vnri9-00021q...@franck.debian.org>
and subject line Bug#722501: fixed in debhelper 9.20130921
has caused the Debian Bug report #722501,
regarding FTBFS with perl 5.18 (POD error: trailing space in L<..>)
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
722501: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=722501
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: debhelper
Version: 9.20130720
Severity: serious
Tags: patch
Justification: FTBFS

Hi,

Attached is a patch which fixes FTPFS with perl 5.18 (currently in 
sid/jessie):

-------------------------
po4a --previous -L UTF-8 man/po4a/po4a.cfg 
set -e; \
        for lang in de es fr; do \
                dir=man/$lang; \
                for file in $dir/dh*.pod; do \
                        prog=`basename $file | sed 's/.pod//'`; \
                        pod2man --utf8 -c Debhelper -r "9.20130720" $file 
$prog.$lang.1; \
                done; \
                if [ -e $dir/debhelper.pod ]; then \
                        cat $dir/debhelper.pod | \
                                perl -e ' undef $/; foreach (@ARGV) { open (IN, 
$_) or die "$_: $!"; $file=<IN>; close IN; if ($file=~m/=head1 .*?\n\n(.*?) - 
(.*?)\n\n/s) { my $item="=item $1(1)\n\n$2\n\n"; if (" dh_desktop 
dh_installmanpages dh_scrollkeeper dh_suidregister dh_undocumented " !~ / $1 /) 
{ $list.=$item; } else { $list_deprecated.=$item; } } } END { while (<STDIN>) { 
s/#LIST#/$list/; s/#LIST_DEPRECATED#/$list_deprecated/; print; }; }' `find $dir 
-type f -maxdepth 1 -name "dh_*.pod" | sort` | \
                                pod2man --utf8 -c Debhelper -r "9.20130720" 
--name="debhelper" --section=7 > debhelper.$lang.7; \
                fi; \
        done
man/fr/dh_installmanpages.pod around line 34: L<> starts or ends with whitespace
POD document had syntax errors at /usr/bin/pod2man line 71.
make[1]: *** [build] Error 255
-------------------------

The reason are the stricter rules for POD in perl 5.18.

-- System Information:
Debian Release: jessie/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'unstable'), (500, 'stable'), (1, 
'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.10-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages debhelper depends on:
ii  binutils    2.23.52.20130828-1
ii  dpkg        1.17.1
ii  dpkg-dev    1.17.1
ii  file        1:5.14-2
ii  man-db      2.6.5-2
ii  perl        5.18.1-3
ii  po-debconf  1.0.16+nmu2

debhelper recommends no packages.

Versions of packages debhelper suggests:
ii  dh-make  0.62

-- no debconf information
>From 9c132754e12af7d7248a8ace4e3725d694add387 Mon Sep 17 00:00:00 2001
From: Damyan Ivanov <d...@debian.org>
Date: Wed, 11 Sep 2013 18:58:51 +0000
Subject: [PATCH 1/3] remove trailing space in L<..> in french translation

this breaks the build with new perls
---
 man/po4a/po/fr.po | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/po4a/po/fr.po b/man/po4a/po/fr.po
index 5a0dbe7..fd4f3e8 100644
--- a/man/po4a/po/fr.po
+++ b/man/po4a/po/fr.po
@@ -6125,7 +6125,7 @@ msgstr ""
 "répertoires à la recherche de fichiers portant un nom ressemblant à ceux "
 "utilisés pour les pages de manuel. Nota : Seuls les vrais répertoires sont "
 "scrutés, les liens symboliques sont ignorés. dh_installmanpages utilise "
-"L<file(1) > pour vérifier si les fichiers sont dans un format correct, puis "
+"L<file(1)> pour vérifier si les fichiers sont dans un format correct, puis "
 "se base sur l'extension du fichier pour l'installer dans le bon répertoire."
 
 # type: textblock
-- 
1.8.4.rc3


--- End Message ---
--- Begin Message ---
Source: debhelper
Source-Version: 9.20130921

We believe that the bug you reported is fixed in the latest version of
debhelper, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 722...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Joey Hess <jo...@debian.org> (supplier of updated debhelper package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 21 Sep 2013 13:16:34 -0400
Source: debhelper
Binary: debhelper
Architecture: source all
Version: 9.20130921
Distribution: unstable
Urgency: low
Maintainer: Joey Hess <jo...@debian.org>
Changed-By: Joey Hess <jo...@debian.org>
Description: 
 debhelper  - helper programs for debian/rules
Closes: 721264 722501
Changes: 
 debhelper (9.20130921) unstable; urgency=low
 .
   * dh: Call dh_installxfonts after dh_link, so that it will
     notice fonts installed via symlinks. Closes: #721264
   * Fix FTBFS with perl 5.18. Closes: #722501
   * dh_installchangelogs: Add changelog.md to the list of common
     changelog filenames.
Checksums-Sha1: 
 2e00aade4122d9667e2ebb627c68e3d62fccc2fc 1577 debhelper_9.20130921.dsc
 899e045074350bb8a23ad5a277b9025e76cb6bf3 471484 debhelper_9.20130921.tar.gz
 34e699536da6bc2b15c6aeb4cba5c32752b3819c 687544 debhelper_9.20130921_all.deb
Checksums-Sha256: 
 1d9a137128ba5d5e7704cfbbc3c1a9857c5346d9e30bed089cdee00aee766f09 1577 
debhelper_9.20130921.dsc
 c97315ee9781122ab1ed0fe247b7fc75067c2c31c24fda6f9cb6ef78e243a139 471484 
debhelper_9.20130921.tar.gz
 e26bb2b077f9946a54f88d2f45465ffb33265701911f6f4cf3683e34961540a3 687544 
debhelper_9.20130921_all.deb
Files: 
 7d1c2f0e52b4bf2d4d83c6e2d7c62e84 1577 devel optional debhelper_9.20130921.dsc
 ffad83a8dcc770555994832a62cdf8f7 471484 devel optional 
debhelper_9.20130921.tar.gz
 374f5871a35dda879bbb8ec497c56559 687544 devel optional 
debhelper_9.20130921_all.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)

iQIVAwUBUj3Wk8kQ2SIlEuPHAQgg3Q/9F1L1Lv+oA6kU2q3r0Fi0Zl///lxgPfy+
l0ct90IMACu1V5OP8u9wgsXeSjFYYOqBy6fWs3yT8ea/CGVaGcHiIFp/tFYw5WPn
SaiBhBOQV8EbS7kR6f3WDUJbpz43Aqx3SANEShcB/UYIntzHPr0DECFbK6P4nEIO
oj+LDqvpNbRwoqAZstK9Saov1pXN9sH26ziqMqJ01LZkAS3zz+PcZhma88u2jNro
6MDOKDJxd9iH8M9qHpitM6NuzgdohG5IL3tbcgeG+VUaoXzM2BUqb/SwHNAKpsi3
1Emt6sEhLAMPKlHgfMdKrV7XotKyyVinPZ8c1swxuf9gOgBNQMg/OXqhCbgSdYnm
WNfHT7gNBZrAJCzmfewXbVVqKSRm/xlkqMT6zKs0ieYwKzNBvDPlCY95RAVDNszY
ihWG9onL5oqVSqKhE0MkHPotcKHWk+WQEEbEWRUWLm/7LWjYWWD3MMEFi9w3/IFG
nF7ozxy0Nvf1Mbr0D4mwiklyr2UcxXHdzxZcXbIZLW5SAtzSfVM+n6rsERurlNGB
cHRqYsKFAWezJGZednHjzmrOFH+3GZusKJhP794XL4B9wzf96itciGBp0ylgiHei
P+gjDLF29QZyLpThg/lvpWL0aXeZpqgTmVtOhqO+p1Lecfp2JxUoUrU85Z43qQf4
YAxbqOfNCc0=
=Mbtb
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to