How can I create a simple debian package from binary?

I have been researching debian packaging, but I can't seem to figure out how to package a C# mono application made up of a single executable and a few resource files.

Can anyone help me figure out? All the guides seem to target source packaging.

Also, if there is anything specific to packaging mono apps please let me know, thanks.


Solution 1:

We tried to write the easiest steps here in this blog post.

https://web.archive.org/web/20141210051522/http://developer.ubuntu.com/2012/02/how-to-prepare-a-compiled-application-for-ubuntu-software-center/

Solution 2:

I think equivs is the easiest. You can install with:

sudo apt-get install equivs

With equivs-control command you can create a blank spec file and build your deb package with equivs-build command.