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

debian at incase.de debian at incase.de
Tue Oct 10 13:34:43 UTC 2006


Author: sven
Date: Tue Oct 10 15:34:42 2006
New Revision: 657

URL: https://mail.incase.de/viewcvs?rev=657&root=cyrus22&view=rev
Log:
Fix a syntax problem in the modified dpatch stuff

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=657&root=cyrus22&r1=656&r2=657&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/rules (original)
+++ trunk/cyrus-imapd-2.2.13/debian/rules Tue Oct 10 15:34:42 2006
@@ -49,7 +49,7 @@
 	test -d ${DPATCH_STAMPDIR} || install -d ${DPATCH_STAMPDIR}
 	@echo "Patches applied in the Debian version of ${DPATCH_PACKAGE}:" > $@T
 	@echo >> $@T
-	dpatch ${_WORKDIR} -v apply${DPATCH_ALL} ${_STAMPDIR} ${PATCHLIST} || bash
+	dpatch ${_WORKDIR} apply${DPATCH_ALL} -v ${_STAMPDIR} ${PATCHLIST} || bash
 	dpatch ${_WORKDIR} cat${DPATCH_ALL} ${PATCHLIST} >>$@T
 	mv -f $@T $@
 



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