[neon/qt6/qt6-wayland/Neon/release] debian: get docs to work
Carlos De Maine
null at kde.org
Mon Oct 23 01:19:52 BST 2023
Git commit 04701a3f2f7401040de3d67df3de64e5b7e1c316 by Carlos De Maine.
Committed on 23/10/2023 at 02:19.
Pushed by carlosdem into branch 'Neon/release'.
get docs to work
M +17 -7 debian/control
A +1 -0 debian/qt6-wayland-doc.install
https://invent.kde.org/neon/qt6/qt6-wayland/-/commit/04701a3f2f7401040de3d67df3de64e5b7e1c316
diff --git a/debian/control b/debian/control
index f41c830..ffcad94 100644
--- a/debian/control
+++ b/debian/control
@@ -28,6 +28,7 @@ Build-Depends: cmake,
zlib1g-dev
Build-Depends-Indep: qt6-base-dev (>= 6.4~) <!nodoc>,
qt6-documentation-tools (>= 6.4~) <!nodoc>,
+ qt6-base-doc (>= 6.4~) <!nodoc>,
Standards-Version: 4.6.2
Homepage: https://www.qt.io/developers/
Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-wayland
@@ -52,7 +53,6 @@ Architecture: any
Section: kde
X-Neon-MergedPackage: true
Depends: qt6-wayland (= ${binary:Version}),
- qt6-wayland-dev-tools (= ${binary:Version}),
${misc:Depends}
Description: Qt 6 Wayland - development files
Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -63,6 +63,22 @@ Description: Qt 6 Wayland - development files
This package contains the development files for QtWayland client
and compositor libraries.
+Package: qt6-wayland-doc
+Architecture: all
+Section: kde
+X-Neon-MergedPackage: true
+Depends: qt6-base-doc,
+ qt6-wayland-dev(= ${binary:Version}),
+ ${misc:Depends}
+Description: Qt 6 Wayland - documentation files
+ Qt is a cross-platform C++ application framework. Qt's primary feature
+ is its rich set of widgets that provide standard GUI functionality.
+ .
+ QtWayland is a Qt 6 module that wraps the functionality of Wayland.
+ .
+ This package contains the documentation files for QtWayland client
+ and compositor libraries.
+
Package: libqt6waylandclient6
Architecture: all
Depends: qt6-wayland
@@ -117,12 +133,6 @@ Depends: qt6-wayland-dev
Description: Dummy transitional
Transitional dummy package.
-Package: qt6-wayland-doc
-Architecture: all
-Depends: qt6-wayland
-Description: Dummy transitional
- Transitional dummy package.
-
Package: qt6-wayland-doc-html
Architecture: all
Depends: qt6-wayland
diff --git a/debian/qt6-wayland-doc.install b/debian/qt6-wayland-doc.install
new file mode 100644
index 0000000..8536ff4
--- /dev/null
+++ b/debian/qt6-wayland-doc.install
@@ -0,0 +1 @@
+usr/share/qt6/doc/
More information about the Neon-commits
mailing list