[Forensics-changes] [SCM] support for Advanced Forensics format branch, debian, updated. debian/3.3.6+dfsg-1-1-gd8fedff
Daniel Baumann
daniel at debian.org
Wed Jul 29 19:32:34 UTC 2009
The following commit has been merged in the debian branch:
commit d8fedff5d14ac0202980bf780f4d3bf8eb6f2487
Author: Daniel Baumann <daniel at debian.org>
Date: Wed Jul 29 21:17:29 2009 +0200
Adding autotools handling in rules that doesn't get done by dh automatically.
diff --git a/debian/rules b/debian/rules
index ed72944..8f7f6ad 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,8 +6,16 @@
dfsg:
rm -rf misc win32
+override_dh_auto_clean:
+ dh_auto_clean
+
+ rm -f config.guess config.sub
+
override_dh_auto_configure:
- dh_auto_configure -- --enable-s3=yes --enable-python=no
+ [ -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 -- --enable-s3=yes --enable-python=no LDFLAGS="-Wl,-z,defs"
override_dh_install:
dh_install --fail-missing
--
support for Advanced Forensics format
More information about the forensics-changes
mailing list