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

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


Git commit 0b69cb602e364772fadfb6ce38779c3944b56471 by Carlos De Maine.
Committed on 30/07/2025 at 15:01.
Pushed by carlosdem into branch 'Neon/stable'.

docs

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

https://invent.kde.org/neon/kf6/kf6-kxmlgui/-/commit/0b69cb602e364772fadfb6ce38779c3944b56471

diff --git a/debian/control b/debian/control
index a478031..be3f8a0 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cmake,
                dh-sequence-python3,
                doxygen,
                graphviz,
+               kde-qdoc-common-dev,
                kf6-attica-dev,
                kf6-extra-cmake-modules,
                kf6-kcolorscheme-dev,
diff --git a/debian/kf6-kxmlgui-dev.install b/debian/kf6-kxmlgui-dev.install
index c940e27..6d47335 100644
--- a/debian/kf6-kxmlgui-dev.install
+++ b/debian/kf6-kxmlgui-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/KXmlGui/
 usr/lib/*/cmake/KF6XmlGui/*
 usr/lib/*/libKF6XmlGui.so
 usr/lib/*/qt6/plugins/designer/
+usr/share/qt6/doc/
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