Your message dated Thu, 09 Feb 2006 11:32:22 +1100
with message-id <[EMAIL PROTECTED]>
and subject line [php-maint] Bug#351957: Meta package PHP4 should depend on
php4-cgi|php4-cli|libapache-mod-php4|libapache2-mod-php4
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: php4
Severity: important
Meta package PHP4 should be have php4-cgi and php4-cli added to its depends.
I.e., it should depend on
php4-cgi|php4-cli|libapache-mod-php4|libapache2-mod-php4. This causes problems
where other packages such as phpmyadmin, squirrelmail, etc attempt to install
apache (even though php4 works perfectly well with other httpds.)
Example:
sudo apt-get install php4 php4-cgi -t stable
Reading Package Lists... Done
Building Dependency Tree... Done
The following extra packages will be installed:
apache-common apache2-utils libapache-mod-php4 libapr0 libzzip-0-12 php4-cli
php4-common
Suggested packages:
apache apache-ssl apache-perl php4-pear
The following NEW packages will be installed:
apache-common apache2-utils libapache-mod-php4 libapr0 libzzip-0-12 php4
php4-cgi
php4-cli php4-common
0 upgraded, 9 newly installed, 0 to remove and 0 not upgraded.
Need to get 7701kB of archives.
After unpacking 16.8MB of additional disk space will be used.
Do you want to continue? [Y/n]
-- System Information:
Debian Release: 3.1
Architecture: i386 (i686)
Kernel: Linux 2.6.8+vserver
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
--- End Message ---
--- Begin Message ---
Jamie Becker wrote:
> Package: php4
> Severity: important
>
> Meta package PHP4 should be have php4-cgi and php4-cli added to its depends.
> I.e., it should depend on
> php4-cgi|php4-cli|libapache-mod-php4|libapache2-mod-php4. This causes
> problems where other packages such as phpmyadmin, squirrelmail, etc attempt
> to install apache (even though php4 works perfectly well with other httpds.)
$ apt-cache show php4
[...]
Depends: libapache2-mod-php4 (>= 4:4.4.2-1) | libapache-mod-php4 (>=
4:4.4.2-1) | php4-cgi (>= 4:4.4.2-1), php4-common (>= 4:4.4.2-1)
In etch and sid, php4-cgi is included in the dependencies. This
couldn't be done in sarge for historical migration reasons,
unfortunately. As for adding php4-cli to the dependencies, that won't
ever happen, since the php4 metapackage is meant to provide a
server-side PHP implementation for web applications to depend on, not a
shell interpreter.
... Adam
--- End Message ---