[Forensics-changes] [SCM] Tool to help recover deleted files on ext3 filesystems branch, debian, updated. debian/0.10.1-3-3-g15d11ff

Daniel Baumann daniel at debian.org
Wed Jul 29 18:11:20 UTC 2009


The following commit has been merged in the debian branch:
commit 15d11fff727911a7938900bcf23014b2410382f2
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 29 19:55:20 2009 +0200

    Adding autotools handling in rules that doesn't get done by dh automatically.

diff --git a/debian/rules b/debian/rules
index d33182a..c13defd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,14 @@ endif
 
 %:
 	dh ${@}
+override_dh_auto_clean:
+	dh_auto_clean
+	rm -f config.guess config.sub
 
 override_dh_auto_configure:
-	dh_auto_configure $(EXTRA)
+	[ -r /usr/share/misc/config.guess ] && cp -f /usr/share/misc/config.guess config.guess
+	[ -r /usr/share/misc/config.sub ] && cp -f /usr/share/misc/config.sub config.sub
+	dh_auto_configure -- $(EXTRA) LDFLAGS="-Wl,-z,defs"
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
Tool to help recover deleted files on ext3 filesystems



More information about the forensics-changes mailing list