summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-02 09:50:35 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-09-03 11:43:24 -0700
commit02a4aa927e1e47e9cf7bbafc9c233594cad29c2b (patch)
treeedd14f972df96ba8ccdc3a4a8f09c143d9418800 /packaging
parent158c3c0b0e233b3fa2dd61689b3add12cc5ff655 (diff)
downloadsubsurface-02a4aa927e1e47e9cf7bbafc9c233594cad29c2b.tar.gz
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>
Diffstat (limited to 'packaging')
-rw-r--r--packaging/ubuntu/make-package.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ubuntu/make-package.sh b/packaging/ubuntu/make-package.sh
index 3fe5d0962..b6b681b1f 100644
--- a/packaging/ubuntu/make-package.sh
+++ b/packaging/ubuntu/make-package.sh
@@ -99,7 +99,7 @@ rev=$(($rev+1))
fi
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
dch -v $VERSION-$rev~bionic -D bionic -M -m "Next release build - please check https://subsurface-divelog.org/category/news/ for details"
else
@@ -112,7 +112,7 @@ debuild -S
#create builds for the newer Ubuntu releases that Launchpad supports
rel=bionic
-others="eoan focal"
+others="focal groovy"
for next in $others
do
sed -i "s/${rel}/${next}/g" debian/changelog