diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index be6e62c60..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 noble oracular" +others="jammy mantic noble" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog