PDA

View Full Version : How to make your own .DEB?



tikal26
April 19th, 2006, 11:52 PM
I am wondering how do you make your own .deb packages. I jsut starting thinking about that since some Debian packages can break Ubuntu, but I always hear people sayinf that ubuntu uses Debian and their packages as a base.

krusbjorn
April 19th, 2006, 11:54 PM
Easiest way is to "sudo apt-get install checkinstall".
And then, when you have run "./configure" and "make" on your source code, do "checkinstall" instead of "make install".

John.Michael.Kane
April 19th, 2006, 11:56 PM
http://www.debian.org/doc/FAQ/ch-pkg_basics.en.html
http://www.debian.org/doc/maint-guide/
http://www.maemo.org/platform/docs/howtos/howto_making_an_application_package.html
http://www.ubuntuforums.org/showthread.php?t=2356