[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#682701: marked as done (lintian: manpage wrapping warnings should be ignored if the line contains file://)



Your message dated Fri, 03 Aug 2012 21:02:18 +0000
with message-id <E1SxP0k-0003vD-9A@franck.debian.org>
and subject line Bug#682701: fixed in lintian 2.5.10.1
has caused the Debian Bug report #682701,
regarding lintian: manpage wrapping warnings should be ignored if the line contains file://
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 owner@bugs.debian.org
immediately.)


-- 
682701: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=682701
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: lintian
Version: 2.5.10~bpo60+1
Severity: wishlist
Tags: patch

This is a followup to #491578 (http://bugs.debian.org/491578).

I think it is reasonable to add file:// to the list of url-type things
that should not trigger a wrapping warning. Patch below. Credits to
nthykier on #debian-mentors on OFTC for the fix.

                                                       Regards, Faheem

$ git diff -- checks/manpages
diff --git a/checks/manpages b/checks/manpages
index c4320cc..4421857 100644
--- a/checks/manpages
+++ b/checks/manpages
@@ -281,7 +281,7 @@ foreach my $file ($info->sorted_index) {
             # ignore wrapping failures if they contain URLs (.UE is an
             # extension for marking the end of a URL).
             next if /:(\d+): warning \[.*\]: (?:can\'t break|cannot adjust) line/
-                and (   $manfile[$1 - 1] =~ m,(?:https?|ftp)://.+,i
+                and (   $manfile[$1 - 1] =~ m,(?:https?|ftp|file)://.+,i
                      or $manfile[$1 - 1] =~ m,^\s*\.\s*UE\b,);
             # ignore common undefined macros from pod2man << Perl 5.10
             next if /warning: (?:macro )?\`(?:Tr|IX)\' not defined/;

-- System Information:
Debian Release: 6.0.5
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable'), (50, 'unstable'), (50, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32-5-vserver-686-bigmem (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash

Versions of packages lintian depends on:
ii  binutils                       2.22-2
ii  bzip2                          1.0.5-6+squeeze1
ii  diffstat                       1.53-1
ii  file                           5.04-5+squeeze2
ii  gettext                        0.18.1.1-3
ii  hardening-includes             2.2~bpo60+1
ii  intltool-debian                0.35.0+20060710.1
ii  libapt-pkg-perl                0.1.24+b1
ii  libarchive-zip-perl            1.30-3
ii  libc-bin                       2.11.3-3
ii  libclass-accessor-perl         0.34-1
ii  libclone-perl                  0.31-1
ii  libdpkg-perl                   1.16.1.2~bpo60+1
ii  libemail-valid-perl            0.184-1
ii  libipc-run-perl                0.89-1
ii  libparse-debianchangelog-perl  1.1.1-2.1
ii  libtimedate-perl               1.2000-1
ii  liburi-perl                    1.54-2
ii  locales                        2.11.3-3
ii  man-db                         2.5.7-8
ii  patchutils                     0.3.1-2
ii  perl [libdigest-sha-perl]      5.10.1-17squeeze3

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch     <none>
ii  dpkg-dev               1.16.1.2~bpo60+1
ii  libhtml-parser-perl    3.66-1
pn  libperlio-gzip-perl    <none>
ii  libtext-template-perl  1.45-1
ii  lzma                   4.43-14
ii  man-db                 2.5.7-8
ii  xz-utils               5.0.0-2

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: lintian
Source-Version: 2.5.10.1

We believe that the bug you reported is fixed in the latest version of
lintian, 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 682701@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Niels Thykier <niels@thykier.net> (supplier of updated lintian 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 ftpmaster@debian.org)


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

Format: 1.8
Date: Fri, 27 Jul 2012 16:32:26 +0200
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.10.1
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Niels Thykier <niels@thykier.net>
Description: 
 lintian    - Debian package checker
Closes: 678650 680446 681527 682022 682701 682941
Changes: 
 lintian (2.5.10.1) unstable; urgency=low
 .
   * checks/fields.desc:
     + [NT] Mention that cme can automate fixing some perl
       related tags.  Thanks to gregor herrmann for the report
       and patch.  (Closes: #680446)
   * checks/manpages:
     + [NT] Ignore wrapping issues on lines containing "file://" as
       those are probably also URLs.  Thanks to Faheem Mitha for the
       report.  (Closes: #682701)
 .
   * data/binaries/embedded-libs:
     + [NT] Update source-regex for libmysqlclient.  Thanks to
       Nicholas Bamber for the report.  (Closes: #682022)
   * data/doc-base/sections:
     + [NT] Update section list.  (Closes: #678650)
   * data/spelling/corrections:
     + [NT] Add new corrections.  Thanks to Justin B Rye.
       (Closes: #681527)
 .
   * debian/changelog:
     + [NT] Fix some typos in earlier entries.
 .
   * frontend/lintian:
     + [NT] Fix synopsis for --no-cfg option in the help output.
 .
   * lib/Lintian/Architecture.pm:
     + [NT] Properly handle cases like "linux-amd64" being an
       alias of "amd64".
   * lib/Lintian/Path.pm:
     + [NT] Always resolve hardlinks relative to the package
       root.
   * lib/Lintian/Relation.pm:
     + [NT] Fix handling of VISIT_OR_CLAUSE_FULL bit mask in a
       condition.
   * lib/Lintian/Tag/Info.pm:
     + [NT] Fix poor error message due to the wrong variable
       being unused.  Thanks to Christoph Biedl for the report
       (Closes: #682941)
Checksums-Sha1: 
 ff54b66d0c840f73f539b9e889e248bb4e9a0db1 2564 lintian_2.5.10.1.dsc
 4ea919c4d5ffa16d9f59e5fb03ee1552825190d9 1118989 lintian_2.5.10.1.tar.gz
 8a84c18c4febf7199cb25b110c8eccbcbab06a50 709002 lintian_2.5.10.1_all.deb
Checksums-Sha256: 
 9d2d43bd945e9506d8dacf35d8c69d5e85e2e2b5251e44c546e2ef61c5727807 2564 lintian_2.5.10.1.dsc
 5a59a744960d383edc961465799e1d43d3d1e4def9a0f4cd7a7915fe75cb9731 1118989 lintian_2.5.10.1.tar.gz
 7e67f9eaa595b214df46045484d4be5d343b8e2936a857c1bbae4ebda1e50626 709002 lintian_2.5.10.1_all.deb
Files: 
 bde0108751f5d0c6cbba37f181d0cb0e 2564 devel optional lintian_2.5.10.1.dsc
 63843204d281f595b28488713903faa9 1118989 devel optional lintian_2.5.10.1.tar.gz
 6d3cabbd04791346073750cabae6ed84 709002 devel optional lintian_2.5.10.1_all.deb

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

iQIcBAEBCAAGBQJQHDqQAAoJEAVLu599gGRCGR8P/0D100rfzs28GGRdG8hYvI8o
/EGEe+2jFzonr6/I6erBsksP5YmUuGKN5J7I00erouijzqWIs8I7Hb4qgVurOuJc
wjR46A5uUwvyj+czayBWbObJbHA9v3Yj+iZFflxCfAoOuerFBrwXJZ3N/HoVKiem
i6kSdvIEoJ4J56eJ2oHrl5Nup0pnsyTb/idCJO+NOeI+odzxr58lFdPxTtu/M6NG
DKn8IgRQaEHXfuUrNDEbWNt2wImGeTt7I4beMJ5+5vpx2iPphJ1kLA09Q3X8i0Ar
rUEYReQHvOiHPsdKSQkcoPU51MEOZPCC3QJrVFwHkpXKOSkxVvYhnrfQ8pxc/pYW
89p7nGMtNHBwJ6pNUYegxMAfS3/OMaeYIPKTlZM8kOTQPwd5s7b2VH+H0mm1Icww
f9UNbtQBa+CyBti83681Ue+O8LE7TK20ZKGhCPS5y1I0SyHr8CTni2qbxs3Ayl5q
U+C7Tsj2lEI5jVi0kkffZbQDX66VUsVlUfE6ccUqVrwqVSP6eGWTDy7voq47yHNa
RmATZVS1VPvOXHt7A2oVTmxt8kvVvN0flHjuJLxE5deRbt/OLyo/SDELrUcG3nye
AzabY9lRtBYBtrDHL14AhI47OCGu7NzeImXyG80PEjuGO5dVd8TEMZ8APenj/AV6
Tm6/RJaVrhyCEi5ZRtsL
=6i0G
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: