From ebcefa86d455e1b2abb5e01db3a9b92eb36a399d Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Sun, 9 May 2021 18:16:03 +0200 Subject: [PATCH] d/rules: fix dh_missing override note, with compat level >= 13 we can drop that override finally Signed-off-by: Thomas Lamprecht --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index b6ca118..98fcd1b 100755 --- a/debian/rules +++ b/debian/rules @@ -12,5 +12,5 @@ %: dh $@ -override-dh_missing: +override_dh_missing: dh_missing --fail-missing