Re: Multi-arch header conflict and pkg-config

2017-10-27 Thread Wookey
On 2017-10-27 12:12 +, Hugh McMaster wrote: > Hi Wookey, > > Apologies for the delayed response. > > On Thursday, 26 October 2017 12:23 AM, Wookey wrote:  > >> The header was previously installed with other headers in > >> /usr/include/. > >> Due to the conflict, I've modified debian/rule

Re: Multi-arch header conflict and pkg-config

2017-10-27 Thread Hugh McMaster
Hi Wookey, Apologies for the delayed response. On Thursday, 26 October 2017 12:23 AM, Wookey wrote:  >> The header was previously installed with other headers in >> /usr/include/. >> Due to the conflict, I've modified debian/rules to: >> 1. Override dh_auto_install, >> 2. Create a directory i

Re: Multi-arch header conflict and pkg-config

2017-10-25 Thread Wookey
On 2017-10-23 12:41 +, Hugh McMaster wrote: > Hi all, > > I'm attempting to resolve a multi-arch conflict with a header file in a > package > I'm working on. > > The header was previously installed with other headers in > /usr/include/. > Due to the conflict, I've modified debian/rules to:

Re: Multi-arch header conflict and pkg-config

2017-10-25 Thread Hugh McMaster
Hi Gianfranco, On Tuesday, 24 October 2017 1:49 AM, Gianfranco Costamagna wrote: >> pkg-config --cflags also just outputs -I/usr/include/. >> Does pkgconfig support multiple paths like this? > add the triplet to your .pc shipped file > /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.6m.pc:Cflags: >

Re: Multi-arch header conflict and pkg-config

2017-10-23 Thread Gianfranco Costamagna
Hello, >pkg-config --cflags also just outputs -I/usr/include/. >Does pkgconfig support multiple paths like this? add the triplet to your .pc shipped file /usr/lib/x86_64-linux-gnu/pkgconfig/python-3.6m.pc:Cflags: -I${includedir}/python3.6m -I${includedir}/x86_64-linux-gnu/python3.6m Other pr

Multi-arch header conflict and pkg-config

2017-10-23 Thread Hugh McMaster
Hi all, I'm attempting to resolve a multi-arch conflict with a header file in a package I'm working on. The header was previously installed with other headers in /usr/include/. Due to the conflict, I've modified debian/rules to: 1. Override dh_auto_install, 2. Create a directory in debian/tmp/us