[neon/kde/akonadi-notes/Neon/unstable] debian: docs and unity build
Carlos De Maine
null at kde.org
Mon Oct 30 03:29:42 GMT 2023
Git commit 0ed90b49cc18e9e0382f18e56a3c6213244accd6 by Carlos De Maine.
Committed on 30/10/2023 at 04:29.
Pushed by carlosdem into branch 'Neon/unstable'.
docs and unity build
M +1 -0 debian/control
M +1 -0 debian/kpim6-akonadi-notes-dev.install
M +5 -0 debian/rules
https://invent.kde.org/neon/kde/akonadi-notes/-/commit/0ed90b49cc18e9e0382f18e56a3c6213244accd6
diff --git a/debian/control b/debian/control
index b0f6417..8836801 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-ki18n-dev,
kpim6-akonadi-dev,
diff --git a/debian/kpim6-akonadi-notes-dev.install b/debian/kpim6-akonadi-notes-dev.install
index b47e41a..9271bd7 100644
--- a/debian/kpim6-akonadi-notes-dev.install
+++ b/debian/kpim6-akonadi-notes-dev.install
@@ -1,3 +1,4 @@
usr/include/
usr/lib/*/cmake/KPim6AkonadiNotes/
usr/lib/*/libKPim6AkonadiNotes.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