diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh index e05d6fdb3..3d6bbe146 100644 --- a/packaging/ubuntu/make-package.sh +++ b/packaging/ubuntu/make-package.sh @@ -117,7 +117,7 @@ debuild -S -d # file when building the newer ones sed -i.bak "/qt5-default/d" debian/control rel=bionic -others="focal groovy hirsute" +others="focal hirsute impish" for next in $others do sed -i "s/${rel}/${next}/g" debian/changelog