From e4e67f793c0501678f23e6e54b2fde3122844cc8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Dylan=20A=C3=AFssi?= <dylan.aissi@collabora.com>
Date: Mon, 23 Jan 2023 13:52:17 +0100
Subject: [PATCH] Drop dh_install --fail-missing, it's the default since
 debhelper 13
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Signed-off-by: Dylan Aïssi <dylan.aissi@collabora.com>
---
 debian/rules | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 006ecb0..240186e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,8 +16,7 @@ override_dh_auto_configure:
 override_dh_install:
 	# .la files are specifically unwanted
 	rm -f debian/tmp/usr/lib/*/*.la
-	# break the build if anything else is missed
-	dh_install --fail-missing
+	dh_install
 
 override_dh_strip:
 	dh_strip --dbgsym-migration='prestwood-dbg (<< 0.1703.0-0co1~)'
-- 
GitLab