Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 56c4b47

Browse files
authored
Build Debian packages for Ubuntu 21.04 Hirsute (#9909)
Signed-off-by: Dan Callahan <[email protected]>
1 parent d11f2df commit 56c4b47

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

changelog.d/9909.feature

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Build Debian packages for Ubuntu 21.04 (Hirsute Hippo).

scripts-dev/build_debian_packages

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,10 @@ DISTS = (
2121
"debian:buster",
2222
"debian:bullseye",
2323
"debian:sid",
24-
"ubuntu:bionic",
25-
"ubuntu:focal",
26-
"ubuntu:groovy",
24+
"ubuntu:bionic", # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
25+
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
26+
"ubuntu:groovy", # 20.10 (EOL 2021-07-07)
27+
"ubuntu:hirsute", # 21.04 (EOL 2022-01-05)
2728
)
2829

2930
DESC = '''\

0 commit comments

Comments
 (0)