From a7c65972461e99c7b3996d607c9a7c460fbdaf70 Mon Sep 17 00:00:00 2001 From: David Boddie Date: Wed, 3 Jul 2019 23:49:07 +0200 Subject: [PATCH] Specify the build system when building a package --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 65914034..4116b759 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --builddirectory=_build + dh $@ --builddirectory=_build --buildsystem=meson override_dh_autoreconf: