[neon/qt/qt5webkit/Neon/testing] debian: install whichever build type we have built with

Harald Sitter null at kde.org
Tue May 18 14:05:23 BST 2021


Git commit 14fd3f91028724559d31daef55095fb2986e65e9 by Harald Sitter.
Committed on 18/05/2021 at 13:04.
Pushed by sitter into branch 'Neon/testing'.

install whichever build type we have built with

debian uses none and uses their own cxx flags, since we force Release to
skip over the exhaustively expensive debug symbols we have a different file
name though. use a wildcard to cover whichever case

M  +2    -2    debian/libqt5webkit5-dev.install

https://invent.kde.org/neon/qt/qt5webkit/commit/14fd3f91028724559d31daef55095fb2986e65e9

diff --git a/debian/libqt5webkit5-dev.install b/debian/libqt5webkit5-dev.install
index ba4336b..b3ab1c2 100644
--- a/debian/libqt5webkit5-dev.install
+++ b/debian/libqt5webkit5-dev.install
@@ -48,11 +48,11 @@ usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWebKitWidgets/qwebpage.h
 usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWebKitWidgets/qwebview.h
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKit/Qt5WebKitConfig.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKit/Qt5WebKitConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKit/WebKitTargets-none.cmake
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKit/WebKitTargets-*.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKit/WebKitTargets.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfig.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsConfigVersion.cmake
-usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-none.cmake
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets-*.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WebKitWidgets/Qt5WebKitWidgetsTargets.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5WebKit.so
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5WebKitWidgets.so


More information about the Neon-commits mailing list