[Forensics-changes] [SCM] support for Expert Witness Compression format branch, debian, updated. debian/20080501+debian-3-3-g30ad9bb

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


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

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

diff --git a/debian/rules b/debian/rules
index 84bfbfe..7457d2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,5 +3,14 @@
 %:
 	dh ${@} --with quilt
 
+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_strip:
 	dh_strip --dbg-package=libewf-dbg

-- 
support for Expert Witness Compression format



More information about the forensics-changes mailing list