From 0595c5c220d5fe2e582e4a7d55c3fe8f57c0f325 Mon Sep 17 00:00:00 2001 From: Johannes Schauer Marin Rodrigues Date: Thu, 4 Feb 2021 17:43:33 +0100 Subject: [PATCH] add new suite name trixie --- mmdebstrap | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mmdebstrap b/mmdebstrap index 290358a..70c436d 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -3821,7 +3821,7 @@ sub get_suite_by_vendor { } foreach my $suite ( 'unstable', 'stable', 'oldstable', 'stretch', - 'buster', 'bullseye', 'bookworm' + 'buster', 'bullseye', 'bookworm', 'trixie' ) { $suite_by_vendor{'debian'}->{$suite} = 0; } @@ -4059,7 +4059,7 @@ sub get_sourceslist_by_suite { } } else { # neither libdistro-info-perl nor distro-info-data is installed - if (any { $_ eq $suite } ('bullseye', 'bookworm')) { + if (any { $_ eq $suite } ('bullseye', 'bookworm', 'trixie')) { $bullseye_or_later = 1; } }