diff options
-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 27f78e958..526dfa249 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,10 @@ apt (0.7.19) unstable; urgency=low [ Michael Vogt ] - fix SIGHUP handling (closes: #463030) + [ 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 |