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

debian at incase.de debian at incase.de
Tue Oct 10 15:22:59 UTC 2006


Author: sven
Date: Tue Oct 10 17:22:57 2006
New Revision: 662

URL: https://mail.incase.de/viewcvs?rev=662&root=cyrus22&view=rev
Log:
Remove the call to bash on failures from dpatch call, it seems that hid some errors rather than giving a chance to debug)

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=662&root=cyrus22&r1=661&r2=662&view=diff
==============================================================================
--- trunk/cyrus-imapd-2.2.13/debian/rules (original)
+++ trunk/cyrus-imapd-2.2.13/debian/rules Tue Oct 10 17:22:57 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} apply${DPATCH_ALL} -v ${_STAMPDIR} ${PATCHLIST} || bash
+	dpatch ${_WORKDIR} apply${DPATCH_ALL} -v ${_STAMPDIR} ${PATCHLIST}
 	dpatch ${_WORKDIR} cat${DPATCH_ALL} ${PATCHLIST} >>$@T
 	mv -f $@T $@
 



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