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

Re: How do you upload/build sponsored packages?



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 -mtmancill@debian.org <changes file>

(actually, another list script, dsign, that contains)

	debsign -mtmancill@debian.org $*

Hope that helps,
tony

On Thu, 22 May 2003, Jérôme Marant wrote:

>
> Hi,
>
> 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?
>
> Thanks.
>
> --
> Jérôme Marant <jerome@marant.org>
>               <jerome.marant@free.fr>
>
> http://marant.org



Reply to: