Possible Duplicate: How do I find out which package owns a file?
How do I find out what Debian package a file came from?
dpkg -S /path/to/file
user@host:~$ dpkg-query -S /bin/bash bash: /bin/bash
Where bash is the package name.