From c4b646dabb5271e4129d4c464b8b2e2aa3e48535 Mon Sep 17 00:00:00 2001 From: Martin Dvorak Date: Sat, 17 Feb 2024 21:45:57 +0100 Subject: [PATCH] Updating Ubuntu builds how-to for oldest LTS distros --- build/ubuntu/ubuntu-launchpad-releases-from-mind.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/build/ubuntu/ubuntu-launchpad-releases-from-mind.sh b/build/ubuntu/ubuntu-launchpad-releases-from-mind.sh index 8a35dac0..af0df86b 100755 --- a/build/ubuntu/ubuntu-launchpad-releases-from-mind.sh +++ b/build/ubuntu/ubuntu-launchpad-releases-from-mind.sh @@ -103,14 +103,14 @@ # jammy* (kinetic lunar) mantic # - current ~ Bash tuple below || ./ubuntu-launchpad-releases-from-mind.sh + manual upload: # trusty xenial bionic focal jammy mantic -# - NOT RELEASED (non-satisfying hunspell version - can be fixed by downgrade to libhunspell-dev (>= 1.6) in build/ubuntu/debian/control: +# - NOT RELEASED: # trusty xenial +# ^ are oldest Ubuntu LTS releases, it can be released as follows: +# - use beast machine +# - change Hunspell dependency in build/ubuntu/debian/control as follows (downgrade from 1.6 to 1.3): +# libhunspell-dev (>= 1.3) +# - build distro: `ubuntu-launchpad-...-from-beast.sh trusty` @ beast machine # -# -# -# - TODO - required hunspell version not available on older Ubuntu versions: -# ERROR: pbuilder-satisfydepends-dummy : Depends: libhunspell-dev (>= 1.6) but it is not going to be installed. -# trusty xenial bionic mantic if [[ ${#} == 1 ]] then