[neon/kde/pim-data-exporter/Neon/unstable] debian: docs, unity build
Carlos De Maine
null at kde.org
Mon Oct 30 08:34:49 GMT 2023
Git commit cf956adee567d51364d2b8b37fa0b3de41ecaf37 by Carlos De Maine.
Committed on 30/10/2023 at 09:34.
Pushed by carlosdem into branch 'Neon/unstable'.
docs, unity build
M +1 -0 debian/control
M +5 -0 debian/rules
https://invent.kde.org/neon/kde/pim-data-exporter/-/commit/cf956adee567d51364d2b8b37fa0b3de41ecaf37
diff --git a/debian/control b/debian/control
index 466c4f0..0786816 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,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-karchive-dev,
kf6-kauth-dev,
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