[neon/qt6/qt6-webchannel/Neon/unstable] debian: fix installs

Carlos De Maine null at kde.org
Wed Jul 12 08:49:40 BST 2023


Git commit 6c1ddcd1e526e6cd5bad9ac5681a8e8d6be50537 by Carlos De Maine.
Committed on 12/07/2023 at 07:49.
Pushed by carlosdem into branch 'Neon/unstable'.

fix installs

M  +4    -0    debian/qt6-webchannel-dev.install
M  +2    -1    debian/qt6-webchannel.install

https://invent.kde.org/neon/qt6/qt6-webchannel/-/commit/6c1ddcd1e526e6cd5bad9ac5681a8e8d6be50537

diff --git a/debian/qt6-webchannel-dev.install b/debian/qt6-webchannel-dev.install
index b164198..94da3e8 100644
--- a/debian/qt6-webchannel-dev.install
+++ b/debian/qt6-webchannel-dev.install
@@ -1,9 +1,13 @@
 usr/include/${DEB_HOST_MULTIARCH}/qt6/QtWebChannel/
+usr/include/${DEB_HOST_MULTIARCH}/qt6/QtWebChannelQuick/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6BuildInternals/StandaloneTests/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6Qml/QmlPlugins/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6WebChannel/
+usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt6WebChannelQuick/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannel.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannel.so
+usr/lib/aarch64-linux-gnu/libQt6WebChannelQuick.prl
+usr/lib/aarch64-linux-gnu/libQt6WebChannelQuick.so
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
 usr/lib/${DEB_HOST_MULTIARCH}/pkgconfig/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/modules/
diff --git a/debian/qt6-webchannel.install b/debian/qt6-webchannel.install
index 1cb1ecb..6172118 100644
--- a/debian/qt6-webchannel.install
+++ b/debian/qt6-webchannel.install
@@ -1,2 +1,3 @@
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannel.so.*
-usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtWebChannel/
\ No newline at end of file
+usr/lib/${DEB_HOST_MULTIARCH}/libQt6WebChannelQuick.so.*
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/qml/QtWebChannel/


More information about the Neon-commits mailing list