[neon/kde/kmbox/Neon/unstable] debian: docs, unity build
Carlos De Maine
null at kde.org
Mon Oct 30 04:54:26 GMT 2023
Git commit 94a00aa7b0afeef2b63072d5f6e9c28c7e0fb019 by Carlos De Maine.
Committed on 30/10/2023 at 05:54.
Pushed by carlosdem into branch 'Neon/unstable'.
docs, unity build
M +1 -0 debian/control
M +1 -0 debian/kpim6-kmbox-dev.install
M +5 -0 debian/rules
https://invent.kde.org/neon/kde/kmbox/-/commit/94a00aa7b0afeef2b63072d5f6e9c28c7e0fb019
diff --git a/debian/control b/debian/control
index b7afbe7..ed2b3fd 100644
--- a/debian/control
+++ b/debian/control
@@ -6,6 +6,7 @@ Uploaders: Maximiliano Curia <maxy at debian.org>
Build-Depends: cmake,
debhelper-compat (= 13),
kf6-extra-cmake-modules,
+ kf6-kdoctools-dev,
kpim6-kmime-dev,
libboost-dev,
pkg-kde-tools-neon,
diff --git a/debian/kpim6-kmbox-dev.install b/debian/kpim6-kmbox-dev.install
index 28195c5..678f4ea 100644
--- a/debian/kpim6-kmbox-dev.install
+++ b/debian/kpim6-kmbox-dev.install
@@ -1,3 +1,4 @@
usr/include/KPim6/KMbox/
usr/lib/*/cmake/KPim6Mbox/
usr/lib/*/libKPim6Mbox.so
+usr/share/qt6/doc/
\ No newline at end of file
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