diff options
author | Rob Austein <sra@hactrn.net> | 2016-02-10 19:45:15 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-02-10 19:45:15 +0000 |
commit | 24aa9d2747e54be7f847186f5f4bd4407d7ea5b2 (patch) | |
tree | 802375c626291d53bb6c28d60ff12d66ba1538de /buildtools/debian-skeleton/rules | |
parent | 1f761984c9661d3652895e6c88828569faf5bca0 (diff) |
More dependency updates (development branch). Probably broke
everything, but at least heading towards where we want to be rather
than bogged down in what used to work.
svn path=/branches/tk705/; revision=6245
Diffstat (limited to 'buildtools/debian-skeleton/rules')
-rw-r--r-- | buildtools/debian-skeleton/rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/buildtools/debian-skeleton/rules b/buildtools/debian-skeleton/rules index ea2b043f..c7d9d197 100644 --- a/buildtools/debian-skeleton/rules +++ b/buildtools/debian-skeleton/rules @@ -8,7 +8,7 @@ export DH_VERBOSE=1 dh $@ --with python2 override_dh_auto_configure: - dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb + dh_auto_configure -- --disable-target-installation --enable-python-install-layout=deb --disable-runtime-dependencies override_dh_auto_test: @true |