From 7e6baab15321a61725e9c78fae2085dcbb9eae7e Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 16 Feb 2020 20:58:27 +0800 Subject: [PATCH] debian packaging: explain need for buildsystem argument to dh --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index fd91b414e..c3bfc262f 100755 --- a/debian/rules +++ b/debian/rules @@ -7,6 +7,7 @@ export DH_VERBOSE=1 %: dh $@ +# Setting the build system is still required, because otherwise the GNUmakefile gets picked up override_dh_auto_configure: dh_auto_configure --buildsystem=cmake --parallel