Removing generated documentation after dh_clean to fix FTBFS twice-in-a-row (Closes: #1046481).
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
f2418f841f
commit
6ce3e90203
1 changed files with 3 additions and 0 deletions
3
debian/rules
vendored
3
debian/rules
vendored
|
@ -13,6 +13,9 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL=4
|
|||
%:
|
||||
dh ${@} --buildsystem=cmake
|
||||
|
||||
execute_after_dh_clean:
|
||||
rm -rf doc/html
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- -DENABLE_SSH=ON -DENABLE_TLS=ON -DENABLE_DNSSEC=OFF -DENABLE_PYTHON=OFF
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue