Comment 8 for bug 1543703

Revision history for this message
Ondřej Surý (ondrej) wrote :

Not on my phone, so I could be more verbose.

> W: php-mongodb: command-with-path-in-maintainer-script postrm:12 /usr/sbin/phpdismod

This is kind of correct, but it's not a call but a check whether the tool exists.

But I rewrote this in dh_php 0.8 to switch from [ -x /usr/sbin/phpdismod ] to which phpdismod >/dev/null to keep lintian happy.

> W: php-mongodb source: pear-package-without-pkg-php-tools-builddep

This is definitely bug in lintian as it doesn't distinguish between PEAR and PECL packages. I just hadn't had enough energy to fill a bug to fix this.