--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock
Control: block 910731 by -1
Please unblock package kaddressbook
The version of KAddressbook in testing is not usable without installing
Akonadi by hand (#910731). The missing dependency is fixed in 4:18.08.3-3 that
already is for 11 days in unstable.
I'll attach the debdiff of 4:18.08.3-1 vs 4:18.08.3-3.
unblock kaddressbook/4:18.08.3-3
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'stable-updates'), (500, 'unstable'), (500, 'testing'), (500, 'stable'), (500, 'oldstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.19.0-3-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8), LANGUAGE=en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
diff -Nru kaddressbook-18.08.3/debian/changelog kaddressbook-18.08.3/debian/changelog
--- kaddressbook-18.08.3/debian/changelog 2019-02-04 16:02:34.000000000 +0100
+++ kaddressbook-18.08.3/debian/changelog 2019-03-06 20:44:34.000000000 +0100
@@ -1,3 +1,26 @@
+kaddressbook (4:18.08.3-3) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Sandro Knauß ]
+ * Fix "unnecessary Depends: kdepim-addons, missing Depends: kdepim-
+ runtime" (Closes: #923863)
+
+ -- Sandro Knauß <hefee@debian.org> Wed, 06 Mar 2019 20:44:34 +0100
+
+kaddressbook (4:18.08.3-2) unstable; urgency=medium
+
+ * Team upload.
+
+ [ Sandro Knauß ]
+ * Add akonadi-server to Depdends, kaddressbook needs a
+ running Akonadi server to be usable. (Closes: #910731)
+ * Add kdepim-runtime to depdends, as without akonadi server
+ is missing resources.
+ * Add kdepim-addons to Suggests.
+
+ -- Sandro Knauß <hefee@debian.org> Tue, 05 Mar 2019 01:06:29 +0100
+
kaddressbook (4:18.08.3-1) unstable; urgency=medium
* Team upload.
diff -Nru kaddressbook-18.08.3/debian/control kaddressbook-18.08.3/debian/control
--- kaddressbook-18.08.3/debian/control 2019-01-23 01:08:05.000000000 +0100
+++ kaddressbook-18.08.3/debian/control 2019-03-06 20:41:18.000000000 +0100
@@ -42,10 +42,13 @@
Architecture: any
Breaks: kontact (<< 4:16.11), ${kde-l10n:all}
Replaces: kontact (<< 4:16.11), ${kde-l10n:all}
-Depends: libkf5akonadisearch-bin,
+Depends: akonadi-server,
+ kdepim-runtime,
+ libkf5akonadisearch-bin,
libkf5akonadisearch-plugins,
${misc:Depends},
${shlibs:Depends},
+Recommends: kdepim-addons
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
--- End Message ---