Workaround wrong path in CMake file, #1030895.
This commit is contained in:
parent
877d778cc9
commit
9117b13252
5
debian/changelog
vendored
5
debian/changelog
vendored
@ -1,5 +1,10 @@
|
|||||||
qt6-base (6.4.2+dfsg-4) UNRELEASED; urgency=medium
|
qt6-base (6.4.2+dfsg-4) UNRELEASED; urgency=medium
|
||||||
|
|
||||||
|
[ Lisandro Damián Nicanor Pérez Meyer ]
|
||||||
|
* Workaround wrong path in CMake file, Qt6::qmake IMPORTED_LOCATION by
|
||||||
|
modifying the path (Closes: #1030895).
|
||||||
|
Thanks Helmut Grohne and Dmitry Shachnev for the bug and solution.
|
||||||
|
|
||||||
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 18 Feb 2023 10:59:59 -0300
|
-- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 18 Feb 2023 10:59:59 -0300
|
||||||
|
|
||||||
qt6-base (6.4.2+dfsg-3) unstable; urgency=medium
|
qt6-base (6.4.2+dfsg-3) unstable; urgency=medium
|
||||||
|
4
debian/rules
vendored
4
debian/rules
vendored
@ -104,6 +104,10 @@ execute_after_dh_auto_install:
|
|||||||
< debian/qmake-cross-wrapper.in > debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
|
< debian/qmake-cross-wrapper.in > debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
|
||||||
chmod +x debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
|
chmod +x debian/tmp/usr/bin/$(DEB_HOST_GNU_TYPE)-qmake6
|
||||||
|
|
||||||
|
# Fix Qt6::qmake IMPORTED_LOCATION, see https://bugs.debian.org/1030980
|
||||||
|
sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake,' \
|
||||||
|
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-none.cmake
|
||||||
|
|
||||||
override_dh_makeshlibs:
|
override_dh_makeshlibs:
|
||||||
dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
|
dh_makeshlibs -XlibQt6EglFSDeviceIntegration -XlibQt6EglFsKmsGbmSupport -XlibQt6EglFsKmsSupport -XlibQt6XcbQpa
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user