On Sun, Feb 26, 2017 at 01:44:17PM +0100, Andrew Shadura wrote: > On 26/02/17 11:19, Niels Thykier wrote: > > Andrew Shadura: > >> Niels, Helmut, how about the diff I attached? > > > Ok with me. > > I forgot one bit, which is renaming /usr/lib/pkg-config.multiarch to > /usr/lib/pkgconf.multiarch.
For consistency, I think you should also rename pkg-config-crosswrapper to pkgconf-crosswrapper (and thus remove a diversion). As long as it succeeds the dpkg --unpack test, it should be technically fine though. I didn't perform the test on -4, because it didn't hit my mirror yet. Another test to perform could be cross building a reverse dependency of pkg-config with pkgconf. That can be done using sbuild, by passing --host=$arch (choosing $arch from armel, armhf, mipsel, arm64, ppc64el) and --add-depends=pkgconf. I didn't perform one. pkg-config users that should just work include pam, dpkg, and apt. Helmut