[Forensics-changes] [SCM] A MS Windows recycle bin analysis tool branch, debian, updated. debian/0.5.1-3-2-g7cfdfb7
Daniel Baumann
daniel at debian.org
Wed Jul 29 18:17:46 UTC 2009
The following commit has been merged in the debian branch:
commit 7cfdfb7069100ae6f3b06a68aa1b77574d256f34
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Jul 29 20:02:15 2009 +0200
Adding stuff in rules that doesn't get done by dh automatically.
diff --git a/debian/rules b/debian/rules
index 0ce87e9..f73ac4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,15 @@
%:
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"
+
override_dh_auto_install:
dh_auto_install
--
A MS Windows recycle bin analysis tool
More information about the forensics-changes
mailing list