Hi Mike,
Le 10/07/2022 à 21:48, Mike Gabriel a écrit :
On Di 09 Nov 2021 03:22:09 CET, David Prévot wrote:
[…] Please, make php-horde-hashtable depend on php-predis
instead of php-nrk-predis, and use directly the package from
/usr/share/php/Predis/ (you may use the static Predis/autoload.php file
instead of the dynamic one).
[…]
The dependencies in debian/control of php-horde-hashtable are magically
created from package.xml, I suppose from this section:
<package>
<name>Predis</name>
<channel>pear.nrk.io</channel>
<min>0.8.3</min>
</package>
How do I have to change this to pull in php-redis?
You can use debian/pkg-php-tools-overrides as documented in dh_phppear(1):
$ pear.nrk.io Predis php-predis > debian/pkg-php-tools-overrides
should do the trick.