Package: ocsinventory-reports
Version: 2.0.5-1.1
Severity: important

Dear Maintainer,

php5-mysqlnd is a compatible drop-in replacement for php5-mysql. The
API is identical. Depending on php5-mysql without an alternative
forcibly removes php5-mysqlnd and forces the installation of php5-mysql
instead, unnecessarily.

It is not necessary to require the libapache2-mod-php5 Apache module,
php5-cgi or php5-fpm are also possible ways of serving php5. Since
libapache2-mod-php5 requires the prefork Apache MPM, this means that
ocsinventory-reports is needlessly not coinstallable on such a system,
even though ocsinventory-reports works with PHP configured via FastCGI.

Therefore:

1. Please change the dependency on PHP to:
      (previously) libapache2-mod-php5
      (should be)  libapache2-mod-php5 | php5-cgi | php5-fpm
2. Don't use 'a2enmod php5' in the postinst script
   (Or check whether the package is installed first, otherwise
   postinst breaks if libapache2-mod-php5 is not installed.)
3. Please change the dependency on PHP/MySQL to:
      (previously) php5-mysql
      (should be)  php5-mysql | php5-mysqlnd

Thank you!


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to