summaryrefslogtreecommitdiff
path: root/vendor
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2025-10-25 17:42:11 +0200
committerJulian Andres Klode <jak@debian.org>2025-10-25 22:16:54 +0200
commitc5c5d10d1b2ac0a589102315840c4f2a075b18c1 (patch)
treeaa063a710422e9d39f1dffeb86830a30249f59a7 /vendor
parent2698c1e186accebefa320ebacde7ec3c40c66c29 (diff)
Enable the new solver by default in 0.31, 1.21, 2.11, 3.1
Enable the new solver by default and remove the vendor-specific configuration change in Ubuntu's drop-in.
Diffstat (limited to 'vendor')
-rw-r--r--vendor/ubuntu/apt.conf-01-vendor-ubuntu3
1 files changed, 0 insertions, 3 deletions
diff --git a/vendor/ubuntu/apt.conf-01-vendor-ubuntu b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
index 64797799a..cc7cb8356 100644
--- a/vendor/ubuntu/apt.conf-01-vendor-ubuntu
+++ b/vendor/ubuntu/apt.conf-01-vendor-ubuntu
@@ -1,9 +1,6 @@
Acquire::Changelogs::AlwaysOnline "true";
Acquire::http::User-Agent-Non-Interactive "true";
-// Enable the new solver by default for our commands
-binary::apt::APT::Solver "3.0";
-binary::apt-get::APT::Solver "3.0";
// Allow apt-get to remove manually installed packages for the
// first phase.
binary::apt-get::APT::Solver::RemoveManual "true";