diff --git a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
index 6eeac1c..08fff1d 100644
--- a/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
+++ b/helpers/DATA/postgresql-common/supported-versions-trisquel.patch
@@ -24,6 +24,9 @@
+ ;;
+ 7.0*) # Belenos
+ /bin/echo -e "9.3"
++ ;;
++ 8.0*) # Belenos
++ /bin/echo -e "9.4"
+ ;;
+ *)
+ echo "supported_versions: WARNING: Unknown Trisquel release: $1" >&2
diff --git a/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg b/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
index b3bcd05..2182c66 100644
--- a/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
+++ b/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg
@@ -55,8 +55,8 @@ BackupExt=distUpgrade
LogDir=/var/log/dist-upgrade/
[Sources]
-From=toutatis
-To=belenos
+From=belenos
+To=fridas
ValidOrigin=Trisquel
ValidMirrors = mirrors.cfg
Components=main
diff --git a/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.toutatis b/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.belenos
similarity index 99%
rename from helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.toutatis
rename to helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.belenos
index b3bcd05..e934f7a 100644
--- a/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.toutatis
+++ b/helpers/DATA/ubuntu-release-upgrader/DistUpgrade.cfg.belenos
@@ -55,8 +55,8 @@ BackupExt=distUpgrade
LogDir=/var/log/dist-upgrade/
[Sources]
-From=toutatis
-To=belenos
+From=belenos
+To=flidas
ValidOrigin=Trisquel
ValidMirrors = mirrors.cfg
Components=main
diff --git a/helpers/DATA/update-manager/index.docbook b/helpers/DATA/update-manager/index.docbook
index 2fde169..5818c74 100644
--- a/helpers/DATA/update-manager/index.docbook
+++ b/helpers/DATA/update-manager/index.docbook
@@ -538,10 +538,10 @@ update-manager
'content' of the repository. Example of the command
syntax could look like this.
-deb ftp://archive.trisquel.info/trisquel/ belenos main
+deb ftp://archive.trisquel.info/trisquel/ flidas main
This example would define the software sources as a Debian source
- at trisquel.info containing the belenos release.
+ at trisquel.info containing the flidas release.
diff --git a/helpers/make-software-properties b/helpers/make-software-properties
index d027150..0b5a636 100644
--- a/helpers/make-software-properties
+++ b/helpers/make-software-properties
@@ -31,6 +31,7 @@ cat << EOF | patch -p1
- (deb_line, file) = shortcut.expand(codename=self.distro.codename)
+ codenames = {}
++ codenames["flidas"] = "xenial"
+ codenames["belenos"] = "trusty"
+ codenames["toutatis"] = "precise"
+ codenames["brigantia"] = "oneiric"
diff --git a/helpers/make-unity b/helpers/make-unity
index 93d98b9..e38fce6 100644
--- a/helpers/make-unity
+++ b/helpers/make-unity
@@ -64,7 +64,7 @@ s/ubuntu-software-center/gnome-app-install/' com.canonical.Unity.gschema.xml
rm dash/previews/Skype.png
# replace default background
-sed -i 's/warty-final-ubuntu/belenos/' tests/data/external.gschema.xml
+sed -i 's/warty-final-ubuntu/flidas/' tests/data/external.gschema.xml
changelog "Replace default applications in launcher, and adapt for Trisquel"