Hi Victor,
thanks, you are right! My script actually made a link from "pkg/kamailio/deb/trusty" to "debian", while it should have created the link to "src/debian". When I was calling "make deb" afterwards, the Makefile would take the default "pkg/kamailio/deb/debian" rather than the specific for "trusty".
My fault!
Thanks! Carsten
2017-01-11 11:32 GMT+01:00 Victor Seva linuxmaniac@torreviejawireless.org:
On 01/10/2017 05:30 PM, Carsten Bock wrote:
until recently, we only had build-depends (in pkg/kamailio/deb/jessie or pkg/kamailio/deb/trusty), which were available in the official repositories of the OS (e.g. of Debian or Ubuntu).
Recently, some new build-depends were added:
- libradcli-dev
- libxmlrpc-c3-dev
I don't see any of them for jesse or trusty:
vseva@debbox:~/projects/kamailio/pkg/kamailio/deb$ grep -r libradcli-dev | grep 'control:' xenial/control: libradcli-dev, sid/control: libradcli-dev, debian/control: libradcli-dev, stretch/control: libradcli-dev, vseva@debbox:~/projects/kamailio/pkg/kamailio/deb$ grep -r libxmlrpc-c3-dev | grep 'control:' debian/control: libxmlrpc-c3-dev, squeeze/control: libxmlrpc-c3-dev,
So, no new dependences were added.
Cheers, Victor