Debian package tools
Show package from which file was installed
dpkg -S <path>
Show files a package did install
dpkg-query -L <package>
Show files a deb-file will install
dpkg-deb -c <package.deb>
Show dependencies and other information about installed package
aptitude show <package>