[neon/kf6/kf6-sonnet/Neon/stable] debian: docs

Carlos De Maine null at kde.org
Wed Jul 30 16:06:22 BST 2025


Git commit 03f2e9b44312def706f12a28b915bf0414253166 by Carlos De Maine.
Committed on 30/07/2025 at 15:06.
Pushed by carlosdem into branch 'Neon/stable'.

docs

M  +1    -0    debian/control
M  +1    -0    debian/kf6-sonnet-dev.install
M  +15   -1    debian/rules

https://invent.kde.org/neon/kf6/kf6-sonnet/-/commit/03f2e9b44312def706f12a28b915bf0414253166

diff --git a/debian/control b/debian/control
index 01a1ae5..d78c623 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: aspell,
                doxygen,
                graphviz,
                hspell,
+               kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
                libaspell-dev,
                libhunspell-dev,
diff --git a/debian/kf6-sonnet-dev.install b/debian/kf6-sonnet-dev.install
index 7017fbb..278a61a 100644
--- a/debian/kf6-sonnet-dev.install
+++ b/debian/kf6-sonnet-dev.install
@@ -6,3 +6,4 @@ usr/lib/*/cmake/KF6Sonnet/
 usr/lib/*/libKF6SonnetCore.so
 usr/lib/*/libKF6SonnetUi.so
 usr/lib/*/qt6/plugins/designer/
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 8a78324..83e8089 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +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 -- -DBUILD_DESIGNERPLUGIN=ON
+	dh_auto_configure -- \
+	-DBUILD_DESIGNERPLUGIN=ON
+
+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