I was researching on how to properly uninstall Debian programs that I have compiled from source. One advice was to make use of checkinstall. But then I read on some sites that checkinstall doesn't take care of dependencies?
So my question is, how do I use checkinstall (or a better program) along with aptitude to get package management similar to native Debian packages?
Edit:
Basically, what is the best way to manage those programs which have to be installed from source code?