On Thu, Oct 06, 2016 at 11:41:48AM +0200, Marcin Ślusarz wrote: > 2016-09-04 22:17 GMT+02:00 Marcin Ślusarz <[email protected]>: > > From: =?UTF-8?q?Marcin=20=C5=9Alusarz?= <[email protected]> > > Date: Sun, 4 Sep 2016 22:05:18 +0200 > > Subject: [PATCH] Install pkgconfig file. > > > > --- > > debian/libfabric-dev.install | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/debian/libfabric-dev.install b/debian/libfabric-dev.install > > index dcf96dd..99550ed 100644 > > --- a/debian/libfabric-dev.install > > +++ b/debian/libfabric-dev.install > > @@ -1,3 +1,4 @@ > > usr/include/* > > usr/lib/*/lib*.so > > +usr/lib/*/pkgconfig/libfabric.pc > > usr/share/man/man3 > > -- > > Dear Maintainer, > > You misapplied my patch. Pkg-config files belong to "dev" packages, > *not* the main ones. > Just look at other packages. Right now with just libfabric1 package > installed, pkg-config > returns infromation(s) that cannot be resolved without libfabric-dev.
*sigh* The problems of doing things in a hurry late a night, I'll look at it when I really have time.

