From d0add325d3f22c1bbfc92d8150bbd040600e98b9 Mon Sep 17 00:00:00 2001 From: Jochen Sprickerhof Date: Fri, 7 Jun 2024 09:58:07 +0200 Subject: [PATCH] Mark oldstable as bullseye_or_later --- mmdebstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mmdebstrap b/mmdebstrap index dd168df..3fcf6fe 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -4293,7 +4293,7 @@ sub get_sourceslist_by_suite { # the security mirror changes, starting with bullseye # https://lists.debian.org/87r26wqr2a.fsf@43-1.org my $bullseye_or_later = 0; - if (any { $_ eq $suite } ('stable', 'bullseye', 'bookworm', 'trixie')) + if (any { $_ eq $suite } ('oldstable', 'stable', 'bullseye', 'bookworm', 'trixie')) { $bullseye_or_later = 1; }