Re: How do you upload/build sponsored packages?

2003-05-25 Thread Bob Proulx
Brian Nelson wrote: Would it be somehow possible to change the default behavior? [of debuild to be debuild -uc -us] Uh, have you filed a wishlist bug? Good idea! Just did that. Bug#194678 Bob pgpfOUP2e7fXk.pgp Description: PGP signature

Re: How do you upload/build sponsored packages?

2003-05-24 Thread Brian Nelson
[EMAIL PROTECTED] (Bob Proulx) writes: Colin Watson wrote: I actually don't see how dpkg-buildpackage's sign-immediately-after-build defaults ever make sense (except when dpkg-buildpackage was originally written, when debsign didn't yet exist). Why would you want to waste time signing a

Re: How do you upload/build sponsored packages?

2003-05-23 Thread Bob Proulx
Colin Watson wrote: I actually don't see how dpkg-buildpackage's sign-immediately-after-build defaults ever make sense (except when dpkg-buildpackage was originally written, when debsign didn't yet exist). Why would you want to waste time signing a package you haven't tested yet? Surely the

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:

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]

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 can see

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 can see

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 -kyourkeyid 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 -kyourkeyid

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] Changed-By:

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 -kyourkeyid with debuild/dpkg-buildpackage instead of -m or build