From 6b272ac3aa75cbeacf3b9c1067ba8cb296c89ff6 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 18 Feb 2023 21:59:54 -0800 Subject: [PATCH] build-system: add Ubuntu kinetic (22.10) That's been out for a while... oops. 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 464ca0363..46c628ba1 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 jammy" +others="focal jammy kinetic" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog