> It would be most helpful if 00list was optional in dpatch. 

It is, you can use the PATCHLIST variable to specify files if you use
dpatch.make, or just supply the list to dpatch apply if you're using it
directly. This is even documented in dpatch.make(7).

> It is already standard to prefix patches with a number corresponding to the 
> order in
> which they should be applied. All of dpatch's functionality could be
> supplied by automatically generating the patch list by sorting the
> patch filenames numerically and then alphabetically.

PATCHLIST=`find debian/patches -type f | sort -n`

Or something like that.

Cheers,
-- 
Gergely Nagy



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to