build-system: update Ubuntu releases

groovy has been rejecting updates for a while, but impish should now be
available.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2021-10-19 09:15:43 -07:00
parent ff694af92b
commit c3a5cf3315

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