quilt, WAS: Re: [Pkg-mailman-hackers] Status and uploading
Paul Wise
pabs3 at bonedaddy.net
Tue Aug 15 07:38:48 UTC 2006
On Mon, 2006-08-14 at 18:21 +0200, Héctor García wrote:
> I have never use quilt, but I guess it cannot be to hard to learn it, so
> fine with me.
I suggest installing gquilt to get a feel for the model it uses, then
progress to the command line, here is an example workflow:
quilt push 01_defaults.debian.patch
quilt edit Mailman/Defaults.py.in
quilt refresh
quilt series
quilt push 99_js_templates.patch
nano templates/pt_BR/listinfo.html
quilt refresh
quilt pop 32_MIME_fixup.patch
quilt push -a
quilt new 100_foo_bar.patch
quilt edit foo.bar.txt
quilt refresh
quilt pop -a
I suggest adding these to your ~/.quiltrc
QUILT_DIFF_ARGS="--color=auto"
QUILT_REFRESH_ARGS="-p0"
QUILT_PATCHES="debian/patches"
Shall I commit the changes necessary to switch to quilt?
--
bye,
pabs
http://wiki.debian.org/PaulWise
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://lists.alioth.debian.org/pipermail/pkg-mailman-hackers/attachments/20060815/4d19a239/attachment.pgp
More information about the Pkg-mailman-hackers
mailing list