lots of updates, some t11 stuff
[distro-setup] / filesystem / etc / apt / apt.conf.d / 02proxy
index bc8df27fae0ae2d5c34c68f39865020bead6542b..b8d4febe6b006c7e4a247bdb36bf2ac34bd2ba0b 100644 (file)
 
 # misc settings not worth making another settings file
 APT::AutoRemove::SuggestsImportant "false";
+
+# https://discourse.ubuntu.com/t/phased-updates-in-apt-in-21-04/20345
+# interesting, but so far it has caused breakage:
+# p -y build-dep emacs
+# The following packages have unmet dependencies:
+# libsystemd-dev : Depends: libsystemd0 (= 249.11-0ubuntu3) but 249.11-0ubuntu3.4 is to be installed
+# 249.11-0ubuntu3.4 for libsystemd-dev was phased, while libsystemd0 wasn't
+
+APT::Get::Always-Include-Phased-Updates "true";