so heres what i did
  1. Copy /lib/i386-linux-gnu/libc-2.13.so to /lib/delme
  2. Copy every file from /lib/i386-linux-gnu/ that apt-get complain about to /lib/delme
  3. Edit /etc/ld.so.conf.d/libc.conf and add there "/lib/delme"
  4. Run sudo ldconfig -v
  5. (This step is danger, I have a running "sudo mc" in case something goes wrong) Now you can safely delete files from /lib/i386-linux-gnu/ you just copied
  6. Run "sudo apt-get -f install" and it should work now
  7. Finally remove entry from /etc/ld.so.conf.d/libc.conf and delete /lib/delme