[neon/qt6/qt6-mqtt/Neon/release] debian: new doc and examples installs

Carlos De Maine null at kde.org
Mon Oct 28 09:00:28 GMT 2024


Git commit aa666a1d94ced71bd7992f726e9fa90f001aa733 by Carlos De Maine.
Committed on 28/10/2024 at 09:00.
Pushed by carlosdem into branch 'Neon/release'.

new doc and examples installs

M  +17   -0    debian/control
M  +1    -0    debian/qt6-mqtt-dev.install
A  +1    -0    debian/qt6-mqtt-doc.install

https://invent.kde.org/neon/qt6/qt6-mqtt/-/commit/aa666a1d94ced71bd7992f726e9fa90f001aa733

diff --git a/debian/control b/debian/control
index 8515ce1..6adb3be 100644
--- a/debian/control
+++ b/debian/control
@@ -53,6 +53,23 @@ Description: Qt 6 MQTT development files
  This package contains the header development files used for building
  Qt 6 MQTT applications.
 
+Package: qt6-mqtt-doc
+Architecture: all
+Section: kde
+X-Neon-MergedPackage: true
+Pre-Depends: ${misc:Pre-Depends},
+Depends: qt6-base-doc,
+         qt6-mqtt-dev,
+         ${misc:Depends},
+         ${shlibs:Depends},
+Replaces: qt6-mqtt-doc-html,
+Description: Qt 6 MQTT development files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ This package contains the documentation files to help build Qt 6 applications
+ using the Qt 6 MQTT module.
+
 Package: libqt6mqtt6
 Architecture: all
 Depends: qt6-mqtt
diff --git a/debian/qt6-mqtt-dev.install b/debian/qt6-mqtt-dev.install
index 6f91f71..edd1462 100644
--- a/debian/qt6-mqtt-dev.install
+++ b/debian/qt6-mqtt-dev.install
@@ -2,6 +2,7 @@ usr/include/${DEB_HOST_MULTIARCH}/qt6/QtMqtt/
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Mqtt.so
 usr/lib/${DEB_HOST_MULTIARCH}/libQt6Mqtt.prl
+usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/metatypes/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/mkspecs/
 usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/
diff --git a/debian/qt6-mqtt-doc.install b/debian/qt6-mqtt-doc.install
new file mode 100644
index 0000000..8536ff4
--- /dev/null
+++ b/debian/qt6-mqtt-doc.install
@@ -0,0 +1 @@
+usr/share/qt6/doc/


More information about the Neon-commits mailing list