Re: Confused by .dirs, .install etc

2009-05-24 Thread Jack Kelly
On Mon, May 25, 2009 at 10:06 AM, Daniel Moerner wrote: > On Sun, May 24, 2009 at 4:57 PM, Jack Kelly wrote: >> On Mon, May 25, 2009 at 9:40 AM, Sune Vuorela wrote: >>> On 2009-05-24, Jack Kelly wrote: On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones wrote: > I have a problem

Re: Confused by .dirs, .install etc

2009-05-24 Thread Daniel Moerner
On Sun, May 24, 2009 at 4:57 PM, Jack Kelly wrote: > On Mon, May 25, 2009 at 9:40 AM, Sune Vuorela wrote: >> On 2009-05-24, Jack Kelly wrote: >>> On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones >>> wrote: I have a problem building a library, starting with a dh_make template. The

Re: Confused by .dirs, .install etc

2009-05-24 Thread Sune Vuorela
On 2009-05-24, Jack Kelly wrote: > On Mon, May 25, 2009 at 9:40 AM, Sune Vuorela wrote: >> On 2009-05-24, Jack Kelly wrote: >>> On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones >>> wrote: I have a problem building a library, starting with a dh_make template. The basic problem seem

Re: Confused by .dirs, .install etc

2009-05-24 Thread Jack Kelly
On Mon, May 25, 2009 at 9:40 AM, Sune Vuorela wrote: > On 2009-05-24, Jack Kelly wrote: >> On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones >> wrote: >>> I have a problem building a library, starting with a dh_make template. >>> The basic problem seems to boil down to files don't get moved f

Re: Confused by .dirs, .install etc

2009-05-24 Thread Sune Vuorela
On 2009-05-24, Jack Kelly wrote: > On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones wrote: >> I have a problem building a library, starting with a dh_make template. >> The basic problem seems to boil down to files don't get moved from >> DESTDIR (debian/tmp) into the actual packages, so the fi

Re: Confused by .dirs, .install etc

2009-05-24 Thread Jack Kelly
On Mon, May 25, 2009 at 8:07 AM, Richard W.M. Jones wrote: > I have a problem building a library, starting with a dh_make template. > The basic problem seems to boil down to files don't get moved from > DESTDIR (debian/tmp) into the actual packages, so the final *.deb > packages are empty. > > It

Re: Confused by .dirs, .install etc

2009-05-24 Thread Richard W.M. Jones
On Sun, May 24, 2009 at 11:28:10PM +0100, Dmitrijs Ledkovs wrote: > You are using debhelper to get there so read debhelper documentation > > # general > man debhelper > man dh > > # about debian/*.dirs > man dh_installdirs > > # about debian/*.install > man dh_install > > # also read for a few

Re: Confused by .dirs, .install etc

2009-05-24 Thread Dmitrijs Ledkovs
2009/5/24 Richard W.M. Jones : > I have a problem building a library, starting with a dh_make template. > The basic problem seems to boil down to files don't get moved from > DESTDIR (debian/tmp) into the actual packages, so the final *.deb > packages are empty. > > It seems like the .dirs and .ins

Confused by .dirs, .install etc

2009-05-24 Thread Richard W.M. Jones
I have a problem building a library, starting with a dh_make template. The basic problem seems to boil down to files don't get moved from DESTDIR (debian/tmp) into the actual packages, so the final *.deb packages are empty. It seems like the .dirs and .install files in debian/ are something to do