[neon/qt6/pyside6/Neon/release] debian: try to ignore dwz which failed with '13:05:58 dwz: Too few files for multifile optimization

Jonathan Esk-Riddell null at kde.org
Fri Jun 30 13:13:41 BST 2023


Git commit 4a10c7674667df887cab095299f5e276b0f5ac8c by Jonathan Esk-Riddell.
Committed on 30/06/2023 at 12:13.
Pushed by jriddell into branch 'Neon/release'.

try to ignore dwz which failed with '13:05:58 dwz: Too few files for multifile optimization

M  +3    -0    debian/rules

https://invent.kde.org/neon/qt6/pyside6/-/commit/4a10c7674667df887cab095299f5e276b0f5ac8c

diff --git a/debian/rules b/debian/rules
index 0596c10..a868c70 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,5 +23,8 @@ override_dh_auto_clean:
 	python3 -m pip install -r requirements.txt
 	dh_auto_clean -O--buildsystem=pybuild --
 
+override_dh_dwz:
+	true
+
 %:
 	dh $@ --with python3,sphinxdoc --buildsystem=pybuild


More information about the Neon-commits mailing list