diff options
author | Michael Vogt <mvo@debian.org> | 2008-11-07 21:04:50 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-11-07 21:04:50 +0100 |
commit | cf85342f56a75e8823d900f2e6db9a93537b31c6 (patch) | |
tree | 1edeb7739e9236ff9eb63ffa25d105c6fd9cb18f /doc/examples | |
parent | e6d9c2b40e935d4a2690173f324705fbd56baf5a (diff) | |
parent | 425684e05521bba07b03dc2c5e647908ce757141 (diff) |
* doc/examples/configure-index:
- Removed obsoleted header line. (Closes: #417638)
- Changed 'linux-kernel' to 'linux-image'.
* doc/sources.list.5.xml:
- Fixed typo and grammar in 'sources.list.d' section. Thanks to
Timothy G Abbott <tabbott@MIT.EDU>. (Closes: #478098)
* doc/apt-get.8.xml:
- Advanced descriptions for 'remove' and 'purge' options.
(Closes: #274283)
* debian/rules:
- Target 'apt' need to depend on 'build-doc'. Thanks for Peter Green.
Fixes FTBFS. (Closes: #504181)
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index d0c453a1c..07803b2cb 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -1,4 +1,3 @@ -// $Id: configure-index,v 1.10 2004/07/17 19:37:16 mdz 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 (except for the last line) a completely valid file. Most of the options have sane default @@ -25,7 +24,7 @@ APT Architecture "i386"; Build-Essential "build-essential"; - NeverAutoRemove { "linux-kernel.*"; }; // packages that should never + NeverAutoRemove { "linux-image.*"; }; // packages that should never // considered for autoRemove // Options for apt-get |