[neon/kde/akonadi-contacts/Neon/unstable] debian: build docs and unity build

Carlos De Maine null at kde.org
Mon Oct 30 03:00:20 GMT 2023


Git commit 29f56f67a877f2429ab8ad2e20a0ddd62d4f17bb by Carlos De Maine.
Committed on 30/10/2023 at 04:00.
Pushed by carlosdem into branch 'Neon/unstable'.

build docs and unity build

M  +1    -0    debian/control
M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/akonadi-contacts/-/commit/29f56f67a877f2429ab8ad2e20a0ddd62d4f17bb

diff --git a/debian/control b/debian/control
index c9e7855..18cc5a0 100644
--- a/debian/control
+++ b/debian/control
@@ -10,6 +10,7 @@ Uploaders: Sune Vuorela <sune at debian.org>,
            Maximiliano Curia <maxy at debian.org>
 Build-Depends: cmake,
                debhelper-compat (= 13),
+               doxygen,
                kf6-extra-cmake-modules,
                kf6-kcmutils-dev,
                kf6-kcodecs-dev,
diff --git a/debian/rules b/debian/rules
index 3d69b0d..141287f 100755
--- 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