[neon/kf6/kf6-kcalendarcore/Neon/unstable] debian: docs
Carlos De Maine
null at kde.org
Wed Nov 8 04:32:40 GMT 2023
Git commit ec366cfe6affba9e01447fe5738a5853a64ada0e by Carlos De Maine.
Committed on 08/11/2023 at 05:32.
Pushed by carlosdem into branch 'Neon/unstable'.
docs
M +3 -1 debian/control
M +1 -0 debian/kf6-kcalendarcore-dev.install
M +3 -2 debian/rules
https://invent.kde.org/neon/kf6/kf6-kcalendarcore/-/commit/ec366cfe6affba9e01447fe5738a5853a64ada0e
diff --git a/debian/control b/debian/control
index ce02984..7c16d0f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,11 +5,13 @@ Maintainer: Jonathan Esk-Riddell <jr at jriddell.org>
Build-Depends: bison,
cmake,
debhelper-compat (= 13),
+ doxygen,
+ graphviz,
kf6-extra-cmake-modules,
libical-dev,
pkg-kde-tools-neon,
qt6-base-dev
-Standards-Version: 3.9.8
+Standards-Version: 4.6.2
Homepage: https://projects.kde.org/projects/kde/pim/kcalcore
Vcs-Browser: https://anonscm.debian.org/git/pkg-kde/applications/kcalcore.git
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/applications/kcalcore.git
diff --git a/debian/kf6-kcalendarcore-dev.install b/debian/kf6-kcalendarcore-dev.install
index 3b5192c..15cc44c 100644
--- a/debian/kf6-kcalendarcore-dev.install
+++ b/debian/kf6-kcalendarcore-dev.install
@@ -2,3 +2,4 @@ usr/include/KF6/
usr/lib/*/cmake/KF6CalendarCore/
usr/lib/*/libKF6CalendarCore.so
usr/lib/*/pkgconfig/
+usr/share/qt6/doc/
diff --git a/debian/rules b/debian/rules
index fa0af1d..2357f1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,6 @@
%:
dh $@ --with kf6 --buildsystem kf6
-override_dh_shlibdeps:
- dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/
+override_dh_auto_configure:
+ dh_auto_configure -- \
+ -DBUILD_QCH=ON
\ No newline at end of file
More information about the Neon-commits
mailing list