[SCM] kaddressbook packaging branch, master, updated. debian/16.04.3-1-78-gfe089ae
Maximiliano Curia
maxy at moszumanska.debian.org
Sat Sep 2 16:35:00 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/kaddressbook.git;a=commitdiff;h=1408eb1
The following commit has been merged in the master branch:
commit 1408eb1b82130229c8859982f7def05c1a795c97
Author: Jonathan Riddell <jr at jriddell.org>
Date: Tue Aug 23 17:42:00 2016 +0100
add depends on akonadi search bin and plugins for kmail/kaddressbook/knotes as advised by montel, https://bugs.kde.org/show_bug.cgi?id=367595
---
debian/control | 13 +++++++++++--
1 file changed, 11 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 296bd5c..b5e4d52 100644
--- a/debian/control
+++ b/debian/control
@@ -210,7 +210,10 @@ Description: wizard for KDE PIM applications account setup
Package: kaddressbook
Section: utils
Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: libkf5akonadisearch-bin,
+ libkf5akonadisearch-plugins,
+ ${misc:Depends},
+ ${shlibs:Depends}
Description: address book and contact data manager
KAddressBook enables you to manage your contacts efficiently and comfortably.
It can load and save your contacts to many different locations, including
@@ -250,6 +253,8 @@ Section: mail
Architecture: any
Depends: akonadi-server (>= 4:16.04),
kdepim-runtime,
+ libkf5akonadisearch-bin,
+ libkf5akonadisearch-plugins,
libkf5grantleetheme-plugins,
${misc:Depends},
${perl:Depends},
@@ -286,7 +291,11 @@ Description: full featured graphical email client
Package: knotes
Architecture: any
-Depends: kdepim-runtime, ${misc:Depends}, ${shlibs:Depends}
+Depends: kdepim-runtime,
+ libkf5akonadisearch-bin,
+ libkf5akonadisearch-plugins,
+ ${misc:Depends},
+ ${shlibs:Depends}
Breaks: knode (<< 4:4.14.5)
Replaces: knode (<< 4:4.14.5)
Description: sticky notes application
--
kaddressbook packaging
More information about the pkg-kde-commits
mailing list