This bug was fixed in the package apt - 0.8.16~exp5ubuntu14
---
apt (0.8.16~exp5ubuntu14) precise; urgency=low
[ David Kalnischkies ]
* apt-pkg/pkgcachegen.cc:
- refactor MergeList by creating -Group, -Package and -Version specialist
- share description list between "same"
** Branch linked: lp:debian/experimental/apt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868977
Title:
apt-cache show apt:i386 does not include the long description
To manage notifications about
** Branch linked: lp:apt
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868977
Title:
apt-cache show apt:i386 does not include the long description
To manage notifications about this bug go to:
http
** Branch linked: lp:~donkult/apt/experimental
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868977
Title:
apt-cache show apt:i386 does not include the long description
To manage notifications abou
** Tags removed: patch
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868977
Title:
apt-cache show apt:i386 does not include the long description
To manage notifications about this bug go to:
https:
The attachment "Proof of conecpt fix" of this bug report has been
identified as being a patch. The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch. In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch
** Changed in: apt (Ubuntu)
Status: New => Triaged
** Changed in: apt (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/868977
Title:
apt-cache show a
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 nee