postgresql-common: Update patch to include etiona and nabia

This commit is contained in:
Pablo Correa Gómez 2021-06-27 20:38:14 +02:00 committed by Ruben Rodriguez
parent 1775e1e86b
commit 7ab634583a

View file

@ -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"