mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
build-system: impish is EOL
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
8831a364ff
commit
05ed2e70b5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue