build-system: impish is EOL

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2022-07-31 12:11:19 -07:00
parent 8831a364ff
commit 05ed2e70b5

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