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

Bug#399857: marked as done ([checks/infofiles] detetcs usr/share/infon as info dir)



Your message dated Sun, 03 Dec 2006 19:17:04 +0000
with message-id <E1Gqwpk-0002PC-UO@ries.debian.org>
and subject line Bug#399857: fixed in lintian 1.23.27
has caused the attached Bug report 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 I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: lintian
Version: 1.23.26
Severity: normal

Hi,

/usr/share/lintian/checks/infofiles
seems to treat a directory like /usr/share/infon-server as an infon
directory. The problem is probably this line 81:
            and ($path =~ m,^usr/share/info, or $path =~ m,^usr/info,);
which probably should read
            and ($path =~ m,^usr/share/info/, or $path =~ m,^usr/info/,);

Greetings,
Joachim



-- System Information:
Debian Release: 4.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17.otto
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)

Versions of packages lintian depends on:
ii  binutils               2.17-3            The GNU assembler, linker and bina
ii  diffstat               1.43-2            produces graph of changes introduc
ii  dpkg-dev               1.13.24           package building tools for Debian
ii  file                   4.17-4            Determines file type using "magic"
ii  gettext                0.15-3            GNU Internationalization utilities
ii  intltool-debian        0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libparse-debianchangel 1.0-1             parse Debian changelogs and output
ii  man-db                 2.4.3-5           The on-line manual pager
ii  perl [libdigest-md5-pe 5.8.8-6.1         Larry Wall's Practical Extraction 

lintian recommends no packages.

-- no debconf information


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

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:

lintian_1.23.27.dsc
  to pool/main/l/lintian/lintian_1.23.27.dsc
lintian_1.23.27.tar.gz
  to pool/main/l/lintian/lintian_1.23.27.tar.gz
lintian_1.23.27_all.deb
  to pool/main/l/lintian/lintian_1.23.27_all.deb



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 399857@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Russ Allbery <rra@debian.org> (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: SHA1

Format: 1.7
Date: Sun,  3 Dec 2006 11:06:33 -0800
Source: lintian
Binary: lintian
Architecture: source all
Version: 1.23.27
Distribution: unstable
Urgency: low
Maintainer: Debian Lintian Maintainers <lintian-maint@debian.org>
Changed-By: Russ Allbery <rra@debian.org>
Description: 
 lintian    - Debian package checker
Closes: 399392 399456 399525 399857 400338 400342 400957 401070 401442
Changes: 
 lintian (1.23.27) unstable; urgency=low
 .
   The "we haven't run this against the whole archive in a while" release
 .
   * checks/binaries{.desc,}:
     + [RA] Tag unrecognized ELF binaries as apparently corrupted rather
       than failing with a note that binutils-multiarch is required.  Some
       packages have had ELF binaries recognized by file but unreadable.
       Reported by Bill Allombert.  (Closes: #399456)
   * checks/infofiles:
     + [RA] Don't consider /usr/share/infon to be an info directory.
       Reported by Joachim Breitner.  (Closes: #399857)
   * checks/md5sums:
     + [RA] Also don't complain about missing md5sums for files in
       /var/lib/ispell as they're changed after installation.  Thanks,
       Agustin Martin.  (Closes: #401070)
   * checks/po-debconf:
     + [RA] gettext 0.16's msgcmp requires --use-untranslated when checking
       for newer templates than PO files or it gives false positives for
       every package.  Thanks, Damyan Ivanov.  (Closes: #400957)
     + [RA] Don't consider directories to be stray template files even if
       named template.  Thanks, Thomas Huriaux.  (Closes: #401442)
   * checks/shared-libs:
     + [RA] Don't report shlib-with-non-pic-code unless we're sure that
       we're looking at a shared library.  Otherwise, we get many false
       positives on some platforms where text relocations are normal for
       binaries.  Reported by Bill Allombert.  (Closes: #399525)
 .
   * collection/file-info:
     + [RA] Unescape non-ASCII characters escaped by tar before running
       file on the resulting filename.  Otherwise, file can't find the
       file, exits with an error, and lintian aborts.  Reported by Bill
       Allombert.  (Closes: #399392)
   * collection/objdump-info:
     + [RA] Include unrecognized format errors from objdump in the output
       rather than aborting; some packages contain apparently corrupt ELF
       binaries.
 .
   * debian/control:
     + [RA] Depend on gettext 0.16 or later for --use-untranslated.
 .
   * lib/Lab.pm:
     + [RA] Preserve the old package lists when setting up a static lab so
       that the unpack programs can build a list of changed packages and
       incremental mode works.  Thanks, Bill Allmobert.  (Closes: #400342)
 .
   * unpack/list-udebpkg:
     + [RA] Handle compressed udeb Packages files.  Thanks, Bill
       Allombert.  (Closes: #400338)
Files: 
 f91f96e9758cba9b9c6c4f842f08268d 803 devel optional lintian_1.23.27.dsc
 dda6326f56efa9a18e7ed114c51bb7e8 323703 devel optional lintian_1.23.27.tar.gz
 e0b2067dc6f20dffa6589fc672a5f2d9 274618 devel optional lintian_1.23.27_all.deb

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

iD8DBQFFcyGp+YXjQAr8dHYRAg+PAJ9ZEtDNXPjQBd6QHkmbq+T3XKDovgCgoz+9
HM0Z8qRo42kC4NpwEGU1PDA=
=J72U
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: