Ubuntu 13.04 (GNU/Linux 3.8.0-19-generic x86_64)

Bonjour. J'ai voulu installer un serveur mail et je sais pas ce qui c'est passé mais voila que maintenant chaques fois que je veux faire un apt-get install ou meme upgrade j'ai l'erreure suivante :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
 
Reading package lists... Done
Building dependency tree
Reading state information... Done
You might want to run 'apt-get -f install' to correct these.
The following packages have unmet dependencies:
 libc-bin : Depends: libc6 (< 2.18) but 2.19-13 is installed
 libc6 : Breaks: locales (< 2.19)
E: Unmet dependencies. Try using -f.
Voila le dpkg.log
http://pastebin.com/raw.php?i=wWs9YSLm

/etc/apt/sources.list
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
# jessie-updates, previously known as 'volatile'
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ jessie-updates main
# deb-src http://ftp.debian.org/debian/ jessie-updates main
 
# jessie-backports, previously on backports.debian.org
# A network mirror was not selected during install.  The following entries
# are provided as examples, but you should amend them as appropriate
# for your mirror of choice.
#
# deb http://ftp.debian.org/debian/ jessie-backports main
# deb-src http://ftp.debian.org/debian/ jessie-backports main
deb http://ftp.debian.org/debian/ testing main contrib non-free
deb-src http://ftp.debian.org/debian/ testing main contrib non-free

Si quelqu'un pouvait m'aider svp. Merci.