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 /debian | |
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 'debian')
-rw-r--r-- | debian/changelog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 9ba020978..4bb343562 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,16 @@ +apt (0.5.5) unstable; urgency=low + + * Fix handling of [!arch] for build-dependencies. Closes: #88798 + * Fix handling of build-deps on unknown packages. Closes: #88664 + * "apt-get --arch-only build-dep" to install only architecture- + dependent build dependencies. Bump minor shared lib number to reflect + small change in BuildDepend API. + * APT::Build-Essential configuration option (defaults to "build-essential") + so that "apt-get build-dep" will ensure build essential packages are + installed prior to installing other build-dependencies + + -- Randolph Chung <tausq@debian.org> Tue, 4 Dec 2001 23:26:42 -0800 + apt (0.5.4) unstable; urgency=low * M68k config.guess patch. Closes: #88913 |