mirror of
https://github.com/ukui/apt.git
synced 2026-06-16 19:16:16 -07:00
e077370ffc
Currently the solver handles cases where a Breaks b (<< 1) and if we install that a, upgrades b. However, where b Depends a (= 1), b was removed again. This addresses the problem by iterating over installed reverse dependencies of upgrades and upgrading them so that both cases work roughly similarly. LP: #1974196