Bug#1028623: apt: "apt info" should report Multi-Arch fields

2023-04-01 Thread Dima Kogan
Thanks for replying. I get the rationale, but I'd like to find some kind of better solution here. DonKult just pointed out to me on IRC that I can get the output I want with an "apt-cache show" instead of "apt show". Which is great. But it exposes a different problem: "apt" and

Bug#1028623: apt: "apt info" should report Multi-Arch fields

2023-04-01 Thread Julian Andres Klode
Control: tag -1 wontfix On Sat, Apr 01, 2023 at 10:38:05AM -0700, Dima Kogan wrote: > I just realized that it also doesn't report the Architecture field, so > it's impossible to tell if a given package is Architecture:all or not. > This info is there in /var/lib/apt/lists, so it's available to

Bug#1028623: apt: "apt info" should report Multi-Arch fields

2023-04-01 Thread Dima Kogan
I just realized that it also doesn't report the Architecture field, so it's impossible to tell if a given package is Architecture:all or not. This info is there in /var/lib/apt/lists, so it's available to the tool. Can we please make "apt info PACKAGE" and "apt show PACKAGE" report these fields?

Bug#1028623: apt: "apt info" should report Multi-Arch fields

2023-01-13 Thread Dima Kogan
Package: apt Version: 2.5.2 Severity: normal X-Debbugs-Cc: Dima Kogan Hi. Currently "apt info" doesn't show all the fields describing a package. In particular, the Multi-Arch fields are omitted, which makes it challenging to debug issues involving those tags. Can we please add this logic? I