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

Bug#637473: lintian: false positive on embedded-php-library for streams.php



Package: lintian
Version: 2.5.1
Severity: normal

I get this with wordpress:
W: wordpress: embedded-php-library usr/share/wordpress/wp-includes/pomo/streams.php

This streams.php is not the one of php-gettext and thus the tag is a false
positive.

I would suggest to update the regex in /usr/share/lintian/checks/files
to add a zero-width negative look-behind assertion like this:
    [ qr,(?i)(?<!pomo/)streams\.php$, => 'php-gettext' ],

Because pomo/streams.php is something different (even though it's a derivative
work of the same initial file).

-- System Information:
Debian Release: wheezy/sid
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (150, 'experimental')
Architecture: i386 (x86_64)

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

Versions of packages lintian depends on:
ii  binutils             2.21.53.20110805-1  The GNU assembler, linker and bina
ii  bzip2                1.0.5-6             high-quality block-sorting file co
ii  diffstat             1.54-1              produces graph of changes introduc
ii  file                 5.04-5+b1           Determines file type using "magic"
ii  gettext              0.18.1.1-4          GNU Internationalization utilities
ii  intltool-debian      0.35.0+20060710.1   Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl      0.1.24+b2           Perl interface to libapt-pkg
ii  libclass-accessor-pe 0.34-1              Perl module that automatically gen
ii  libdpkg-perl         1.16.1~28.gbpb1c51d Dpkg perl modules
ii  libemail-valid-perl  0.184-1             Perl module for checking the valid
ii  libipc-run-perl      0.90-1              Perl module for running processes
ii  libparse-debianchang 1.2.0-1             parse Debian changelogs and output
ii  libtimedate-perl     1.2000-1            collection of modules to manipulat
ii  liburi-perl          1.58-1              module to manipulate and access UR
ii  locales              2.13-14             Embedded GNU C Library: National L
ii  locales-all [locales 2.13-14             Embedded GNU C Library: Precompile
ii  man-db               2.6.0.2-2           on-line manual pager
ii  perl [libdigest-sha- 5.12.4-2            Larry Wall's Practical Extraction 
ii  unzip                6.0-5               De-archiver for .zip files

lintian recommends no packages.

Versions of packages lintian suggests:
pn  binutils-multiarch   <none>              (no description available)
ii  dpkg-dev             1.16.1~28.gbpb1c51d Debian package development tools
ii  libhtml-parser-perl  3.68-1+b1           collection of modules that parse H
ii  libtext-template-per 1.45-2              Text::Template perl module
ii  man-db               2.6.0.2-2           on-line manual pager
ii  xz-utils             5.0.0-2             XZ-format compression utilities

-- no debconf information



Reply to: