From 18cec8ffb94e4234212b5b26574b4c0512d42c33 Mon Sep 17 00:00:00 2001 From: Mikhail Novosyolov Date: Tue, 9 Feb 2021 18:02:21 +0300 Subject: [PATCH] Build fro Ubuntu 16.04 also --- debian/build-ppa.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build-ppa.sh b/debian/build-ppa.sh index fa49ef4..7ea6606 100755 --- a/debian/build-ppa.sh +++ b/debian/build-ppa.sh @@ -17,7 +17,7 @@ old_header=$(head -1 ./debian/changelog) old_format_source=$(cat ./debian/source/format) tmp_suffix="buildPPA_$(date +%s)_tmp" -for i in bionic focal groovy hirsute +for i in xenial bionic focal groovy hirsute do old_version="$(cat ./debian/changelog | head -n 1 | awk -F "(" '{print $2}' | awk -F ")" '{print $1}')" new_version="${old_version}~${i}1"