View Single Post
Posts: 3,319 | Thanked: 5,610 times | Joined on Aug 2008 @ Finland
#53
Originally Posted by lcuk View Post
one slight problem with this (which is the same mini bug I have)

packaging on the device is lacking.

unless a generic simple mechanism can be made to get their creations off the device and into extras scratchbox will be needed for the final step.
It's not as big of a problem as it seems. It's basically a one-liner (with some obvious minor tweaks like deps, changelog, etc):

Code:
dh_make example export DEBFULLNAME=”Hack Er” dh_make –email [email_address] --copyright=bsd --file ../foo.tar.gz
That's basically it ! Take a look at the packaging slides (the line above is from that presentation), basically everything you need to know is in there.

The only snag is that dpkg-dev (and dh_make) are not in Fremantle extras yet, but I guess that can be remedied if there is interest (Diablo has them).
 

The Following 2 Users Say Thank You to attila77 For This Useful Post: