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

Re: dpatch -> quilt (Was: How to cope with patches sanely)



On Jan 28, 2008 5:09 PM, Andreas Tille <tillea@rki.de> wrote:

> Is there any easy conversion from dpatch to quilt for a given package
> that is using dpatch?

It is as simple as:

mv debian/patches/00list debian/patches/series

rename s/\.dpatch$/.patch/ debian/patches/*

edit debian/patches/series to add .patch to the patch names

maybe edit debian/patches/*.patch to remove all the dpatch comments
and just leave the patch descriptions and other human-readable info.

Set this in your ~/.quiltrc since it makes nicer patches:

QUILT_REFRESH_ARGS="-p0 --no-timestamps --no-index"

quilt push and quilt refresh each patch to update them.

-- 
bye,
pabs

http://wiki.debian.org/PaulWise


Reply to: