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

Carlos De Maine null at kde.org
Wed Jul 30 14:33:59 BST 2025


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

bring back the docs

(cherry picked from commit a2d7b111d642418540601da784d2a24f618ab233)

M  +1    -0    debian/control
M  +1    -1    debian/kf6-solid-dev.install
M  +17   -0    debian/rules

https://invent.kde.org/neon/kf6/kf6-solid/-/commit/c332c8be5f1b632c166ab21fc7cd365e27cc997f

diff --git a/debian/control b/debian/control
index 6e241e7..036d565 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: bison,
                doxygen,
                flex,
                graphviz,
+               kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
                libimobiledevice-dev,
                libmount-dev,
diff --git a/debian/kf6-solid-dev.install b/debian/kf6-solid-dev.install
index 6b519f7..1a29f88 100644
--- a/debian/kf6-solid-dev.install
+++ b/debian/kf6-solid-dev.install
@@ -1,4 +1,4 @@
 usr/include/KF6/Solid/
 usr/lib/*/cmake/KF6Solid/
 usr/lib/*/libKF6Solid.so
-#usr/share/qt6/doc/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 5bd7734..710396a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,22 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+
+#override_dh_auto_configure:
+#	dh_auto_configure -- -DDOC_DESTDIR=usr/share/qt6/doc
+
+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