Hi, On Sun, Apr 17, 2005 at 11:53:11AM +0200, Nicolas François wrote: > When the PATCHLIST variable is used, an UNPATCHLIST variable is created in > /usr/share/dpatch/dpatch.make to contains the list of patches in the > reversed order. > But dpatch also reverse the order of the patches. > > IMO, PATCHLIST could be used instead of UNPATCHLIST in the unpatch rule.
Does the following (untested) patch (to be applied against 2.0.11) solve the issue? --- /home/mh/dpatch-debian/dpatch-2.0.11/compat/dpatch.make 2005-01-16 13:47:33.000000000 +0000 +++ compat/dpatch.make 2005-05-01 17:58:43.578724782 +0000 @@ -7,7 +7,7 @@ DPATCH_STAMPFN ?= patch-stamp ifdef PATCHLIST -UNPATCHLIST := $(shell echo ${PATCHLIST} | tr ' ' '\n' | tac) +UNPATCHLIST := ${PATCHLIST} DPATCH_ALL := else DPATCH_ALL := -all Greetings Marc -- ----------------------------------------------------------------------------- Marc Haber | "I don't trust Computers. They | Mailadresse im Header Mannheim, Germany | lose things." Winona Ryder | Fon: *49 621 72739834 Nordisch by Nature | How to make an American Quilt | Fax: *49 621 72739835 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]