[neon/kf6/kf6-bluez-qt/Neon/stable] debian: bring back the docs

Carlos De Maine null at kde.org
Wed Jul 30 14:40:08 BST 2025


Git commit 5a74910145f46ce01142eeb2de68ef82db227e9b by Carlos De Maine.
Committed on 30/07/2025 at 13:40.
Pushed by carlosdem into branch 'Neon/stable'.

bring back the docs

M  +1    -0    debian/control
M  +1    -0    debian/kf6-bluez-qt-dev.install
M  +13   -0    debian/rules

https://invent.kde.org/neon/kf6/kf6-bluez-qt/-/commit/5a74910145f46ce01142eeb2de68ef82db227e9b

diff --git a/debian/control b/debian/control
index ee84d0a..61139d8 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cmake,
                debhelper-compat (= 13),
                doxygen,
                graphviz,
+               kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
                libxkbcommon-dev,
                pkg-kde-tools-neon,
diff --git a/debian/kf6-bluez-qt-dev.install b/debian/kf6-bluez-qt-dev.install
index a18d035..4be310d 100644
--- a/debian/kf6-bluez-qt-dev.install
+++ b/debian/kf6-bluez-qt-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/BluezQt/
 usr/lib/*/cmake/KF6BluezQt/
 usr/lib/*/libKF6BluezQt.so
 usr/lib/*/pkgconfig/KF6BluezQt.pc
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 5bd7734..ed86f34 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,18 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_build:
+	dh_auto_build
+	dh_auto_build -- prepare_docs
+	dh_auto_build -- generate_docs
+	dh_auto_build -- generate_qch
+
+override_dh_auto_install:
+	dh_auto_install
+	dh_auto_install -- install_html_docs
+	dh_auto_install -- install_qch_docs


More information about the Neon-commits mailing list