diff options
-rw-r--r-- | debian/changelog | 9 | ||||
-rw-r--r-- | doc/apt-get.8.xml | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5e4598e3f..12b7d4b23 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +apt (0.8.15.9) unstable; urgency=low + + [ David Kalnischkies ] + * doc/apt-get.8.xml: + - change wording of autoremove description as suggested + by Robert Simmons, thanks! (Closes: #641490) + + -- David Kalnischkies <kalnischkies@gmail.com> Wed, 14 Sep 2011 21:01:56 +0200 + apt (0.8.15.8) unstable; urgency=low [ David Kalnischkies ] diff --git a/doc/apt-get.8.xml b/doc/apt-get.8.xml index 9d901b492..624e4355e 100644 --- a/doc/apt-get.8.xml +++ b/doc/apt-get.8.xml @@ -317,7 +317,7 @@ <varlistentry><term>autoremove</term> <listitem><para><literal>autoremove</literal> is used to remove packages that were automatically - installed to satisfy dependencies for some package and that are no more needed.</para></listitem> + installed to satisfy dependencies for other packages and are now no longer needed.</para></listitem> </varlistentry> <varlistentry><term>changelog</term> |