X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/4bca852015e95a36fddfba4b8874f2666da3c2ff..a17482f89b636a52aacc57776bfc8041cf4da508:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index 595ea875d..1ed08904e 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -371,7 +371,18 @@
by apt-get source --compile and how cross-builddependencies
are satisfied. By default is it not set which means that the host architecture
is the same as the build architecture (which is defined by APT::Architecture).
- Configuration Item: APT::Get::Host-Architecture
+ Configuration Item: APT::Get::Host-Architecture.
+
+
+
+
+
+ This option controls the activated build profiles for which
+ a source package is built by apt-get source --compile and
+ how build dependencies are satisfied. By default no build profile is active.
+ More than one build profile can be activated at a time by concatenating them
+ with a comma.
+ Configuration Item: APT::Build-Profiles.