From 7ab634583a1c05cb81ddb6d61053ce65cc6e102c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pablo=20Correa=20G=C3=B3mez?= Date: Sun, 27 Jun 2021 20:38:14 +0200 Subject: [PATCH] postgresql-common: Update patch to include etiona and nabia --- .../postgresql-common/supported-versions-trisquel.patch | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch index c1a62f1..4d2084f 100644 --- a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch +++ b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch @@ -13,7 +13,7 @@ [dD]ebian) debian "$RELEASE" ;; -@@ -76,6 +82,27 @@ +@@ -76,6 +82,33 @@ ;; esac } @@ -32,6 +32,12 @@ + 8.0*) # Flidas + /bin/echo -e "9.5" + ;; ++ 9.0*) # Etiona ++ /bin/echo -e "10" ++ ;; ++ 10.0*) # Nabia ++ /bin/echo -e "12" ++ ;; + *) + echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2 + /bin/echo -e "$DEFAULT"