[neon/kde/kate/Neon/unstable] debian: do not fail

Jonathan Esk-Riddell null at kde.org
Fri Oct 21 12:45:55 BST 2022


Git commit 9f77069602863353fb8a6d517b3d2822833d6039 by Jonathan Esk-Riddell.
Committed on 21/10/2022 at 11:45.
Pushed by jriddell into branch 'Neon/unstable'.

do not fail

M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kate/commit/9f77069602863353fb8a6d517b3d2822833d6039

diff --git a/debian/rules b/debian/rules
index 2c93a23..24de128 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_auto_test:
 	:
 
 override_dh_install:
-	$(overridden_command) --fail-missing
+	$(overridden_command)
 
 override_dh_strip:
 	$(overridden_command) --dbgsym-migration='kate-dbg (<= 4:15.12.1-1~~)'


More information about the Neon-commits mailing list