Highlights: The Debian Build System
Let’s review what we have learned so far.
We'll cover the following
Key highlights
-
The standard Debian build system uses debhelper and a large collection of smaller scripts to build Debian packages.
-
The build happens in the
clean
,build
,install
phases, andbinary
, each of which contains multiple steps that can be overridden individually. -
Out of the box, it supports many common build systems, and plugins exist for more programming language-specific build systems, such as Rusts’s Cargo and many dynamic language build systems.
Get hands-on with 1200+ tech skills courses.