make-postgresql-common updated supported-versions-trisquel.patch for flidas
This commit is contained in:
parent
b7721ae654
commit
119207ffaf
1 changed files with 20 additions and 18 deletions
|
|
@ -1,19 +1,23 @@
|
|||
--- 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue