X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;ds=sidebyside;f=filesystem%2Fetc%2Fapt%2Fapt.conf.d%2F02proxy;h=b8d4febe6b006c7e4a247bdb36bf2ac34bd2ba0b;hb=ce4cacd36c5b5babeea85d0f93771017e6169180;hp=bc8df27fae0ae2d5c34c68f39865020bead6542b;hpb=b28eebdf9143aa17733f233b30b96f462008f3b6;p=distro-setup diff --git a/filesystem/etc/apt/apt.conf.d/02proxy b/filesystem/etc/apt/apt.conf.d/02proxy index bc8df27..b8d4feb 100644 --- a/filesystem/etc/apt/apt.conf.d/02proxy +++ b/filesystem/etc/apt/apt.conf.d/02proxy @@ -39,3 +39,12 @@ # 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";