[neon/kf6/kf6-kdnssd/Neon/stable] debian: rules
Carlos De Maine
null at kde.org
Wed Jul 30 15:14:46 BST 2025
Git commit 893399c90ba915696b77ae75103371984687ff4d by Carlos De Maine.
Committed on 30/07/2025 at 14:14.
Pushed by carlosdem into branch 'Neon/stable'.
rules
M +1 -0 debian/control
M +1 -0 debian/kf6-kdnssd-dev.install
M +18 -0 debian/rules
https://invent.kde.org/neon/kf6/kf6-kdnssd/-/commit/893399c90ba915696b77ae75103371984687ff4d
diff --git a/debian/control b/debian/control
index 6c5794f..2665ef6 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,
libavahi-common-dev,
pkg-kde-tools-neon,
diff --git a/debian/kf6-kdnssd-dev.install b/debian/kf6-kdnssd-dev.install
index aabb343..3edb7c4 100644
--- a/debian/kf6-kdnssd-dev.install
+++ b/debian/kf6-kdnssd-dev.install
@@ -1,3 +1,4 @@
usr/include/KF6/KDNSSD/
usr/lib/*/cmake/KF6DNSSD/
usr/lib/*/libKF6DNSSD.so
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index 5bd7734..965dd81 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,3 +3,21 @@
%:
dh $@ --with kf6 --buildsystem kf6
+#!/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