How to write a package (developed on Ubuntu 9.10) for installation on a Debian server
- by Stick it to THE MAN
I have written a number of applications and libraries (some of which depend on third party libraies), on my home workstation (Ubuntu 9.10).
I now want to create packages (one package per application/library), so that I may then install them on my server, which will be running Debian OS.
Any guidelines/gotchas on how to go about creating installation packages for debian on Ubuntu?