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 several sponsored packages whose .changes file > look like: > Maintainer: Sponsoree <[EMAIL PROTECTED]> > Changed-By: Sponsoree <[EMAIL PROTECTED]> > > How is this possible?
Use 'debuild -k"your name"' instead (or, as I do, just use 'debuild -uc -us' and run debsign afterwards when I've checked that the build looks sane). -- Colin Watson [EMAIL PROTECTED]

