From: David Kalnischkies Date: Thu, 24 Sep 2009 10:19:42 +0000 (+0200) Subject: add bugnr to the fix two little typos in the --simulate description. (Closes: #545059) X-Git-Tag: 0.7.24~2^2~5 X-Git-Url: https://git.saurik.com/apt.git/commitdiff_plain/96bc713cb6f2b5442700a40a64f1c6315942d82a add bugnr to the fix two little typos in the --simulate description. (Closes: #545059) The double spaces are not a bug of APT nor one of po4a. Thanks to Nicolas François for the explaination! --- diff --git a/debian/changelog b/debian/changelog index e21ed2dfd..5a9001658 100644 --- a/debian/changelog +++ b/debian/changelog @@ -23,7 +23,7 @@ apt (0.7.24) UNRELEASED; urgency=low * apt-pkg/contrib/strutl.cc: - replace unknown multibytes with ? in UTF8ToCharset (Closes: #545208) * doc/apt-get.8.xml: - - fix two little typos in the --simulate description. + - fix two little typos in the --simulate description. (Closes: #545059) * apt-pkg/aptconfiguration.cc, doc/apt.conf.5.xml: - add an order subgroup to the compression types to simplify reordering a bit and improve the documentation for this option group.