From ddb642a1dc79259cc2603e92b5d86ae4acd3ad57 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Sun, 19 Sep 2021 19:38:47 +0200 Subject: [PATCH] update apt MR urls --- mmdebstrap | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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