diff options
Diffstat (limited to 'apt/apt.conf.d/99avoid-removals-local')
-rw-r--r-- | apt/apt.conf.d/99avoid-removals-local | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apt/apt.conf.d/99avoid-removals-local b/apt/apt.conf.d/99avoid-removals-local index d45dcdd..77c92ea 100644 --- a/apt/apt.conf.d/99avoid-removals-local +++ b/apt/apt.conf.d/99avoid-removals-local @@ -1 +1,2 @@ -Aptitude::ProblemResolver { SolutionCost "removals"; } +// avoid removals (see bug#762932, #798240) +Aptitude::ProblemResolver::Remove-Level "maximum"; |