[neon/kf6/kf6-kjobwidgets/Neon/stable] debian: docs
Carlos De Maine
null at kde.org
Wed Jul 30 15:37:07 BST 2025
Git commit 730433b0a31bb6e6b4250332b2513041a2e03ebd by Carlos De Maine.
Committed on 30/07/2025 at 14:37.
Pushed by carlosdem into branch 'Neon/stable'.
docs
M +1 -0 debian/control
M +1 -0 debian/kf6-kjobwidgets-dev.install
M +13 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-kjobwidgets/-/commit/730433b0a31bb6e6b4250332b2513041a2e03ebd
diff --git a/debian/control b/debian/control
index e34f978..ba62567 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: cmake,
libpyside6-dev,
libpython3-dev,
libshiboken6-dev,
+ kde-qdoc-common-dev,
kf6-extra-cmake-modules,
kf6-kcoreaddons-dev,
kf6-knotifications-dev,
diff --git a/debian/kf6-kjobwidgets-dev.install b/debian/kf6-kjobwidgets-dev.install
index 915d605..b858507 100644
--- a/debian/kf6-kjobwidgets-dev.install
+++ b/debian/kf6-kjobwidgets-dev.install
@@ -4,3 +4,4 @@ usr/lib/*/cmake/KF6JobWidgets/
usr/lib/*/libKF6JobWidgets.so
usr/share/dbus-1/interfaces/
#usr/share/PySide6/
+usr/share/qt6/doc/
\ No newline at end of file
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