build-system: update Ubuntu distros that we build for

Eoan no longer accepts builds, Groovy Gorilla will be the next one.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2020-09-02 09:50:35 -07:00
parent 158c3c0b0e
commit 02a4aa927e

View file

@ -99,7 +99,7 @@ rev=$(($rev+1))
fi fi
done done
# we need to do this for each Ubuntu release we support - right now the oldest is 16.04/Xenial # we need to do this for each Ubuntu release we support - right now the oldest is 18.04/Bionic
if [[ "$GITREVISION" = "" ]] ; then if [[ "$GITREVISION" = "" ]] ; then
dch -v $VERSION-$rev~bionic -D bionic -M -m "Next release build - please check https://subsurface-divelog.org/category/news/ for details" dch -v $VERSION-$rev~bionic -D bionic -M -m "Next release build - please check https://subsurface-divelog.org/category/news/ for details"
else else
@ -112,7 +112,7 @@ debuild -S
#create builds for the newer Ubuntu releases that Launchpad supports #create builds for the newer Ubuntu releases that Launchpad supports
rel=bionic rel=bionic
others="eoan focal" others="focal groovy"
for next in $others for next in $others
do do
sed -i "s/${rel}/${next}/g" debian/changelog sed -i "s/${rel}/${next}/g" debian/changelog