summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-06-05 16:32:44 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-06-05 16:32:44 +0000
commitf1b3f9359bee294117176574651e605794534e8a (patch)
tree9379ab7eddd97210886cc4cc80d40e9118a9d86d /debian
parente2bf6497bc8d26058ee0428f4f60bd5f6f1cc2f3 (diff)
--enable-online-unit-tests=auto
detect whether or not online unit tests can be executed --enable-online-unit-tests=no is now the default added --disable-https
Diffstat (limited to 'debian')
-rwxr-xr-xdebian/rules4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules
index 460413e..f58f1c7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,8 @@ configure-stamp:
dh_testdir
autoreconf -v -i
- # to be replaced by 'dh_auto_configure' only when compat=9
- dh_auto_configure -- $(shell dpkg-buildflags --export=configure)
+ # note: dpkg-buildflags to be removed when compat=9
+ dh_auto_configure -- --enable-online-unit-tests=auto $(shell dpkg-buildflags --export=configure)
touch configure-stamp