Re: Library builds with pkg-config

2009-10-22 Thread Paul Wise
[CCing you since you don't appear to have read my earlier mail, please reply to list per lists CoC] On Fri, Oct 23, 2009 at 12:42 AM, Mats Erik Andersson wrote: > I interpret this to the effect that step 2) would be an acceptable > addition when packaging a library, in itself so small that it do

Re: Library builds with pkg-config

2009-10-22 Thread Mats Erik Andersson
Hello, I interpret this to the effect that step 2) would be an acceptable addition when packaging a library, in itself so small that it does not use autoconfig et consortes. torsdag den 22 oktober 2009 klockan 16:55 skrev Goswin von Brederlow detta: > Mats Erik Andersson writes: > > > Hello, >

Re: Library builds with pkg-config

2009-10-22 Thread Goswin von Brederlow
Mats Erik Andersson writes: > Hello, > > I am trying to find the correct way of installing a pkg-config > specification, the like of > > /usr/lib/pkgconfig/dummy.ac > > for the developmental package of a library. Would > > 1) # debian/control >Depends: pkgconfig > > 2) # deb

Re: Library builds with pkg-config

2009-10-21 Thread Paul Wise
Usually the upstream build system would do this. If it does not then I'd suggest that you talk to upstream about including the pkgconfig file before putting it in Debian. -- bye, pabs http://wiki.debian.org/PaulWise -- To UNSUBSCRIBE, email to debian-mentors-requ...@lists.debian.org with a su

Library builds with pkg-config

2009-10-21 Thread Mats Erik Andersson
Hello, I am trying to find the correct way of installing a pkg-config specification, the like of /usr/lib/pkgconfig/dummy.ac for the developmental package of a library. Would 1) # debian/control Depends: pkgconfig 2) # debian/rules dh_install debian/dummy.ac usr/lib