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"