Comment 1 for bug 254215

Revision history for this message
Jonathan Marsden (jmarsden) wrote :

In php5_5.2.6-2ubuntu1, the Depends: line for php-pear in debian/control reads:

Depends: php5-common (>= ${source:Version}), php5-cli | php4-cli

So apparently the current php-pear does depend on either php4-cli or php5-cli. Is this insufficient? I could post a debdiff that just changes this to

Depends: php5-common (>= ${source:Version}), php5-cli

But I am far from sure that this is the correct and complete fix...

Jonathan