Re: header dependencies

2016-05-26 Thread Jerome BENOIT
Hi Nico: On 26/05/16 19:06, Nico Schlömer wrote: > Hi everyone, > > Say a package installs only headers, and in one of those, a header of > another -dev package is #included. How to depend on the package? Have a look to the libmpfrc++-dev package. Best wishes, Jerome > > Cheers, Nico --

Re: header dependencies

2016-05-26 Thread Gianfranco Costamagna
Hi, >Say a package installs only headers, and in one of those, a header of another >-dev package is #included. How to depend on the package? I would call it libfoo-dev (arch:all) and depend (runtime) on libbar-dev. Feel free to steal from websocketpp, a source-only library I maintain.