[neon/kde/ktnef/Neon/unstable] debian: docs, unity build
Carlos De Maine
null at kde.org
Mon Oct 30 08:09:10 GMT 2023
Git commit 8aceeee57fc64750858225cf02481d95a7d73b5b by Carlos De Maine.
Committed on 30/10/2023 at 09:09.
Pushed by carlosdem into branch 'Neon/unstable'.
docs, unity build
M +3 -1 debian/control
M +1 -0 debian/kpim6-ktnef-dev.install
M +6 -0 debian/rules
https://invent.kde.org/neon/kde/ktnef/-/commit/8aceeee57fc64750858225cf02481d95a7d73b5b
diff --git a/debian/control b/debian/control
index 0ab7cb5..8926b8c 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ 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-kcalendarcore-dev,
kf6-kcontacts-dev,
kpim6-kcalendarutils-dev,
libical-dev,
pkg-kde-tools-neon,
- qt6-base-dev
Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/pim/ktnef
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/ktnef.git
@@ -22,7 +22,9 @@ Architecture: any
X-Neon-MergedPackage: true
Multi-Arch: same
Depends: kf6-kcalendarcore-dev,
+ kf6-kcontacts-dev,
kpim6-ktnef(= ${binary:Version}),
+ qt6-base-dev,
${misc:Depends}
Description: library for handling TNEF data - development files
Ktnef is a library for handling data in the TNEF format (Transport Neutral
diff --git a/debian/kpim6-ktnef-dev.install b/debian/kpim6-ktnef-dev.install
index a1da0e7..559ea39 100644
--- a/debian/kpim6-ktnef-dev.install
+++ b/debian/kpim6-ktnef-dev.install
@@ -1,3 +1,4 @@
usr/include/KPim6/KTNEF/
usr/lib/*/cmake/KPim6Tnef/
usr/lib/*/libKPim6Tnef.so
+/usr/share/qt6/doc/
\ No newline at end of file
diff --git a/debian/rules b/debian/rules
index 3d69b0d..5e34ba2 100644
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,9 @@
%:
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