View Single Post
Posts: 1,208 | Thanked: 1,028 times | Joined on Oct 2007
#6
Originally Posted by jamiefuller View Post
LOL, may seem strange but I come from a large programming background, but zero linux. and its all very strange

Perhaps you can detail how to do it?, I will be releasing my source code to help any programmers along.

Cheers
You had the link for acceptable documentation with details. Here's another document to look things up http://www.debian.org/doc/maint-guide/

In short run dh_make, edit debian/rules to make your program compile/install, edit debian/control for build dependencies and other details, build with dpkg-buildpackage
 

The Following User Says Thank You to mikkov For This Useful Post: