Control: tag -1 wontfix Hi Corentin,
On 15 March 2018 at 12:49, Corentin Noël <corentin.n...@collabora.co.uk> wrote: > Package: pkgconf > Version: 0.9.12-6 > > The pkg-config package provides /usr/lib/pkg-config.multiarch file when > pkgconf provides /usr/lib/pkgconf.multiarch > I'm currently writing a function trying to "guess" the pkgconfig > folders in a sysroot and having to read only one file reliably would be > better. > pkgconf could provide /usr/lib/pkg-config.multiarch the same way that > it provides the /usr/bin/pkg-config substitution I was willing to implement this at first, but when I started looking into it more closely, I found that introducing /usr/lib/pkg-config.multiarch is non-trivial to do correctly at this point. Apart from that, it’s not part of pkg-config’s or pkgconf’s API upstream or in Debian. I think you can achieve what you’re trying to do without having to parse this file or knowing it exists at all. If you see it differently, please do explain why and how having this file is beneficial to what you do over other approaches (and I’m happy to be convinced!), but for now I’m going to mark this bug as wontfix. -- Cheers, Andrej