From ab6fff9e4060cea5b7121669e334537bbd8e0414 Mon Sep 17 00:00:00 2001 From: Jaap Eldering Date: Thu, 25 Sep 2025 14:07:40 +0200 Subject: [PATCH] Bump to debootstrap for latest Debian stable (Trixie) --- misc-tools/dj_make_chroot.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc-tools/dj_make_chroot.in b/misc-tools/dj_make_chroot.in index aea1e9f990..15d18ce125 100755 --- a/misc-tools/dj_make_chroot.in +++ b/misc-tools/dj_make_chroot.in @@ -187,7 +187,7 @@ if [ "$DISTRO" = 'Debian' ]; then REMOVEDEBS="" # Which debootstrap package to install on non-Debian systems: - DEBOOTDEB="debootstrap_1.0.128+nmu2+deb12u2_all.deb" + DEBOOTDEB="debootstrap_1.0.141_all.deb" # The Debian mirror/proxy below can be passed as environment # variables; if none are given the following defaults are used.