Compare commits

..

2 commits

Author SHA1 Message Date
Egbert de Pauw
507a8832b7
Merge 9bd1631103 into beb352d47c 2024-11-13 15:29:33 +13:00
Dirk Hohndel
beb352d47c Ubuntu: update supported versions
Drop 23.10 / Mantic
Add  24.10 / Oracular

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
2024-11-11 14:22:28 +13:00

View file

@ -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