mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
build-system: add Ubuntu kinetic (22.10)
That's been out for a while... oops. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
2f29380ae2
commit
6b272ac3aa
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 jammy"
|
||||
others="focal jammy kinetic"
|
||||
for next in $others
|
||||
do
|
||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||
|
|
Loading…
Reference in a new issue