From 05ed2e70b5fcc7ae2bbdb88f3e41103b381e5b1f Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sun, 31 Jul 2022 12:11:19 -0700 Subject: [PATCH] build-system: impish is EOL Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 095790e11..464ca0363 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -117,7 +117,7 @@ debuild -S -d # file when building the newer ones sed -i.bak "/qt5-default/d" debian/control rel=bionic -others="focal impish jammy" +others="focal jammy" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog