tag 766758 pending thanks Hello,
Bug #766758 reported by you has been fixed in the Git repository. You can see the changelog below, and you can check the diff of the fix at: http://git.debian.org/?p=dpkg/dpkg.git;a=commitdiff;h=75a857d --- commit 75a857d79d3d3a5cb8367bbd49d5e89bb94af0a1 Author: Guillem Jover <guil...@debian.org> Date: Fri Nov 14 18:35:32 2014 +0100 libdpkg: Register all pending triggers for deferred processing Trigger processing on the deferred stage is just opportunistic, but we enqueue all currently pending triggers that might have been activated on a previous unpack run, only when being called as «dpkg --configure pkgname…». This is a mostly conformant workaround for frontends like apt that do not correctly call «dpkg --configure -a» or «dpkg --triggers-only -a» after their normal runs, and leave packages in triggers-pending and triggers-awaited states. Closes: #766758 diff --git a/debian/changelog b/debian/changelog index e58d88d..ba10d7e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -28,6 +28,11 @@ dpkg (1.17.22) UNRELEASED; urgency=low should only fail on the former but ignore the latter. Closes: #768852 * Do not ignore trigger cycles for direct dependencies, these are just normal trigger cycles, and as such should not be special cased. + * Register all pending triggers for deferred processing when being called + as «dpkg --configure pkgname…». This is a mostly conformant workaround + for frontends like apt that do not correctly call «dpkg --configure -a» + or «dpkg --triggers-only -a» after their normal runs, and leave packages + in triggers-pending and triggers-awaited states. Closes: #766758 [ Updated programs translations ] * German (Sven Joachim). -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org