]> git.saurik.com Git - apt.git/commit
do not configure unconfigured to be removed packages
authorDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Nov 2016 21:17:01 +0000 (22:17 +0100)
committerDavid Kalnischkies <david@kalnischkies.de>
Wed, 23 Nov 2016 23:21:35 +0000 (00:21 +0100)
commitbb9c5972524ac5c078fa0f0bc5674c7a0fe01fb4
tree86fe89b3e1f4b59fff135d502aa8a2676ca08751
parent53f3fc59f4eb37eea57bbde53fb75f2e15af0378
do not configure unconfigured to be removed packages

We try to configure all packages at the end which need to be configured,
but that also applies to packages which weren't completely installed
(e.g. maintainerscript failed) we end up removing in this interaction
instead.

APT doesn't perform this explicit configure in the end as it is using
"dpkg --configure --pending", but it does confuse the progress report
and potentially also hook scripts.

Regression-Of: 9ffbac99e52c91182ed8ff8678a994626b194e69
apt-pkg/deb/dpkgpm.cc