build-system: update Ubuntu targets

Hirsute no longer accepts builds, but Jammy apparently does.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-03-16 11:00:59 -07:00
parent c94e2b5d3f
commit 197ea2b655

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 hirsute impish"
others="focal impish jammy"
for next in $others
do
sed -i "s/${rel}/${next}/g" debian/changelog