[Forensics-changes] [SCM] a program to find win32 applications branch, debian, updated. debian/1.0-5-2-gee66dd2

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


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

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

diff --git a/debian/rules b/debian/rules
index 000210b..6441262 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,12 @@
 
 %:
 	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"

-- 
a program to find win32 applications



More information about the forensics-changes mailing list