summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Borrero Gonzalez <aborrero@cica.es>2014-09-25 09:36:21 +0200
committerArturo Borrero Gonzalez <aborrero@cica.es>2014-09-25 09:36:21 +0200
commitafca2aaa191ff7e4cc3f7ab40695b9fbc079e200 (patch)
tree9948e146abccdba0974176e94a994e9c0dfb550d
parent2f1d20ba209faf6824923067f6514392056ea402 (diff)
downloadconntrack-tools-afca2aaa191ff7e4cc3f7ab40695b9fbc079e200.tar.gz
conntrack-tools-afca2aaa191ff7e4cc3f7ab40695b9fbc079e200.zip
d/rules: do a verbose build
Debian's buildd reports that we need a verbose build in orden to scan build logs and perform additional checks in the package. This can be easily solved with ./configure --disable-silent-rules Signed-off-by: Arturo Borrero Gonzalez <arturo.borrero.glez@gmail.com>
-rwxr-xr-xdebian/rules3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules
index 657234c..6cf4ee2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,3 +5,6 @@
%:
dh $@
+
+override_dh_auto_configure:
+ ./configure --prefix=/usr --disable-silent-rules