summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:58:43 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:58:43 +0000
commit7d6f9f8ffb7ba9caf7cc25dc102c59616150f36e (patch)
treea2e3e8c67f856a9cac40898e96bf5fc2ace4ee8b /doc
parent45430cbf4cae3613394cdb7eb2cc82103407cb59 (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')
-rw-r--r--doc/apt.conf.5.sgml5
-rw-r--r--doc/examples/configure-index4
2 files changed, 8 insertions, 1 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
diff --git a/doc/examples/configure-index b/doc/examples/configure-index
index 78171c9ba..66bdb87ac 100644
--- a/doc/examples/configure-index
+++ b/doc/examples/configure-index
@@ -1,4 +1,4 @@
-// $Id: configure-index,v 1.3 2001/02/20 07:03:17 jgg Exp $
+// $Id: configure-index,v 1.4 2001/12/05 07:22:40 tausq Exp $
/* This file is an index of all APT configuration directives. It should
NOT actually be used as a real config file, though it is a completely
valid file. Most of the options have sane default values, unless
@@ -21,10 +21,12 @@
APT
{
Architecture "i386";
+ Build-Essential "build-essential";
// Options for apt-get
Get
{
+ Arch-Only "false";
Download-Only "false";
Simulate "false";
Assume-Yes "false";