diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:09 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 17:05:09 +0000 |
commit | d20333af6b2091df46e78d3f0a34ae8a3e081584 (patch) | |
tree | 111000a7527c74e918296da464475994d072f885 /debian/changelog | |
parent | f2120f3d61c716d5a2489a450ef41db7b49e8d51 (diff) |
* Fix apt-get's suggests/recommends printing, which was...
Author: mdz
Date: 2004-01-26 18:14:36 GMT
* Fix apt-get's suggests/recommends printing, which was skipping every
other dependency due to both using GlobOr and incrementing the DepIterator
(Closes: #229722)
Diffstat (limited to 'debian/changelog')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index e639ed49f..bab51656b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,9 @@ apt (0.5.22) unstable; urgency=low * Updated French translation of man pages from Philippe Batailler <philippe.batailler@free.fr> (Closes: #203119) * Initialize StatusFile in debSystem (Closes: #229791) + * Fix apt-get's suggests/recommends printing, which was skipping every + other dependency due to both using GlobOr and incrementing the DepIterator + (Closes: #229722) -- |