A typical build flow for a Debian binary package involves following steps:
- Prepare binaries
- Prepare build metadata (create/update
DEBIAN/
directory) - Build DEB binary and test
- Upload the Debian binary DEB file
Note: In the appendix, there is a simple Hello World Example for Debian binary packaging.
Figure 1. Debian Binary Package Flow