[Forensics-changes] [SCM] Recursive piecewise hashing tool branch, debian, updated. debian/2.2-1-2-g1b277f3

Daniel Baumann daniel at debian.org
Wed Jul 29 18:17:52 UTC 2009


The following commit has been merged in the debian branch:
commit 1b277f316233c78aebbc58466c1c5a9f3001a819
Author: Daniel Baumann <daniel at debian.org>
Date:   Wed Jul 29 20:02:16 2009 +0200

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

diff --git a/debian/rules b/debian/rules
index 000210b..4f3b605 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,14 @@
 
 %:
 	dh ${@}
+
+override_dh_auto_clean:
+	dh_auto_clean
+
+	rm -f config.guess config.sub
+
+override_dh_auto_configure:
+	[ -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"

-- 
Recursive piecewise hashing tool



More information about the forensics-changes mailing list