PDA

View Full Version : Is there any tutorial about how to create a debian package?


tzutolin
July 9th, 2005, 11:29 PM
Hello everyone,

I would like to make some debian package and share them here, but I'm a newbie on debian package creation. Could someone tell me how to do this? Thanks!

Seth
July 9th, 2005, 11:32 PM
Hello everyone,

I would like to make some debian package and share them here, but I'm a newbie on debian package creation. Could someone tell me how to do this? Thanks!
The granddaddy of all Debian maintainer docs: the New Maintainer's Guide.

http://www.debian.org/doc/maint-guide/ch-start.en.html

tzutolin
July 9th, 2005, 11:45 PM
Thanks Seth. That's a great resource. Thank you!

Oh, BTW, your blog looks great :-)

Velvet Elvis
July 9th, 2005, 11:56 PM
Thanks.

For some reason using checkinstall feels disrespectful to the debian packaging system. I'm a recent convert from slackware. I was too anal for gentoo so I'm used to compiling bleeding edge packages from source as soon as they come out and keeping up with deps using pencil and paper. Slackware dropped gnome support, so I'm here. I'll be glad to contribute whatever I come up with once I get this figured out.

Seth
July 10th, 2005, 12:53 AM
Thanks.

For some reason using checkinstall feels disrespectful to the debian packaging system. I'm a recent convert from slackware. I was too anal for gentoo so I'm used to compiling bleeding edge packages from source as soon as they come out and keeping up with deps using pencil and paper. Slackware dropped gnome support, so I'm here. I'll be glad to contribute whatever I come up with once I get this figured out.
Checkinstall is only for "personal" debs, as they're specific to your system. It's a quick-and-dirty way to not have to worry about things you build from source. Much better to use something like pbuilder to build debs for distribution.