From 1e12efa1b250f33bfcc8d07c259047ad23236fcc Mon Sep 17 00:00:00 2001
From: Shay <hillerys@element.io>
Date: Thu, 10 Feb 2022 13:59:42 -0800
Subject: [PATCH] Drop support for EOL Ubuntu 21.04 (#11961)

---
 changelog.d/11961.removal         | 1 +
 scripts-dev/build_debian_packages | 1 -
 2 files changed, 1 insertion(+), 1 deletion(-)
 create mode 100644 changelog.d/11961.removal

diff --git a/changelog.d/11961.removal b/changelog.d/11961.removal
new file mode 100644
index 0000000000..67b86ac7c1
--- /dev/null
+++ b/changelog.d/11961.removal
@@ -0,0 +1 @@
+No longer build `.deb` packages for Ubuntu 21.04 Hirsute Hippo, which has now EOLed.
\ No newline at end of file
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages
index 4d34e90703..7ff96a1ee6 100755
--- a/scripts-dev/build_debian_packages
+++ b/scripts-dev/build_debian_packages
@@ -25,7 +25,6 @@ DISTS = (
     "debian:bookworm",
     "debian:sid",
     "ubuntu:focal",  # 20.04 LTS (our EOL forced by Py38 on 2024-10-14)
-    "ubuntu:hirsute",  # 21.04 (EOL 2022-01-05)
     "ubuntu:impish",  # 21.10  (EOL 2022-07)
 )
 
-- 
GitLab