From 947c2e704faa3ad3853ae1069e6a74e51eae2f3c Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 26 Sep 2023 08:34:46 -0700 Subject: [PATCH] remove unsupported versions and add newer ones Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 46c628ba1..7ab88a609 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -116,8 +116,8 @@ debuild -S -d # and as of hirsute this package no longer exists. So simply remove it from the control # file when building the newer ones sed -i.bak "/qt5-default/d" debian/control -rel=bionic -others="focal jammy kinetic" +rel=focal +others="jammy lunar mantic" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog