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?

By following the instructions given in developers' reference instead
of the wrong ones given somewhere else. :-P

Use use -k<yourkeyid> 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<yourkeyid> are ok.)
          cu andreas

Reply via email to