Re: libexecdir - helper scripts

2003-05-22 Thread moseley
On Thu, May 22, 2003 at 07:41:33PM +0100, Roger Leigh wrote: > There's an easier way. In your Makefile.am, just do this: > > pkglibexecdir = $(libexecdir)/$(PACKAGE) > > and then > > pkglibexec_PROGRAMS = foo > foo_SOURCES = foo.c foo.h bar.c bar.h I considered that, but didn't go that

Re: How do you upload/build sponsored packages?

2003-05-22 Thread Jérôme Marant
Andreas Metzler <[EMAIL PROTECTED]> writes: >> How is this possible? > > By following the instructions given in developers' reference instead > of the wrong ones given somewhere else. :-P I've not reread it lately. > Use use -k with debuild/dpkg-buildpackage instead of -m or > build without

Re: How do you upload/build sponsored packages?

2003-05-22 Thread Jérôme Marant
Colin Watson <[EMAIL PROTECTED]> writes: > On Thu, May 22, 2003 at 05:01:54PM +0200, J?r?me Marant wrote: >> When I sponsor a packages, I usually build it with : >> debuild -m'My Name <[EMAIL PROTECTED]>' >> >> But the .changes file looks like : >> Maintainer: My Name <[EMAIL PROTECTED]> >>

Re: libexecdir - helper scripts

2003-05-22 Thread Roger Leigh
Bill Moseley <[EMAIL PROTECTED]> writes: > On Tue, May 20, 2003 at 06:54:45PM +0100, Roger Leigh wrote: > > [EMAIL PROTECTED] writes: > > > > libexecdir='${exec_prefix}/lib/${PACKAGE}' > > > > That's evil. The whole point of configure is to have install > > locations standardised, and changin

Re: How do you upload/build sponsored packages?

2003-05-22 Thread Colin Watson
On Thu, May 22, 2003 at 06:13:17PM +0200, Andreas Metzler wrote: > Use use -k with debuild/dpkg-buildpackage instead of -m or > build without signing (debuild/dpkg-buildpackage -uc -us) and sign > afterwards with debsign. (Both debsign -m'My Name <[EMAIL PROTECTED]>' and > debsign -k are ok.) I ac

Re: debconf problem

2003-05-22 Thread Jonas Meurer
On 17/05/2003 Joey Hess wrote: > $3 is empty, the previous version is in $2 Oh, thanks a lot ;) bye mejo -- Efficiency and progess is ours one more Now that we have the Neutron bomb It's nice and quick and clean and gets things done Kill kill kill kill kill the poor tonight

Re: How do you upload/build sponsored packages?

2003-05-22 Thread Andreas Metzler
On Thu, May 22, 2003 at 05:01:54PM +0200, Jérôme Marant wrote: > When I sponsor a packages, I usually build it with : > debuild -m'My Name <[EMAIL PROTECTED]>' > But the .changes file looks like : > Maintainer: My Name <[EMAIL PROTECTED]> > Changed-By: Sponsoree <[EMAIL PROTECTED]> > I ca

Re: How do you upload/build sponsored packages?

2003-05-22 Thread Colin Watson
On Thu, May 22, 2003 at 05:01:54PM +0200, J?r?me Marant wrote: > When I sponsor a packages, I usually build it with : > debuild -m'My Name <[EMAIL PROTECTED]>' > > But the .changes file looks like : > Maintainer: My Name <[EMAIL PROTECTED]> > Changed-By: Sponsoree <[EMAIL PROTECTED]> > > I

Re: How do you upload/build sponsored packages?

2003-05-22 Thread tony mancill
Hi Jerome, I build like this: dpkg-buildpackge -rfakeroot -us -uc (actually, I use a little script called "dbuild" that tacks a $* on the end of the line in case I need to "dbuild -sa") Once the packages builds correctly and I've reviewed it, I use debsign [EMAIL PROTECTED] (

How do you upload/build sponsored packages?

2003-05-22 Thread Jérôme Marant
Hi, When I sponsor a packages, I usually build it with : debuild -m'My Name <[EMAIL PROTECTED]>' But the .changes file looks like : Maintainer: My Name <[EMAIL PROTECTED]> Changed-By: Sponsoree <[EMAIL PROTECTED]> I can see several sponsored packages whose .changes file look like: Maint