make-postgresql-common updated supported-versions-trisquel.patch for flidas

This commit is contained in:
Ruben Rodriguez 2017-02-10 14:24:09 -05:00
parent b7721ae654
commit 119207ffaf

View file

@ -1,19 +1,23 @@
--- debian/supported-versions 2013-10-21 23:13:52.000000000 +0200 --- debian/supported-versions.orig 2016-03-29 04:53:13.000000000 -0400
+++ debian/supported-versions.trisquel 2015-01-11 17:57:00.020523090 +0100 +++ debian/supported-versions 2017-02-10 14:20:08.503521825 -0500
@@ -67,6 +67,9 @@ @@ -55,9 +55,12 @@
[dD]ebian)
debian "$RELEASE" default() {
;; case "$DISTRO" in
+ [tT]risquel) + [tT]risquel)
+ trisquel "$RELEASE" + trisquel "$RELEASE"
+ ;; + ;;
*) [uU]buntu)
echo "supported_versions: WARNING! Unknown distribution: $DISTRO" >&2 ubuntu "$RELEASE"
echo "Please submit this as a bug report to your distribution." >&2 ;;
@@ -120,6 +123,25 @@ [dD]ebian)
debian "$RELEASE"
;;
@@ -76,6 +82,27 @@
;;
esac esac
} }
+
+trisquel() { +trisquel() {
+ case "$1" in + case "$1" in
+ 4.0*) # Taranis + 4.0*) # Taranis
@ -25,8 +29,8 @@
+ 7.0*) # Belenos + 7.0*) # Belenos
+ /bin/echo -e "9.3" + /bin/echo -e "9.3"
+ ;; + ;;
+ 8.0*) # Belenos + 8.0*) # Flidas
+ /bin/echo -e "9.4" + /bin/echo -e "9.5"
+ ;; + ;;
+ *) + *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2 + echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
@ -34,8 +38,6 @@
+ ;; + ;;
+ esac + esac
+} +}
+
+ ubuntu() {
debian_backports() {
case "$1" in case "$1" in
5.0*) # Lenny