[Forensics-changes] [sleuthkit] 05/09: debian/rules: created target override_dh_auto_configure to avoid the Java bindings compilation.
Eriberto Mota
eriberto-guest at moszumanska.debian.org
Mon Mar 3 16:44:14 UTC 2014
This is an automated email from the git hooks/post-receive script.
eriberto-guest pushed a commit to branch debian
in repository sleuthkit.
commit 804f8aec844a635a0547cc2c07474d18d13cd77b
Author: Joao Eriberto Mota Filho <eriberto at eriberto.pro.br>
Date: Mon Mar 3 13:40:34 2014 -0300
debian/rules: created target override_dh_auto_configure to avoid
the Java bindings compilation.
---
debian/rules | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/debian/rules b/debian/rules
index 8d9539b..5744996 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,10 @@ LDFLAGS+=-lsqlite3 -lsupc++ -Wl,--as-needed
%:
dh $@ --with autoreconf
+override_dh_auto_configure:
+# Disabling Java bindings. Please, see debian/README.source for details.
+ dh_auto_configure -- --disable-java
+
override_dh_installdocs:
dh_installdocs
mv $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README $(CURDIR)/debian/sleuthkit/usr/share/doc/sleuthkit/README.fiwalk
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/forensics/sleuthkit.git
More information about the forensics-changes
mailing list