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

Bug#388042: marked as done (lintian: php-script-but-no-php-cli-dep broken?)



Your message dated Sun, 08 Oct 2006 22:19:57 -0700
with message-id <E1GWnYT-0002W9-Sn@spohr.debian.org>
and subject line Bug#387845: fixed in lintian 1.23.25
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.24
Severity: normal

I get things like this

E: egroupware-core: php-script-but-no-php-cli-dep 
../usr/share/egroupware/phpgwapi/js/htmlarea/plugins/merge_langs
[... and more ...]

But the dependency is right there:

Package: egroupware-core
Architecture: all
Depends: apache2 | apache (>=1.3.29.0.1) | apache-ssl (>=1.3.29.0.1) | apache-perl (>=1.3.29.0.1),
 libapache2-mod-php4 (>=4:4.1) | libapache-mod-php4 (>=4:4.1) | libapache2-mod-php5 | libapache-mod-php5,
 php4-cli (>=4:4.3.4-1) | php5-cli,
 php4-pgsql | php4-mysql | php5-pgsql | php5-mysql | php5-odbc | php4-odbc,
 php-fpdf (>= 1.53.dfsg-3), php4-gd | php5-gd, php-log, php-pear,
 perl,
 ${misc:Depends}

At about the same time I started getting complaints about a missing
build dependency on po-debconf, which was never necessary because
debhelper depends on it, so maybe the dependency parsing code is
broken in general.

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/bash
Kernel: Linux 2.6.15-1-k7
Locale: LANG=de_DE@euro, LC_CTYPE=de_DE@euro (charmap=ISO-8859-15)

Versions of packages lintian depends on:
ii  binutils                 2.17-2          The GNU assembler, linker and bina
ii  diffstat                 1.43-1          produces graph of changes introduc
ii  dpkg-dev                 1.13.21         package building tools for Debian
ii  file                     4.17-3          Determines file type using "magic"
ii  gettext                  0.15-2          GNU Internationalization utilities
ii  intltool-debian          0.35.0+20060710 Help i18n of RFC822 compliant conf
ii  libparse-debianchangelog 1.0-1           parse Debian changelogs and output
ii  man-db                   2.4.3-3         The on-line manual pager
ii  perl [libdigest-md5-perl 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.25

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.25.dsc
  to pool/main/l/lintian/lintian_1.23.25.dsc
lintian_1.23.25.tar.gz
  to pool/main/l/lintian/lintian_1.23.25.tar.gz
lintian_1.23.25_all.deb
  to pool/main/l/lintian/lintian_1.23.25_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 387845@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,  8 Oct 2006 12:57:05 -0700
Source: lintian
Binary: lintian
Architecture: source all
Version: 1.23.25
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: 359178 384219 385833 386798 386968 387269 387357 387845 388786 388824 389615 389960
Changes: 
 lintian (1.23.25) unstable; urgency=low
 .
   The "dependency and debconf" release
 .
   * checks/debconf:
     + [CW] Don't trigger partially-translated-question when Choices-C exists
       but not Description-C.
     + [RA] Remove select-with-translated-default-field since there are
       cases where this is correct and we can perform a better check
       against the source package.  Patch from Thomas Huriaux.
     + [RA] Fix Perl warnings when a template has no type.
   * checks/debdiff:
     + [RA] Remove the source-tar-is-posix-tar tag.  This was only a
       problem for woody and earlier, and woody support is no longer
       needed.  Reported by Loïc Minier.  (Closes: #385833)
   * checks/fields{.desc,}:
     + [RA] Improve the long descriptions of the warnings about dependencies
       on essential or build-essential packages to make it clearer that the
       correct resolution is normally to omit the dependency and why.
     + [RA] Add a check for duplicate build dependencies.  (Closes: #359178)
   * checks/files:
     + [RA] Don't consider files named license.rb to be extraneous
       licenses.  Patch from NIIBE Yutaka.  (Closes: #387269)
   * checks/init.d:
     + [RA] Correctly handle LSB keywords which are present but have an
       empty value.  Reported by Erich Schubert.  (Closes: #386968)
   * checks/lintian.desc:
     + [RA] Add tags for missing and bad Urgency fields in *.changes files.
     + [RA] Improve the no-description-in-changes-file information.
   * checks/md5sums:
     + [RA] aspell dictionary packages may ship files in /var/lib/aspell
       that should not have MD5 checksums in md5sums because they change
       after installation.  Don't complain that those files are missing.
   * checks/po-debconf:
     + [RA] Avoid Perl warnings on .po files that don't contain msgstr
       lines.  Patch from Thomas Huriaux.  (Closes: #387357)
     + [RA] Check templates for a translatable Default or DefaultChoice
       field and warn if there isn't a translator comment.  Patch from
       Thomas Huriaux.  (Closes: #388824)
   * checks/scripts:
     + [RA] Add /usr/bin/gosh from the gauche package to the list of valid
       interpreters.  Thanks, Tatsuya Kinoshita.  (Closes: #386798)
     + [RA] Add a separate tag for tclsh dependencies to explain about the
       virtual package and improve the description of the wish virtual
       package in its tag.  Fix inverted logic that got the wish dependency
       backwards.  Reported by Hamish Moffatt.  (Closes: #387845)
     + [RA] Allow tcsh to satisfy a csh dependency.  Reported by Yann
       Dirson.  (Closes: #389615)
     + [RA] Improve the check for shell scripts that are actually exec
       wrappers around scripts written in another language.
     + [RA] Allow update-inetd to fulfill the dependency requirements for
       the update-inetd script.  Thanks, Michael Holzt.  (Closes: #389960)
 .
   * frontend/lintian:
     + [RA] Check the existence and value of the Urgency field in *.changes
       files.  (Closes: #384219)
 .
   * lib/Dep.pm:
     + [RA] Improve the dependency resolution engine so that it can prove
       aa|bb implies aa|bb|cc.  Fix the comparison of dependencies for
       inverse implication to catch many more cases.  (The latter code
       isn't currently used in lintian.)
     + [RA] Add an unparse function to take an internal representation and
       convert it back to human-readable text.
     + [RA] Significantly improve and rewrite the get_dups function to only
       find relations that imply each other and to return the complete
       duplicate dependencies in sets.
 .
   * man/lintian.1:
     + [RA] Document setting TMPDIR to change the location of lintian's
       temporary lab.  (Closes: #388786)
Files: 
 0e9eb04dcbc264d46e04640f3e3a64dc 803 devel optional lintian_1.23.25.dsc
 6d358bb867467087220da0208aff5729 316348 devel optional lintian_1.23.25.tar.gz
 7c433a20006f8fe74556a6a84dcb9441 268654 devel optional lintian_1.23.25_all.deb

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

iD8DBQFFKVoM+YXjQAr8dHYRAqy7AKDJ6cn3quamDMrLQhle/Vt51sVzJACeKSdC
/EqwP2321bff00l14rEkySM=
=tyP9
-----END PGP SIGNATURE-----


--- End Message ---

Reply to: