[neon/kf6/kf6-kirigami/Neon/stable] debian: docs
Carlos De Maine
null at kde.org
Wed Jul 30 15:31:01 BST 2025
Git commit 4817d058685ecebb1d3830d14a8fefbfa76a5cdd by Carlos De Maine.
Committed on 30/07/2025 at 14:31.
Pushed by carlosdem into branch 'Neon/stable'.
docs
M +1 -0 debian/control
M +1 -0 debian/kf6-kirigami-dev.install
M +14 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-kirigami/-/commit/4817d058685ecebb1d3830d14a8fefbfa76a5cdd
diff --git a/debian/control b/debian/control
index 8c57bc5..aeebaf3 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Build-Depends: kf6-breeze-icon-theme,
debhelper-compat (= 13),
doxygen,
graphviz,
+ kde-qdoc-common-dev,
kf6-extra-cmake-modules,
pkg-kde-tools-neon,
qt6-5compat-dev,
diff --git a/debian/kf6-kirigami-dev.install b/debian/kf6-kirigami-dev.install
index 704f54f..70b8a6d 100644
--- a/debian/kf6-kirigami-dev.install
+++ b/debian/kf6-kirigami-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/cmake/
usr/lib/*/libKirigami.so
usr/lib/*/libKirigami*.so
usr/share/kdevappwizard/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 51f7c76..2ec00ed 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,23 @@
#!/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_EXAMPLES=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