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