From 7d6f9f8ffb7ba9caf7cc25dc102c59616150f36e Mon Sep 17 00:00:00 2001 From: Arch Librarian Date: Mon, 20 Sep 2004 16:58:43 +0000 Subject: 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 --- doc/apt.conf.5.sgml | 5 +++++ doc/examples/configure-index | 4 +++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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. + Build-Essential + + Defines which package(s) are considered essential build dependencies. + + Get 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"; -- cgit v1.2.3