File: 39-bootstrap.txt

package info (click to toggle)
debmake-doc 1.14-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,256 kB
  • sloc: sh: 674; makefile: 469; python: 146; ansic: 114; sed: 16
file content (14 lines) | stat: -rw-r--r-- 687 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[bootstrap]]
=== Bootstrapping

Debian cares about supporting new ports or flavours.  The new ports or flavours
require https://wiki.debian.org/DebianBootstrap[bootstrapping] operation for
the cross-build of the initial minimal native-building system.  In order to avoid
build-dependency loops during bootstrapping, the build-dependency needs to be
reduced using the https://wiki.debian.org/BuildProfileSpec[profile] builds
feature.

TIP: If a core package `foo` build depends on a package `bar` with deep build
dependency chains but `bar` is only used in the *test* target in `foo`, you can
safely mark the `bar` with *<!nocheck>* in the *Build-depends* of `foo` to
avoid build loops.