debian packaging: explain need for buildsystem argument to dh

This commit is contained in:
David Adam 2020-02-16 20:58:27 +08:00
parent a85ffb40f9
commit 7e6baab153

1
debian/rules vendored
View File

@ -7,6 +7,7 @@ export DH_VERBOSE=1
%: %:
dh $@ dh $@
# Setting the build system is still required, because otherwise the GNUmakefile gets picked up
override_dh_auto_configure: override_dh_auto_configure:
dh_auto_configure --buildsystem=cmake --parallel dh_auto_configure --buildsystem=cmake --parallel