[neon/qt6/qt6-base/Neon/unstable] debian: reflect the change in cmake file to fix the Qt6::qmake IMPORTED_LOCATION as neon is building relwithdeinfo
Carlos De Maine
null at kde.org
Sat Nov 25 00:46:37 GMT 2023
Git commit 635e3d65b50606312099b164251fe4f8418cf4b1 by Carlos De Maine.
Committed on 25/11/2023 at 01:46.
Pushed by carlosdem into branch 'Neon/unstable'.
reflect the change in cmake file to fix the Qt6::qmake IMPORTED_LOCATION as neon is building relwithdeinfo
M +5 -4 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/635e3d65b50606312099b164251fe4f8418cf4b1
diff --git a/debian/rules b/debian/rules
index d66cc75..3e3b29f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -35,10 +35,11 @@ endif
%:
dh $@ --with pkgkde_symbolshelper --buildsystem=cmake+ninja
+## segfaults at
## FAILED: src/gui/qtgui_tracepoints_p.
## tracegen: fatal: Cannot deduce CTF type for 'QImage::Format format
##
-# -DFEATURE_lttng=ON \ ##segfaults at
+# -DFEATURE_lttng=ON \
override_dh_auto_configure:
dh_auto_configure -- \
@@ -120,9 +121,9 @@ execute_after_dh_auto_install-arch:
# Fix cmake config file's installed into /usr/lib/qt6/libexec
mv -v debian/tmp/usr/lib/qt6/libexec/*.cmake debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6/
-# # Fix Qt6::qmake IMPORTED_LOCATION, see https://bugs.debian.org/1030980
-# sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
-# debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
+ # Fix Qt6::qmake IMPORTED_LOCATION, see https://bugs.debian.org/1030980
+ sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
+ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
override_dh_auto_build-indep:
dh_auto_build -- docs
More information about the Neon-commits
mailing list