1
0
Fork 0

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:
Daniel Baumann 2025-02-19 06:17:26 +01:00
parent f2418f841f
commit 6ce3e90203
Signed by: daniel
GPG key ID: FBB4F0E80A80222F

3
debian/rules vendored
View file

@ -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