postgresql-common: Update patch to include etiona and nabia
This commit is contained in:
parent
1775e1e86b
commit
7ab634583a
1 changed files with 7 additions and 1 deletions
|
|
@ -13,7 +13,7 @@
|
||||||
[dD]ebian)
|
[dD]ebian)
|
||||||
debian "$RELEASE"
|
debian "$RELEASE"
|
||||||
;;
|
;;
|
||||||
@@ -76,6 +82,27 @@
|
@@ -76,6 +82,33 @@
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
@ -32,6 +32,12 @@
|
||||||
+ 8.0*) # Flidas
|
+ 8.0*) # Flidas
|
||||||
+ /bin/echo -e "9.5"
|
+ /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
|
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
|
||||||
+ /bin/echo -e "$DEFAULT"
|
+ /bin/echo -e "$DEFAULT"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue