Package: dpatch Version: 2.0.20 Severity: important Running dpatch apply-all -v causes errors due to failed patches to be ignored. This is because in this command
if eval ${patch} -patch ${wd} ${redir} ${stamp}.new 2>&1; then the ${redir} is "|tee", so this command evaluates the exit status of the "tee" command, not of "patch". -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]