[neon/kde/akonadi-calendar/Neon/unstable] debian: add docs and unity build
Carlos De Maine
null at kde.org
Mon Oct 30 02:48:21 GMT 2023
Git commit bdee0431b4232d6b3ae023cf107bdfe82d316f5d by Carlos De Maine.
Committed on 30/10/2023 at 03:48.
Pushed by carlosdem into branch 'Neon/unstable'.
add docs and unity build
M +1 -0 debian/control
M +6 -0 debian/rules
https://invent.kde.org/neon/kde/akonadi-calendar/-/commit/bdee0431b4232d6b3ae023cf107bdfe82d316f5d
diff --git a/debian/control b/debian/control
index e5ba0ef..9ae4d7b 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-kcodecs-dev,
kf6-kcompletion-dev,
kf6-extra-cmake-modules,
diff --git a/debian/rules b/debian/rules
index 3d69b0d..ea2b61e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@
%:
dh $@ --with kf6 --buildsystem kf6
+
+
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DCOMPILE_WITH_UNITY_CMAKE_SUPPORT=ON \
+ -DBUILD_QCH=ON
More information about the Neon-commits
mailing list