If you are running a Linux system for a long time, you may have installed a lot of packages and removed them after a while, some of the configuration files are remained on your system. If you like to remove all left package configuration files from Debian just use this command as root:
#: dpkg -l | grep ^rc | cut -d ' ' -f3 | xargs dpkg --purge