[neon/kde/akonadi-contacts/Neon/unstable] debian: bring back the docs

Carlos De Maine null at kde.org
Sun Apr 12 10:05:48 BST 2026


Git commit fd0b7cc86b8f47ef4875acd2a88745adade041e8 by Carlos De Maine.
Committed on 12/04/2026 at 09:05.
Pushed by carlosdem into branch 'Neon/unstable'.

bring back the docs

M  +1    -0    debian/control
M  +1    -0    debian/kpim6-akonadi-contacts-dev.install
M  +13   -0    debian/rules

https://invent.kde.org/neon/kde/akonadi-contacts/-/commit/fd0b7cc86b8f47ef4875acd2a88745adade041e8

diff --git a/debian/control b/debian/control
index fc9c435..ab645c2 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Uploaders: Sune Vuorela <sune at debian.org>,
 Build-Depends: cmake,
                debhelper-compat (= 13),
                doxygen,
+               kde-qdoc-common-dev,
                kf6-extra-cmake-modules,
                kf6-kcmutils-dev,
                kf6-kcodecs-dev,
diff --git a/debian/kpim6-akonadi-contacts-dev.install b/debian/kpim6-akonadi-contacts-dev.install
index dd250aa..dfa5216 100644
--- a/debian/kpim6-akonadi-contacts-dev.install
+++ b/debian/kpim6-akonadi-contacts-dev.install
@@ -2,3 +2,4 @@ usr/include/KPim6/
 usr/lib/*/cmake/
 usr/lib/*/libKPim6AkonadiContactCore.so
 usr/lib/*/libKPim6AkonadiContactWidgets.so
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 7ff1376..a00c446 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,6 +2,8 @@
 # SPDX-License-Identifier: LGPL-2.0-or-later
 # SPDX-FileCopyrightText: 2023 Jonathan Riddell <jr at jriddell.org>
 
+export KDE_DOCS=/usr/share/qt6/doc/kde-qdoc-common-dev
+
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
@@ -9,3 +11,14 @@ override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
 		-DBUILD_QCH=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