forked from josch/mmdebstrap
add new suite name trixie
This commit is contained in:
parent
7a43ff89dc
commit
0595c5c220
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue