[neon/kde/mailimporter/Neon/unstable] debian: docs, unity build

Carlos De Maine null at kde.org
Mon Oct 30 08:57:11 GMT 2023


Git commit 6b532a50e316b02aea38650feccfbfa340800608 by Carlos De Maine.
Committed on 30/10/2023 at 09:57.
Pushed by carlosdem into branch 'Neon/unstable'.

docs, unity build

M  +2    -1    debian/control
M  +1    -0    debian/kpim6-mailimporter-dev.install
M  +5    -0    debian/rules

https://invent.kde.org/neon/kde/mailimporter/-/commit/6b532a50e316b02aea38650feccfbfa340800608

diff --git a/debian/control b/debian/control
index 4a7f194..78e95df 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-extra-cmake-modules,
                kf6-karchive-dev,
                kf6-kconfig-dev,
@@ -19,7 +20,7 @@ Build-Depends: cmake,
                kpim6-pimcommon-dev,
                pkg-kde-tools-neon,
                qt6-base-dev,
-               qt6-tools-dev
+               qt6-tools-dev,
 Standards-Version: 4.6.2
 Homepage: http://pim.kde.org/
 Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/mailimporter.git
diff --git a/debian/kpim6-mailimporter-dev.install b/debian/kpim6-mailimporter-dev.install
index a234ca4..95ff06a 100644
--- a/debian/kpim6-mailimporter-dev.install
+++ b/debian/kpim6-mailimporter-dev.install
@@ -4,4 +4,5 @@ usr/lib/*/cmake/KPim6MailImporter/
 usr/lib/*/cmake/KPim6MailImporterAkonadi/
 usr/lib/*/libKPim6MailImporter.so
 usr/lib/*/libKPim6MailImporterAkonadi.so
+usr/share/qt6/doc/
 usr/share/qlogging-categories6/
\ No newline at end of file
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