mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
remove Ubuntu Lunar as build target (EOL)
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
330fd2309b
commit
6318a983eb
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 lunar mantic"
|
||||
others="jammy mantic"
|
||||
for next in $others
|
||||
do
|
||||
sed -i "s/${rel}/${next}/g" debian/changelog
|
||||
|
|
Loading…
Reference in a new issue