From beb352d47c1d40fb3c2a2805c4c05592ee99eab3 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Sat, 9 Nov 2024 15:45:04 -0800 Subject: [PATCH] Ubuntu: update supported versions Drop 23.10 / Mantic Add 24.10 / Oracular Signed-off-by: Dirk Hohndel --- packaging/ubuntu/make-package.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index 234675347..be6e62c60 100755 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -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