From 0fad184fda590f269abe962113948d8a01842fe2 Mon Sep 17 00:00:00 2001 From: Iain Lane Date: Tue, 13 Aug 2019 11:27:58 +0100 Subject: [PATCH] rules: Build with --fail-missing --- debian/rules | 3 +++ 1 file changed, 3 insertions(+) diff --git a/debian/rules b/debian/rules index 0ede1640..967ccc3f 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,9 @@ %: dh $@ --with gnome +override_dh_missing: + dh_missing --fail-missing + override_dh_auto_configure: dh_auto_configure -- \ -Dextension_set=all \