|
If you just want to roll a .deb for you to keep, go with "checkinstall" (apt-get install checkinstall). When building your sources just change the usual "make install" for "checkinstall", this is going to make a .deb out of the sources, making apt aware of the package so that you can remove it with the package manager, and storing a shiny .deb in the directory one level above the source one. Almost magical, I use it all the time now.
|