mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-30 22:20:21 +00:00
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:
parent
c94e2b5d3f
commit
197ea2b655
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 hirsute impish"
|
||||
others="focal impish jammy"
|
||||
for next in $others
|
||||
do
|
||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||
|
|
Loading…
Reference in a new issue