From c3a5cf3315ed8e1aed7f5505d62c8a8fe2ed543e Mon Sep 17 00:00:00 2001 From: Dirk Hohndel Date: Tue, 19 Oct 2021 09:15:43 -0700 Subject: [PATCH] build-system: update Ubuntu releases groovy has been rejecting updates for a while, but impish should now be available. 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 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