[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: How do you upload/build sponsored packages?



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 <my@name>'
 
> But the .changes file looks like :
>   Maintainer: My Name <my@name>
>   Changed-By: Sponsoree <sponsoree@blah>
 
> I can see several sponsored packages whose .changes file
> look like:
>   Maintainer: Sponsoree <sponsoree@blah>
>   Changed-By: Sponsoree <sponsoree@blah>
 
> 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 <my@name>' and
debsign -k<yourkeyid> are ok.)
          cu andreas



Reply to: