From 8d7a52d331eee26c44ee8ac68a72b0b2fe0a0750 Mon Sep 17 00:00:00 2001 From: Jonas Smedegaard Date: Fri, 13 Jan 2017 16:19:24 +0100 Subject: Really avoid removals without favoring downgrades (and add comment with bug references to correct file). --- apt/apt.conf.d/99avoid-removals-local | 3 ++- apt/apt.conf.d/99zz-autoremove-suggests-local | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'apt') 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"; diff --git a/apt/apt.conf.d/99zz-autoremove-suggests-local b/apt/apt.conf.d/99zz-autoremove-suggests-local index c4f6eaa..d1a9c95 100644 --- a/apt/apt.conf.d/99zz-autoremove-suggests-local +++ b/apt/apt.conf.d/99zz-autoremove-suggests-local @@ -1,2 +1 @@ -// avoid removals (see bug#762932, #798240) APT::AutoRemove::SuggestsImportant "false"; -- cgit v1.2.3