mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-27 20:58:47 +00:00
Ubuntu: update supported versions
Drop 23.10 / Mantic Add 24.10 / Oracular Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
e7900c514c
commit
beb352d47c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ debuild -S -d
|
|||
# create builds for the newer Ubuntu releases that Launchpad supports
|
||||
#
|
||||
rel=focal
|
||||
others="jammy mantic noble"
|
||||
others="jammy noble oracular"
|
||||
for next in $others
|
||||
do
|
||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||
|
|
Loading…
Reference in a new issue