[neon/qt6/qt6-base/Neon/release] debian: we use relwithdebinfo
Carlos De Maine
null at kde.org
Wed Apr 30 13:55:19 BST 2025
Git commit bd681de8edcd7326a265ad43cd7b114a01f87fbf by Carlos De Maine.
Committed on 30/04/2025 at 12:55.
Pushed by carlosdem into branch 'Neon/release'.
we use relwithdebinfo
M +2 -2 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/bd681de8edcd7326a265ad43cd7b114a01f87fbf
diff --git a/debian/rules b/debian/rules
index 6e1fba5..ae7478c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -110,11 +110,11 @@ execute_after_dh_auto_install-arch:
# 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
+ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
# Fix Qt6::qtpaths IMPORTED_LOCATION
sed -i 's,lib/qt6/bin/qtpaths,bin/$(DEB_HOST_GNU_TYPE)-qtpaths6,' \
- debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
+ debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
More information about the Neon-commits
mailing list