[SVN] r661 - /trunk/cyrus-imapd-2.2.13/debian/rules

debian at incase.de debian at incase.de
Tue Oct 10 15:01:04 UTC 2006


Author: sven
Date: Tue Oct 10 17:01:02 2006
New Revision: 661

URL: https://mail.incase.de/viewcvs?rev=661&root=cyrus22&view=rev
Log:
Use the sid equivalent of dpatch.make, inlined into debian/rules to try and finally reproduce the problem we have with patch 99*

Modified:
    trunk/cyrus-imapd-2.2.13/debian/rules

Modified: trunk/cyrus-imapd-2.2.13/debian/rules
URL: https://mail.incase.de/viewcvs/trunk/cyrus-imapd-2.2.13/debian/rules?rev=661&root=cyrus22&r1=660&r2=661&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/rules (original)
+++ trunk/cyrus-imapd-2.2.13/debian/rules Tue Oct 10 17:01:02 2006
@@ -30,7 +30,7 @@
 DPATCH_STAMPFN	?= patch-stamp
 
 ifdef PATCHLIST
-UNPATCHLIST	:= $(shell echo ${PATCHLIST} | tr ' ' '\n' | tac)
+UNPATCHLIST	:= ${PATCHLIST}
 DPATCH_ALL	:=
 else
 DPATCH_ALL	:= -all



More information about the Pkg-Cyrus-imapd-Debian-devel mailing list