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

Carlos De Maine null at kde.org
Wed Jul 30 14:32:38 BST 2025


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

bring back the docs

M  +1    -0    debian/control
M  +1    -0    debian/kf6-attica-dev.install
M  +11   -0    debian/rules

https://invent.kde.org/neon/kf6/kf6-attica/-/commit/cc19ce7a0a4413f3411f5f107f9205378fdbf319

diff --git a/debian/control b/debian/control
index 6f5ed42..8775d7a 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,
                pkg-kde-tools-neon,
                qt6-base-dev,
diff --git a/debian/kf6-attica-dev.install b/debian/kf6-attica-dev.install
index 7561312..9b79ceb 100644
--- a/debian/kf6-attica-dev.install
+++ b/debian/kf6-attica-dev.install
@@ -3,3 +3,4 @@ usr/lib/*/cmake/
 usr/lib/*/libKF6Attica.so
 usr/lib/*/pkgconfig/
 usr/share/qlogging-categories6/
+usr/share/qt6/doc
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 5bd7734..1fc0b2d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,14 @@
 
 %:
 	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