I use Debian, and apt is working great with me. I used to use Red Hat, and the RPM stuff was OK but the dependency hell really aggravated me. Anyway, I was wondering if there was a traditional way of installing and managing things you compile yourself (for things that aren't pre-compiled, or things you just want to compile by yourself).
Take wine for example. Is there a preferred method of doing this? I unpacked the source into my home directory and compiled it. I then did a 'make install' as root. I deleted the source, and kept the Makefile (so I can easily 'make uninstall' when I want to). I figured that would work, but it seems kinda unconventional.
Is there a convention for this? If so, what is it?