[neon/kde/kcalutils/Neon/unstable] debian: build docs & unity build

Carlos De Maine null at kde.org
Mon Oct 30 03:55:21 GMT 2023


Git commit 3ebf695c516a94765cbfee8e18e85eadc2edcd9f by Carlos De Maine.
Committed on 30/10/2023 at 04:55.
Pushed by carlosdem into branch 'Neon/unstable'.

build docs & unity build

M  +1    -0    debian/control
M  +1    -0    debian/kpim6-kcalendarutils-dev.install
M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/kcalutils/-/commit/3ebf695c516a94765cbfee8e18e85eadc2edcd9f

diff --git a/debian/control b/debian/control
index 3bd0d04..a254432 100644
--- a/debian/control
+++ b/debian/control
@@ -5,6 +5,7 @@ Maintainer: Debian/Kubuntu Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>
 Uploaders: Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               doxygen,
                kf6-extra-cmake-modules,
                kf6-kcalendarcore-dev,
                kf6-kcodecs-dev,
diff --git a/debian/kpim6-kcalendarutils-dev.install b/debian/kpim6-kcalendarutils-dev.install
index e8a5064..7969b6b 100644
--- a/debian/kpim6-kcalendarutils-dev.install
+++ b/debian/kpim6-kcalendarutils-dev.install
@@ -1,3 +1,4 @@
 usr/include/KPim6/KCalUtils/
 usr/lib/*/cmake/KPim6CalendarUtils/
 usr/lib/*/libKPim6CalendarUtils.so
+usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..141287f 100644
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,8 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
+
+override_dh_auto_configure:
+	dh_auto_configure -- \
+		-DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+		-DBUILD_QCH=ON
\ No newline at end of file


More information about the Neon-commits mailing list