[neon/kf6/kf6-purpose/Neon/stable] debian: docs
Carlos De Maine
null at kde.org
Wed Jul 30 16:04:55 BST 2025
Git commit 96c15bfdefbaaf983c80a18576a1cc33f36f8ef7 by Carlos De Maine.
Committed on 30/07/2025 at 15:04.
Pushed by carlosdem into branch 'Neon/stable'.
docs
M +2 -1 debian/control
M +1 -0 debian/kf6-purpose-dev.install
M +13 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-purpose/-/commit/96c15bfdefbaaf983c80a18576a1cc33f36f8ef7
diff --git a/debian/control b/debian/control
index 51a8db1..493d66f 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Build-Depends: cmake,
debhelper-compat (= 13),
intltool,
kaccounts-integration-dev,
+
kf6-extra-cmake-modules,
kf6-kcmutils-dev,
kf6-kconfig-dev,
@@ -17,7 +18,7 @@ Build-Depends: cmake,
kf6-knotifications-dev,
kf6-kwallet-dev,
libaccounts-glib-dev,
- pkgconf,
+ pkgconf,kde-qdoc-common-dev,
pkg-kde-tools-neon,
qt6-base-dev,
qt6-declarative-dev
diff --git a/debian/kf6-purpose-dev.install b/debian/kf6-purpose-dev.install
index 79f66db..c99b002 100644
--- a/debian/kf6-purpose-dev.install
+++ b/debian/kf6-purpose-dev.install
@@ -2,3 +2,4 @@ usr/include/
usr/lib/*/cmake/KF6Purpose/
usr/lib/*/libKF6Purpose.so
usr/lib/*/libKF6PurposeWidgets.so
+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