Reputation: 53657
Hi I have created .rpm packages successfully for fedora FC10 linux. I can cretae .rpm file of my application similarly I want to create .deb file of my application. I want step-by-step approach to create debian packager. Please help me to create .deb file for my application
I am using ubuntu linux to create packager
Thanks Sunil Kumar Sahoo
Upvotes: 3
Views: 5377
Reputation: 14943
Since you are using Ubuntu, go to the MOTU wiki: https://wiki.ubuntu.com/MOTU It has all what you need instructions step-by-step, a irc channel and even scheduled remote courses. Also check: https://wiki.ubuntu.com/Packaging
A good summary: http://tldp.org/HOWTO/Debian-Binary-Package-Building-HOWTO/x169.html
Upvotes: 1
Reputation: 5471
See man dpkg-deb
(--build
command) and man deb-control
.
.deb
file creation with DEBIAN
directory instead of debian
one is really simple.
Upvotes: 1