[Forensics-changes] [SCM] Tools for forensics analysis branch, debian, updated. debian/3.0.1-2-22-gb53e831
Daniel Baumann
daniel at debian.org
Wed Jul 29 17:36:43 UTC 2009
The following commit has been merged in the debian branch:
commit 1c746f0a8fa630a696171b03ec94085553f92c46
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Jul 29 19:04:45 2009 +0200
Calling all shell commands in rules with set -e in order to properly fail in case of errors.
diff --git a/debian/rules b/debian/rules
index 0b0c102..1138281 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+SHELL := sh -e
+
%:
dh --with quilt $@
--
Tools for forensics analysis
More information about the forensics-changes
mailing list