From d9f50bb8e03eba761f9230e807d63d1cf48bb2b2 Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Wed, 5 Jun 2024 08:25:57 -0700 Subject: [PATCH] add Ubuntu 24.04 / Noble Numbat to our builds 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 7f72d2ade..234675347 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" +others="jammy mantic noble" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog