From: David Kalnischkies Date: Sat, 7 Jun 2014 20:46:37 +0000 (+0200) Subject: do not revert candidate for protected packages X-Git-Tag: 1.0.4~12 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/e41d3d7e25754f858b6dfe4dd841f4749f7f3ab1?hp=e41d3d7e25754f858b6dfe4dd841f4749f7f3ab1 do not revert candidate for protected packages In commit 21b3eac8 I promoted the check for installable dependencies to a pre-install check, which also reverts to a known good candidate (the installed version) if it fails. This revert was done even for user requested candidate switches which disabled our Broken detection so that install requests which are impossible to satisfy do not fail anymore, but print an (incomplete) solution proposal and then exit successfully. Closes: 745046 ---