diff options
author | Michael Vogt <mvo@debian.org> | 2008-11-14 21:12:57 +0100 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2008-11-14 21:12:57 +0100 |
commit | f3994b89fc34d1446883f94c006b07e36568d48e (patch) | |
tree | 2a05b578d6fc8bdc505d9dd2c25d260d144fe029 | |
parent | 44307a1681c01ee87e20520e70d56a7c844c441d (diff) | |
parent | 087a772e3a319491243e47470a922e0cb6997a5c (diff) |
* doc/apt-get.8.xml:
- Explicitly say that 'dist-upgrade' command may remove packages.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index f3dac5749..8d9ab66f3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -30,6 +30,10 @@ apt (0.7.19) unstable; urgency=low - Polish updated. Closes: #505569 - German updated. Closes: #505614 + [ Eugene V. Lyubimkin ] + * doc/apt-get.8.xml: + - Explicitly say that 'dist-upgrade' command may remove packages. + -- Eugene V. Lyubimkin <jackyf.devel@gmail.com> Sat, 08 Nov 2008 12:40:19 +0200 apt (0.7.18) unstable; urgency=low diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index d4c849f43..ace7f9e1b 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -156,6 +156,7 @@ with new versions of packages; <command>apt-get</command> has a "smart" conflict resolution system, and it will attempt to upgrade the most important packages at the expense of less important ones if necessary. + So, <literal>dist-upgrade</literal> command may remove some packages. The <filename>/etc/apt/sources.list</filename> file contains a list of locations from which to retrieve desired package files. See also &apt-preferences; for a mechanism for |