[Forensics-changes] [SCM] debian-forensics/pgpcrack branch, debian-sid, updated. upstream/6b-19-geda1c2e

Daniel Baumann daniel at debian.org
Thu Feb 14 10:29:12 UTC 2008


The following commit has been merged in the debian-sid branch:
commit 3d42adf1335ae37c7a09c777939a8c6fcb2d625b
Author: Daniel Baumann <daniel at debian.org>
Date:   Thu Feb 14 11:24:27 2008 +0100

    Don't hide make errors in clean target of rules.

diff --git a/debian/rules b/debian/rules
index 9c09f44..0e04155 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,7 +5,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp
 
-	$(MAKE) clean
+	[ ! -f Makefile ] || $(MAKE) clean
 
 	dh_clean
 

-- 
debian-forensics/pgpcrack



More information about the forensics-changes mailing list