Skip to content

Commit 67564ac

Browse files
committed
MT#62325 Remove support for Debian bullseye release and older
We do not need this support, as trunk is based on bookworm, and we are transitioning to trixie. Change-Id: I9c0a47c12edae2f178c610708040c8669224a266
1 parent ee99a44 commit 67564ac

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/set_debian_info

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
unless length $debian_version;
2222

2323
my %versions = (
24-
8 => 'jessie',
25-
9 => 'stretch',
26-
10 => 'buster',
27-
11 => 'bullseye',
2824
12 => 'bookworm',
2925
13 => 'trixie',
3026
);

0 commit comments

Comments
 (0)