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

Bug#662936: marked as done (Add check for /usr/lib/php5/<version>/<component>.so and missing phpapi-<version>)



Your message dated Wed, 14 Mar 2012 15:28:23 +0000
with message-id <E1S7q7j-0007Up-Ck@franck.debian.org>
and subject line Bug#662936: fixed in lintian 2.5.6
has caused the Debian Bug report #662936,
regarding Add check for /usr/lib/php5/<version>/<component>.so and missing phpapi-<version>
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.)


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

Hi,

this is a simple suggestion to add a lintian check for packages which contain
binary plugin for PHP located under /usr/lib/php5/<apiversion>/<component>.so

Such packages should Depend on phpapi-<apiversion> which is provided by PHP
packages.

Example of such failure was found in owfs as part of transition from PHP 5.3
to PHP 5.4: http://bugs.debian.org/662634

Lintian text should probably recommend something like this:

Please add something like:
	echo "php:Depends=phpapi-`php-config5 --phpapi`" >> debian/<package>.substvars
to debian/rules and add
	Depends: ${php:Depends}
to debian/control in the <package> section.

Thanks,
Ondrej

-- System Information:
Debian Release: 6.0.4
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable')
Architecture: amd64 (x86_64)

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

Versions of packages lintian depends on:
ii  binutils               2.20.1-16         The GNU assembler, linker and bina
ii  bzip2                  1.0.5-6+squeeze1  high-quality block-sorting file co
ii  diffstat               1.53-1            produces graph of changes introduc
ii  file                   5.04-5+squeeze1   Determines file type using "magic"
ii  gettext                0.18.1.1-3        GNU Internationalization utilities
ii  intltool-debian        0.35.0+20060710.1 Help i18n of RFC822 compliant conf
ii  libapt-pkg-perl        0.1.24+b1         Perl interface to libapt-pkg
ii  libc-bin               2.11.3-3          Embedded GNU C Library: Binaries
ii  libclass-accessor-perl 0.34-1            Perl module that automatically gen
ii  libclone-perl          0.31-1            recursively copy Perl datatypes
ii  libdigest-sha-perl     5.48-1            Perl extension for SHA-1/224/256/3
ii  libdpkg-perl           1.15.8.12         Dpkg perl modules
ii  libemail-valid-perl    0.184-1           Perl module for checking the valid
ii  libipc-run-perl        0.89-1            Perl module for running processes
ii  libparse-debianchangel 1.1.1-2.1         parse Debian changelogs and output
ii  libtimedate-perl       1.2000-1          collection of modules to manipulat
ii  liburi-perl            1.54-2            module to manipulate and access UR
ii  locales                2.11.3-3          Embedded GNU C Library: National L
ii  locales-all [locales]  2.11.3-3          Embedded GNU C Library: Precompile
ii  man-db                 2.5.7-8           on-line manual pager
ii  patchutils             0.3.1-2           Utilities to work with patches
ii  perl [libdigest-sha-pe 5.10.1-17squeeze3 Larry Wall's Practical Extraction 
ii  unzip                  6.0-4             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.15.8.12  Debian package development tools
ii  libhtml-parser-perl           3.66-1     collection of modules that parse H
pn  libtext-template-perl         <none>     (no description available)
ii  man-db                        2.5.7-8    on-line manual pager
ii  xz-utils                      5.0.0-2    XZ-format compression utilities

-- no debconf information



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

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_2.5.6.dsc
  to main/l/lintian/lintian_2.5.6.dsc
lintian_2.5.6.tar.gz
  to main/l/lintian/lintian_2.5.6.tar.gz
lintian_2.5.6_all.deb
  to main/l/lintian/lintian_2.5.6_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 662936@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: Wed, 14 Mar 2012 15:00:25 +0100
Source: lintian
Binary: lintian
Architecture: source all
Version: 2.5.6
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: 660076 661363 661561 661778 662936 663447 663459 663659 663759
Changes: 
 lintian (2.5.6) unstable; urgency=low
 .
   * checks/*:
     + [NT] Simplified some bit operations done on file permissions.
   * checks/binaries:
     + [NT] Fix false-negative missing-dependency-on-phpapi when the
       binary included a "SOVERSION" in its name.  Thanks to Ondřej
       Surý for the report.  (Closes: #662936)
   * checks/changelog-file:
     + [NT] Do not emit "no-upstream-changelog" for transitional
       packages.  Thanks to Paul Wise for the report.
       (Closes: #660076)
   * checks/cruft:
     + [NT] Added missing "unless" in the code.  Fixes false
       positive "source-contains-waf-binary".  Thanks to
       Dmitrijs Ledkovs for the report.  (Closes: #661561)
   * checks/debhelper:
     + [NT] Fix FP executable-debhelper-file-without-being-executable
       emitted for directories.  Thanks to Felix Geyer for the report
       and the patch.  (Closes: #663447)
   * checks/files.desc:
     + [NT] Fix a typo in a tag description.  Thanks to Ludovic
       Rousseau for spotting it.  (Closes: #663759)
   * checks/scripts:
     + [NT] Allow fontforge-nox as (alternative) provider for the
       fontforge interpreter.  Thanks to Martin Erik Werner for
       the report.  (Closes: #661363)
     + [NT] Move %interpreters map to a separate data file.
   * checks/source-copyright.desc:
     + [NT] Update references for copyright-format checks.  Thanks
       to Thijs Kinkhorst for the report and the patch.
       (Closes: #661778)
     + [NT] Added trailing slash to copyright-format URLs in tag
       descriptions for consistency with the policy.
 .
   * collection/*:
     + [NT] Removed assumption that "cwd" is the same as the
       directory for the package being examined.
   * collection/java-info:
     + [NT] Added missing "use Util".
   * collection/scripts:
     + [NT] Use "fail" from Util.pm rather than using an embedded
       copy.
   * collection/strings:
     + [NT] Use Lintian::Collect to find ELF files.
 .
   * data/scripts/interpreters:
     + [NT] New file.
 .
   * frontend/lintian:
     + [NT] Pass directory of the package to the collections.
 .
   * lib/Lintian/Check.pm:
     + [NT] Fixed false positive "*-address-malformed" if the local
       part of the email was "0".  Thanks to Christopher Vollick for
       the report.  (Closes: #663659)
   * lib/Lintian/Tag/Info.pm:
     + [NT] Fixed issue where "Experimental: no" was handled as a
       "yes" when generating a tag description.
   * lib/Util.pm:
     + [NT] If no locale can be found, just set LC_ALL to en_US.UTF-8.
       This fixes an issue with Lintian in backports when only
       locales-all is installed.  Thanks to Peter Palfrader for the
       report.  (Closes: #663459)
 .
   * private/runtests:
     + [NT] Support using en_US.UTF-8 from locales-all, when that is
       available.  This allows locales-all to be used as a substitute
       for locales when compiling Lintian on Squeeze.
 .
   * reporting/harness:
     + [NT] Corrected inverted logic when checking for dry-run.
Checksums-Sha1: 
 a9dc9a7db1030e4c164779cb56556a9631f29ae2 2433 lintian_2.5.6.dsc
 98d25867285c1a6c95e43e3b7acdaeae55221a65 1064106 lintian_2.5.6.tar.gz
 556fd6cd24d98933c809c5ef7785c1f0695e7250 672788 lintian_2.5.6_all.deb
Checksums-Sha256: 
 52985fe08cd299f7706c961d7d80aa32783f613d1b7c4fe08d4238326d4edb37 2433 lintian_2.5.6.dsc
 2a186b776427d8a8b6b67264eeb8d1914103933bcad9b59933ad6dac1ae7a5a0 1064106 lintian_2.5.6.tar.gz
 df009a05410765f7dfffe767c18b9ed5fbb77e9d3e38e36c2ac4dfc819fad0d1 672788 lintian_2.5.6_all.deb
Files: 
 f0455be93e5d3c66bfb95b4eda146a58 2433 devel optional lintian_2.5.6.dsc
 a59643c1955634d6772a66ea2c417613 1064106 devel optional lintian_2.5.6.tar.gz
 2e8e3edcfcd7ed69dcf00f8681e12f8f 672788 devel optional lintian_2.5.6_all.deb

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

iQIcBAEBCAAGBQJPYKqzAAoJEAVLu599gGRC4X4P/0AixG/xp3TKkhpFBTLPkU3u
ks561qvZAnEZqDkrLQX39SXUcRaYUmXb3jCIqUq4UJaBzJbgexwDzGzB5auOz3ZL
97y40jnkcF4wX8hyVL1pWJzZTF2jwLdcmezDBPVzk0sSjL9BugluyR4MjkPLYaCX
/rL4FUjWx72Fx8ae8NsqbyiW95pJ207vf4pRkQGHxb4PGM5G6km1OVNS5DumhAkD
kLaZbg/YNAOMuh6co0ogqK0SxnIRaOR9ekG5a6vroyky2godanCgBP3nelKtMRRJ
0mpzqA4qxSafzrHHLDX6TJtOAbxU5c2EuQVtxzOml6WjPj38n1sYt/PxqyS+FHgQ
fOl5Qca9hT2VhkWPvf6YBG/OIAZb+XBDtmQVX5u9CPBHxyOX8WDGxjyVRtpE79Vc
h3MXs6E65EqX1sEgqZxYbcITZqX6VlwLRrQXZRxnhUsrCJXjRS1e+m6h+ggSzvd5
iuPidz/vNPuExjmad3Rv7/fcSL6kfc4yGiDWv1gPU6ZAyg0uGZ3HmLhw0To0wGpa
mNOaEs05xTTN/k1Ze4voQpoBQPRsPfD2YjrYgB7yaPssWEPZ51AlKNN6uJ6GiF6l
vNL9cMbs476Uo4OQCL1SxGNnz6xIchRnH5IjidKf1ILkRNyVojERgQD77qRun/qq
/R3gURP9Xx87JDkPGAQW
=VQyx
-----END PGP SIGNATURE-----



--- End Message ---

Reply to: