apt-cache show apt:i386 does not include the long description
Bug #868977 reported by
Michael Vogt
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apt (Ubuntu) |
Fix Released
|
Medium
|
Unassigned |
Bug Description
On a amd64 multiarch system the following command shows the full description as expected:
$ apt-cache show apt
but
$ apt-cache show apt:i386
does only show the summary.
Changed in apt (Ubuntu): | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | removed: patch |
To post a comment you must log in.
The issue is that in MergeList for indexes without a architecture (like the Translations index) for Arch the main architecture is returned. So when the translated descriptions are added they will only be added for the main arch instead of for all arches.
Attached is a small fix for this but it needs some work as it makes the diff (with proper indent) pretty big and this is also a
good opportunity to simply this loop.