diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:43 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:58:43 +0000 |
commit | 7d6f9f8ffb7ba9caf7cc25dc102c59616150f36e (patch) | |
tree | a2e3e8c67f856a9cac40898e96bf5fc2ace4ee8b /doc/apt.conf.5.sgml | |
parent | 45430cbf4cae3613394cdb7eb2cc82103407cb59 (diff) |
apt-pkg/init.cc
Author: tausq
Date: 2001-12-05 07:22:39 GMT
apt-pkg/init.cc
APT::Build-Essential default value
cmdline/apt-get.cc
Also install APT::Build-Essential packages when apt-get build-dep is
invoked
debian/changelog
Updated changelog
doc/examples/configure-index
doc/apt.conf.5.sgml
Document APT::Build-Essential
Diffstat (limited to 'doc/apt.conf.5.sgml')
-rw-r--r-- | doc/apt.conf.5.sgml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/apt.conf.5.sgml b/doc/apt.conf.5.sgml index 8ed0485b2..9ff286aeb 100644 --- a/doc/apt.conf.5.sgml +++ b/doc/apt.conf.5.sgml @@ -126,6 +126,11 @@ DPkg::Pre-Install-Pkgs {"/usr/sbin/dpkg-preconfigure --apt";}; information. This sets the size of that cache. </VarListEntry> + <VarListEntry><Term>Build-Essential</Term> + <ListItem><Para> + Defines which package(s) are considered essential build dependencies. + </VarListEntry> + <VarListEntry><Term>Get</Term> <ListItem><Para> The Get subsection controls the &apt-get; tool, please see its |