From 5dcacdf6d1d444ced4e400cc0e7969170a2bff1b Mon Sep 17 00:00:00 2001
From: Hillery Shay <shaysquared@gmail.com>
Date: Tue, 12 Oct 2021 11:29:39 -0700
Subject: [PATCH] Add support for ubuntu 21.10 "Impish Indri" (#11024)

* support ubuntu 21.10 indri

* add changelog

* update to correct codename

Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>

Co-authored-by: Brendan Abolivier <github@brendanabolivier.com>
---
 changelog.d/11024.misc            | 1 +
 scripts-dev/build_debian_packages | 1 +
 2 files changed, 2 insertions(+)
 create mode 100644 changelog.d/11024.misc

diff --git a/changelog.d/11024.misc b/changelog.d/11024.misc
new file mode 100644
index 0000000000..51ad800d4d
--- /dev/null
+++ b/changelog.d/11024.misc
@@ -0,0 +1 @@
+Add support for Ubuntu 21.10 "Impish Indri".
\ No newline at end of file
diff --git a/scripts-dev/build_debian_packages b/scripts-dev/build_debian_packages
index e9f89e38ef..3a9a2d257c 100755
--- a/scripts-dev/build_debian_packages
+++ b/scripts-dev/build_debian_packages
@@ -27,6 +27,7 @@ DISTS = (
     "ubuntu:bionic",  # 18.04 LTS (our EOL forced by Py36 on 2021-12-23)
     "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)
 )
 
 DESC = """\
-- 
GitLab