[neon/qt/qt5webkit/Neon/release] debian: dh_dwz is failing so ignore it

Jonathan Riddell null at kde.org
Tue Nov 10 15:58:44 GMT 2020


Git commit f2497330bdec3b0d6fa3842d9a4ed0789e10aadd by Jonathan Riddell.
Committed on 10/11/2020 at 15:58.
Pushed by jriddell into branch 'Neon/release'.

dh_dwz is failing so ignore it

M  +3    -0    debian/rules

https://invent.kde.org/neon/qt/qt5webkit/commit/f2497330bdec3b0d6fa3842d9a4ed0789e10aadd

diff --git a/debian/rules b/debian/rules
index 582bc76..c6f3511 100755
--- a/debian/rules
+++ b/debian/rules
@@ -56,6 +56,9 @@ override_dh_auto_configure:
 override_dh_missing:
 	dh_missing --fail-missing
 
+override_dh_dwz:
+	true
+
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	-cd obj-$(DEB_HOST_GNU_TYPE); \


More information about the Neon-commits mailing list