Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Dear release team, While checking the list of reported bugs in KDE plasma I stumbled upon #807402, a missing runtime dependency of kde-cli-tools, which even though it's reported as a normal bug it's actually an rc bug. So, I've prepared 4:5.8.4-2 and uploaded it to unstable. The 4:5.8.4-2 version has already built correctly in all the release archs. I'm attaching the debdiff of the change. Please unblock package kde-cli-tools Happy hacking, unblock kde-cli-tools/4:5.8.4-2 -- System Information: Debian Release: 9.0 APT prefers unstable-debug APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500, 'testing'), (500, 'stable'), (50, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386, armhf Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Init: systemd (via /run/systemd/system)
diff -Nru kde-cli-tools-5.8.4/debian/changelog kde-cli-tools-5.8.4/debian/changelog --- kde-cli-tools-5.8.4/debian/changelog 2016-11-23 18:34:49.000000000 +0100 +++ kde-cli-tools-5.8.4/debian/changelog 2017-03-28 13:00:51.000000000 +0200 @@ -1,3 +1,10 @@ +kde-cli-tools (4:5.8.4-2) unstable; urgency=medium + + * Add libkf5su-bin hard dependency. + Thanks to Martin Graesslin for reporting (Closes: 807402) + + -- Maximiliano Curia <m...@gnuservers.com.ar> Tue, 28 Mar 2017 13:00:51 +0200 + kde-cli-tools (4:5.8.4-1) unstable; urgency=medium * New upstream release (5.8.4) diff -Nru kde-cli-tools-5.8.4/debian/control kde-cli-tools-5.8.4/debian/control --- kde-cli-tools-5.8.4/debian/control 2016-11-23 18:34:49.000000000 +0100 +++ kde-cli-tools-5.8.4/debian/control 2017-03-28 13:00:51.000000000 +0200 @@ -30,6 +30,7 @@ Architecture: any Depends: kde-cli-tools-data (= ${source:Version}), kio, + libkf5su-bin, ${misc:Depends}, ${shlibs:Depends} Description: tools to use KDE services from the command line