Browse Source

Build Debian packages for Ubuntu 23.04 Lunar Lobster (#15381)

Signed-off-by: Sean Quah <seanq@matrix.org>
tags/v1.81.0rc1
Sean Quah 1 year ago
committed by GitHub
parent
commit
8aa121c2be
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
  1. +1
    -0
      changelog.d/15381.feature
  2. +1
    -0
      scripts-dev/build_debian_packages.py

+ 1
- 0
changelog.d/15381.feature View File

@@ -0,0 +1 @@
Build Debian packages for Ubuntu 23.04 (Lunar Lobster).

+ 1
- 0
scripts-dev/build_debian_packages.py View File

@@ -28,6 +28,7 @@ DISTS = (
"ubuntu:focal", # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
"ubuntu:jammy", # 22.04 LTS (EOL 2027-04)
"ubuntu:kinetic", # 22.10 (EOL 2023-07-20)
"ubuntu:lunar", # 23.04 (EOL 2024-01)
)

DESC = """\


Loading…
Cancel
Save