[neon/extras/zanshin/Neon/release] debian: add missing depends on akonadi bits

Jonathan Esk-Riddell null at kde.org
Tue Mar 29 11:36:33 BST 2022


Git commit 1cbc882fe12e8926e5ace8999cceed44b1753d65 by Jonathan Esk-Riddell.
Committed on 29/03/2022 at 10:36.
Pushed by jriddell into branch 'Neon/release'.

add missing depends on akonadi bits

M  +11   -4    debian/control

https://invent.kde.org/neon/extras/zanshin/commit/1cbc882fe12e8926e5ace8999cceed44b1753d65

diff --git a/debian/control b/debian/control
index 6c2f5f0..d2971f0 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,17 @@ Maintainer: Debian KDE Extras Team <pkg-kde-extras at lists.alioth.debian.org>
 Uploaders: Pino Toscano <pino at debian.org>
 Build-Depends: cmake (>= 3.2),
                debhelper-compat (= 12),
+               extra-cmake-modules,
                gettext,
                libboost-dev,
-               pkg-kde-tools (>= 0.15.16),
-               extra-cmake-modules,
-               qtbase5-dev,
                libkf5akonadicalendar-dev,
                libkf5akonadicontact-dev,
                libkf5i18n-dev,
                libkf5kontactinterface-dev,
                libkf5runner-dev,
                libkf5windowsystem-dev,
+               pkg-kde-tools (>= 0.15.16),
+               qtbase5-dev
 Rules-Requires-Root: no
 Standards-Version: 4.4.1
 Homepage: https://zanshin.kde.org/
@@ -24,7 +24,14 @@ Vcs-Git: https://salsa.debian.org/qt-kde-team/extras/zanshin.git
 
 Package: zanshin
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: akonadi-backend-mysql,
+         akonadi-contacts-data,
+         akonadi-mime-data,
+         akonadi-server,
+         kdepim-runtime,
+         libkf5akonadisearch-plugins,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: to-do list manager
  Zanshin is a powerful yet simple application for managing your day to day
  actions and notes. It helps you organize and reduce the cognitive pressure of


More information about the Neon-commits mailing list