diff options
author | Jonas Smedegaard <dr@jones.dk> | 2017-01-13 15:38:25 +0100 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2017-01-13 15:38:25 +0100 |
commit | 9f01cd4e1a5f6d52b15094b9ae485abc57adc5c5 (patch) | |
tree | 35fdadb2302bd05529231e57c1f046c5eda2f681 /apt/apt.conf.d/99zz-autoremove-suggests-local | |
parent | 19ec11db64c2e6af1fe5d5e37831617a339f4184 (diff) |
Avoid removals without favoring downgrades. Add comment with bug references.
Diffstat (limited to 'apt/apt.conf.d/99zz-autoremove-suggests-local')
-rw-r--r-- | apt/apt.conf.d/99zz-autoremove-suggests-local | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt/apt.conf.d/99zz-autoremove-suggests-local b/apt/apt.conf.d/99zz-autoremove-suggests-local index d1a9c95..c4f6eaa 100644 --- a/apt/apt.conf.d/99zz-autoremove-suggests-local +++ b/apt/apt.conf.d/99zz-autoremove-suggests-local @@ -1 +1,2 @@ +// avoid removals (see bug#762932, #798240) APT::AutoRemove::SuggestsImportant "false"; |