tag 526774 pending thanks Hello,
Bug #526774 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=a946894 --- commit a946894f7a0b6ce9d779b99257246c7003718269 Author: Raphaël Hertzog <hert...@debian.org> Date: Sat May 14 10:38:59 2011 +0200 dpkg: improve pre-dependency check on unpack When a pre-dependency is not satisfied due to a package in triggers-awaited state, immediately run the trigger processing and continue without errors. This make it possible to blindly use --no-triggers and not break when you're not fully configuring a pre-dependency. See test case t-predepends-no-triggers. diff --git a/debian/changelog b/debian/changelog index 96c909b..aed83cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,8 @@ dpkg (1.16.1) UNRELEASED; urgency=low extend the current diff-ignore if it has already been set. * Fix dependency checking code to consider a dependency on a virtual package provided by a package in triggers-pending status as satisfied. + * Do not fail when encountering a pre-dependency in triggers-awaited state, + instead process the awaited triggers. Closes: #526774 [ Guillem Jover ] * Install deb-src-control(5) man pages in dpkg-dev. Closes: #620520 -- To UNSUBSCRIBE, email to debian-dpkg-bugs-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org