[neon/qt6/qt6-imageformats/Neon/release] debian: ignore dwz as it breaks on arm64 "libqtiff.so: Unknown DWARF DW_OP_0" see e.g. https://bugs.launchpad.net/ubuntu/+source/dwz/+bug/1903748
Jonathan Riddell
null at kde.org
Tue Dec 14 15:41:37 GMT 2021
Git commit c29861ec350111a48d362278707b3dc31ba507cc by Jonathan Riddell.
Committed on 14/12/2021 at 15:41.
Pushed by jriddell into branch 'Neon/release'.
ignore dwz as it breaks on arm64 "libqtiff.so: Unknown DWARF DW_OP_0" see e.g. https://bugs.launchpad.net/ubuntu/+source/dwz/+bug/1903748
M +3 -0 debian/rules
https://invent.kde.org/neon/qt6/qt6-imageformats/commit/c29861ec350111a48d362278707b3dc31ba507cc
diff --git a/debian/rules b/debian/rules
index 076f60b..84a3e16 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,3 +11,6 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all
override_dh_auto_configure:
dh_auto_configure -- \
-DCMAKE_LIBRARY_PATH=$(DEB_HOST_MULTIARCH)
+
+override_dh_dwz:
+ true
More information about the Neon-commits
mailing list