Skip to content
Snippets Groups Projects
Commit 119207ff authored by Ruben Rodriguez's avatar Ruben Rodriguez
Browse files

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

parent b7721ae6
No related branches found
No related tags found
No related merge requests found
--- debian/supported-versions 2013-10-21 23:13:52.000000000 +0200
+++ debian/supported-versions.trisquel 2015-01-11 17:57:00.020523090 +0100
@@ -67,6 +67,9 @@
--- debian/supported-versions.orig 2016-03-29 04:53:13.000000000 -0400
+++ debian/supported-versions 2017-02-10 14:20:08.503521825 -0500
@@ -55,9 +55,12 @@
default() {
case "$DISTRO" in
+ [tT]risquel)
+ trisquel "$RELEASE"
+ ;;
[uU]buntu)
ubuntu "$RELEASE"
;;
[dD]ebian)
debian "$RELEASE"
;;
+ [tT]risquel)
+ trisquel "$RELEASE"
+ ;;
*)
echo "supported_versions: WARNING! Unknown distribution: $DISTRO" >&2
echo "Please submit this as a bug report to your distribution." >&2
@@ -120,6 +123,25 @@
@@ -76,6 +82,27 @@
;;
esac
}
+
+trisquel() {
+ case "$1" in
+ 4.0*) # Taranis
......@@ -24,9 +28,9 @@
+ ;;
+ 7.0*) # Belenos
+ /bin/echo -e "9.3"
+ ;;
+ 8.0*) # Belenos
+ /bin/echo -e "9.4"
+ ;;
+ 8.0*) # Flidas
+ /bin/echo -e "9.5"
+ ;;
+ *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
......@@ -34,8 +38,6 @@
+ ;;
+ esac
+}
+
+
debian_backports() {
ubuntu() {
case "$1" in
5.0*) # Lenny
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment