Avature / dh-make-php

Build debian packages for php extensions
8 stars 7 forks source link

PECL Depends line #11

Open szepeviktor opened 7 years ago

szepeviktor commented 7 years ago

Somehow the resulting Depends line is only "libc"

I'd like to have something like Depends: ${shlibs:Depends}, ${php:Depends}, ${misc:Depends}, php-common (>= 1:42), phpapi-20151012 for PHP 7.0

szepeviktor commented 7 years ago

A work-around is dh-make-pecl --depends "php-common (>= 1:42), phpapi-20151012" ...

szepeviktor commented 7 years ago

I think these are not executed https://github.com/Avature/dh-make-php/blob/master/pecl.template/rules#L52-L54

Maybe Related to #12