build-system: add Ubuntu kinetic (22.10)

That's been out for a while... oops.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2023-02-18 21:59:54 -08:00
parent 2f29380ae2
commit 6b272ac3aa

View file

@ -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