diff --git a/mmdebstrap b/mmdebstrap index 72ad292..a1c039e 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -2269,6 +2269,8 @@ sub run_download() { # install call in run_download() instead of assembling the package list # here and passing it through all the way. Then this function only # takes care of retrieving the essential packages. + # + # https://salsa.debian.org/apt-team/apt/-/merge_requests/185 my %ess_pkgs; my %ess_pkgs_target; my %pkgs_to_install_target = %pkgs_to_install; @@ -3000,7 +3002,7 @@ sub run_install() { # # The DPkg::Install::Recursive::force=true workaround can be # dropped after this issue is fixed: - # https://salsa.debian.org/apt-team/apt/-/merge_requests/178 + # https://salsa.debian.org/apt-team/apt/-/merge_requests/189 # # We could also move the dpkg call to the outside and run dpkg with # --root but this would only make sense in situations where there