Force apt-get to reinstall config files
apt-get -o DPkg::options::=--force-confmiss --reinstall install <package>
Update: apt-get only reinstalls missing config files. You can use dpkg –purge <package> to remove the config files before reinstalling the package.