X-Git-Url: https://git.saurik.com/apt.git/blobdiff_plain/c4b22e98645bb14d9934f1a6721c9ac8b24a68f7..a17482f89b636a52aacc57776bfc8041cf4da508:/doc/apt-get.8.xml
diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml
index b97bc268e..1ed08904e 100644
--- a/doc/apt-get.8.xml
+++ b/doc/apt-get.8.xml
@@ -40,7 +40,7 @@
Descriptionapt-get is the command-line tool for handling packages, and may be
considered the user's "back-end" to other tools using the APT
- library. Several "front-end" interfaces exist, such as &dselect;,
+ library. Several "front-end" interfaces exist, such as
&aptitude;, &synaptic; and &wajig;.Unless the , or option is given, one of the
@@ -217,10 +217,7 @@
clean clears out the local repository of retrieved package
files. It removes everything but the lock file from
&cachedir;/archives/ and
- &cachedir;/archives/partial/. When APT is used as a
- &dselect; method, clean is run automatically.
- Those who do not use dselect will likely want to run apt-get clean
- from time to time to free up disk space.
+ &cachedir;/archives/partial/.
@@ -284,7 +281,7 @@
running APT for the first time; APT itself does not allow broken package
dependencies to exist on a system. It is possible that a system's
dependency structure can be so corrupt as to require manual intervention
- (which usually means using &dselect; or dpkg --remove to eliminate some of
+ (which usually means using dpkg --remove to eliminate some of
the offending packages). Use of this option together with may produce an
error in some situations.
Configuration Item: APT::Get::Fix-Broken.
@@ -374,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.
@@ -548,7 +556,7 @@
See Also
- &apt-cache;, &apt-cdrom;, &dpkg;, &dselect;, &sources-list;,
+ &apt-cache;, &apt-cdrom;, &dpkg;, &sources-list;,
&apt-conf;, &apt-config;, &apt-secure;,
The APT User's guide in &guidesdir;, &apt-preferences;, the APT Howto.