I went to the Ubuntu wiki but got confused,there were too many ways.Please tell me an easy guide to debian packaging.
|
|
This is a good HOWTO for creating a basic .deb file. It is suitable for creating .debs for personal use but not stringent enough if you want to the package to be included in Debian/Ubuntu - for that you should read the Debian New Maintainer's Guide and/or the Ubuntu Packaging Guide (which I believe you've already tried). A good tool for checking your .deb file for compliance is There were two sessions here in the Ask Ubuntu chatrooms. |
||||
|
|
|
What parts are you having trouble with? Although complicated, the guide seemed quite clear when I was following it. Quick Summary:
|
|||
|
|
|
The very easiest way to package something is to use checkinstall. |
|||||
|
|
You can even use Here's a nice tutorial from Ubuntuforums. |
||||
|
|
|
We posted the simplest how-to example for packaging here, things can get much more complicated with an upstream or opensource package but if it is your own simple app its very simple. Here we package the text game dungeon with an icon and install into /opt |
|||
|
|
