summaryrefslogtreecommitdiff
path: root/doc/examples
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/examples
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/examples')
-rw-r--r--doc/examples/configure-index4
1 files changed, 3 insertions, 1 deletions
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";