Differences between revisions 5 and 6
Revision 5 as of 2010-01-27 17:15:40
Size: 618
Editor: MarcoAmadori
Comment:
Revision 6 as of 2010-03-03 19:54:32
Size: 701
Editor: HectorOron
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:

<<TableOfContents>>
Line 10: Line 12:

== Emdebianizing Makefile packages ==
EmdebianMakefile

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