[neon/qt/qtwayland/Neon/testing] debian: Add qtwayland5-private-dev package containing the private headers.

Dmitry Shachnev null at kde.org
Tue May 18 14:51:53 BST 2021


Git commit 86904b5ac1409c85631eadd67016be782e2ce74b by Dmitry Shachnev.
Committed on 28/09/2020 at 09:54.
Pushed by sitter into branch 'Neon/testing'.

Add qtwayland5-private-dev package containing the private headers.

Closes: #894472.
LP: #1862987.

M  +3    -0    debian/changelog
M  +13   -0    debian/control
M  +0    -4    debian/not-installed
A  +4    -0    debian/qtwayland5-private-dev.install

https://invent.kde.org/neon/qt/qtwayland/commit/86904b5ac1409c85631eadd67016be782e2ce74b

diff --git a/debian/changelog b/debian/changelog
index bb0aeb8..16fb084 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtwayland-opensource-src (5.15.1-2) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add qtwayland5-private-dev package containing the private headers
+    (closes: #894472, LP: #1862987).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 28 Sep 2020 12:50:06 +0300
 
diff --git a/debian/control b/debian/control
index 5e65a0f..5259e6c 100644
--- a/debian/control
+++ b/debian/control
@@ -114,6 +114,19 @@ Description: QtWayland client development files
  This package contains the development files for QtWayland client
  library.
 
+Package: qtwayland5-private-dev
+Architecture: any
+Section: libdevel
+Multi-Arch: same
+Depends: libqt5waylandclient5-dev (= ${binary:Version}),
+         libqt5waylandcompositor5-dev (= ${binary:Version}),
+         ${misc:Depends}
+Description: QtWayland private development files
+ QtWayland is a Qt 5 module that wraps the functionality of Wayland.
+ .
+ This package contains the private development files for QtWayland client
+ and compositor libraries.
+
 Package: qtwayland5-dev-tools
 Architecture: any
 Multi-Arch: foreign
diff --git a/debian/not-installed b/debian/not-installed
index 99bcf57..2ec1434 100644
--- a/debian/not-installed
+++ b/debian/not-installed
@@ -1,9 +1,5 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWaylandClient/5.*
-usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWaylandCompositor/5.*
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5Gui/Qt5Gui_*Plugin.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WaylandClient/Qt5WaylandClient_*Plugin.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5WaylandCompositor/Qt5WaylandCompositor_*Plugin.cmake
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5WaylandClient.la
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5WaylandCompositor.la
-usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_waylandclient_private.pri
-usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_waylandcompositor_private.pri
diff --git a/debian/qtwayland5-private-dev.install b/debian/qtwayland5-private-dev.install
new file mode 100644
index 0000000..30ecbec
--- /dev/null
+++ b/debian/qtwayland5-private-dev.install
@@ -0,0 +1,4 @@
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWaylandClient/5.*
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtWaylandCompositor/5.*
+usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_waylandclient_private.pri
+usr/lib/${DEB_HOST_MULTIARCH}/qt5/mkspecs/modules/qt_lib_waylandcompositor_private.pri



More information about the Neon-commits mailing list