From c8e8018da8760f78438f261327d3832e8ff3e354 Mon Sep 17 00:00:00 2001 From: Luis Guzman <ark@switnet.org> Date: Wed, 22 Jun 2022 15:21:41 +0000 Subject: [PATCH] postgresql-common: update patch for aramo --- .../DATA/postgresql-common/supported-versions-trisquel.patch | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch index 4d2084f5..ce889773 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,33 @@ +@@ -76,6 +82,36 @@ ;; esac } @@ -38,6 +38,9 @@ + 10.0*) # Nabia + /bin/echo -e "12" + ;; ++ 11.0*) # Aramo ++ /bin/echo -e "14" ++ ;; + *) + echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2 + /bin/echo -e "$DEFAULT" -- GitLab