Example Workflows

On request from people learning Emdebian (and trying to keep up with development), this page is intended to serve as an index for various worked examples and guides on how the tools are used. Please add more as new pages linked from this one.

Updating Emdebian patches

EmdebianWorkflowUpdate

How the release is done with reprepro

EmdebianReleasePlan

Emdebianizing Makefile packages

EmdebianMakefile

Tips

Installing cross-compile build depends

 $ cd debian-packages-source-1.0.5
 $ apt-cross -i `dpkg-checkbuilddeps 2>&1 | sed -e 's/([^)]*)//g' | cut -f3 -d':'`


CategoryEmdebian