diff --git a/install.md b/install.md
index bc116b0a..d3d1ff31 100644
--- a/install.md
+++ b/install.md
@@ -89,7 +89,7 @@ This page lists few installation guides.
On Debian
-If you have already installed **Debian 7** (Wheezy) or **8** (Jessie) on a server, you are able to **[install YunoHost via script](/install_on_debian)**.
+If you have already installed **Debian 8** (Jessie) on a server, you are able to **[install YunoHost via script](/install_on_debian)**.
diff --git a/install_fr.md b/install_fr.md
index 07e5dd83..406168a9 100644
--- a/install_fr.md
+++ b/install_fr.md
@@ -93,6 +93,6 @@ Cette page liste plusieurs types d’installations, classés par catégories.
Sur Debian
-Si vous disposez déjà d’un serveur ou d’un ordinateur sous **Debian 7** (Wheezy) ou **8** (Jessie), suivez l’**[installation par script](/install_on_debian_fr)**.
+Si vous disposez déjà d’un serveur ou d’un ordinateur sous **Debian 8** (Jessie), suivez l’**[installation par script](/install_on_debian_fr)**.
diff --git a/install_on_debian.md b/install_on_debian.md
index f0d0af4a..a9c96cf0 100644
--- a/install_on_debian.md
+++ b/install_on_debian.md
@@ -8,7 +8,7 @@
An ARM box, a VPS, a dedicated server, a standard x86 computer, an old Macintosh, ...
-* with **Debian 8** (Jessie) or **7** (Wheezy) installed
+* with **Debian 8** (Jessie) installed
* connected to the Internet
* with a **root access** directly or via SSH
diff --git a/install_on_debian_fr.md b/install_on_debian_fr.md
index 6a75a7c1..2ec97057 100644
--- a/install_on_debian_fr.md
+++ b/install_on_debian_fr.md
@@ -8,7 +8,7 @@
Sur une plateforme ARM, un VPS, un serveur dédié, un ordinateur x86 standard, un vieux Macintosh, ...
-* avec **Debian 8** (Jessie) ou **7** (Wheezy) d’installé
+* avec **Debian 8** (Jessie) d’installé
* connecté à Internet avec un câble RJ-45
* avec un **accès root** directement ou par SSH
diff --git a/packaging_apps.md b/packaging_apps.md
index 3fb66793..87cb6341 100644
--- a/packaging_apps.md
+++ b/packaging_apps.md
@@ -133,7 +133,7 @@ You will find points to verify quality of your scripts:
* install script should use command line method instead of curl call through web install form;
* install script should save install answers;
* application sources should be checked with a control sum (sha256, sha1 or md5) or a PGP signature;
-* scripts had been tested on Debian Wheezy and Jessie as well as 32 bits, 64 bits and ARM architectures;
+* scripts had been tested on Debian Jessie as well as 32 bits, 64 bits and ARM architectures;
* backup and restore scripts are present and functional.
### Publish and ask for testing your application
@@ -142,4 +142,4 @@ You will find points to verify quality of your scripts:
* Ask to add your application in the [app repository](https://github.com/YunoHost/apps) to be displayed in the [non-official apps list](https://yunohost.org/#/apps_in_progress_en). Precise his progress state: `notworking`, `inprogress`, or `working`.
### Officalization of an application
-To become an official application, it must be enough tested, stable and should works on 64 bits, 32 bits et ARM processors architectures and on Debian Wheezy and Jessie. If you think thoses conditions are gather, ask for [official integration](https://github.com/YunoHost/apps) of your application.
\ No newline at end of file
+To become an official application, it must be enough tested, stable and should works on 64 bits, 32 bits et ARM processors architectures and on Debian Jessie. If you think thoses conditions are gather, ask for [official integration](https://github.com/YunoHost/apps) of your application.
diff --git a/packaging_apps_fr.md b/packaging_apps_fr.md
index 39f1061d..a4f25935 100644
--- a/packaging_apps_fr.md
+++ b/packaging_apps_fr.md
@@ -134,7 +134,7 @@ Vous trouverez ci-dessous une liste des point à vérifier concernant la qualit
* Votre script d’installation utilise une méthode d’installation en ligne de commande plutôt qu’un appel curl via un formulaire web d’installation ;
* Votre script d’installation enregistre les réponses de l’utilisateur ;
* Vous avez vérifié les sources de l’application avec une somme de contrôle (sha256, sha1 ou md5) ou une signature PGP ;
-* Vos scripts ont été testé sur Debian Wheezy et Jessie ainsi que sur les architectures 32 bits, 64 bits et ARM ;
+* Vos scripts ont été testé sur Debian Jessie ainsi que sur les architectures 32 bits, 64 bits et ARM ;
* Les scripts backup et restore sont présents et fonctionnels.
### Publiez et demandez des tests de votre application
@@ -143,4 +143,4 @@ Vous trouverez ci-dessous une liste des point à vérifier concernant la qualit
* Faire une demande d’ajout de votre application dans le [dépôt des applications](https://github.com/YunoHost/apps) afin qu’elle soit affichée dans [la liste des apps non officielles](https://yunohost.org/#/apps_in_progress_en). Préciser également son état d’avancement : `notworking`, `inprogress` ou `working`
### Officialisation d’une application
-Pour qu’une application devienne officielle, elle doit être suffisamment testée, stable et fonctionner sous les architectures 64 bits, 32 bits et ARM sur Debian Wheezy et Jessie. Si ces conditions vous paraissent réunies, demandez l’[intégration officielle](https://github.com/YunoHost/apps) de votre application.
\ No newline at end of file
+Pour qu’une application devienne officielle, elle doit être suffisamment testée, stable et fonctionner sous les architectures 64 bits, 32 bits et ARM sur Debian Jessie. Si ces conditions vous paraissent réunies, demandez l’[intégration officielle](https://github.com/YunoHost/apps) de votre application.