Bug#962133: [Pkg-zsh-devel] Bug#962133: zsh-common: missing package in "dpkg -s" completion

2020-06-03 Thread Vincent Lefevre
The issue is that /usr/share/zsh/functions/Completion/Debian/_deb_packages just considers packages in states install and hold: _deb_packages_update_installed () { if ( [[ ${+_deb_packages_cache_installed} -eq 0 ]] || _cache_invalid DEBS_installed ) && ! _retrieve_cache DEBS_installed;

Bug#962133: [Pkg-zsh-devel] Bug#962133: zsh-common: missing package in "dpkg -s" completion

2020-06-03 Thread Vincent Lefevre
On 2020-06-03 17:45:11 +0200, Axel Beckert wrote: > Vincent Lefevre wrote: > > Actually there's another one: > > > > zira:~> dpkg -l | grep '^rc' > > rc openntpd 1:6.0p1-1 > >amd64OpenBSD NTP daemon > > All packages shown as "rc"

Bug#962133: [Pkg-zsh-devel] Bug#962133: zsh-common: missing package in "dpkg -s" completion

2020-06-03 Thread Vincent Lefevre
On 2020-06-03 17:34:44 +0200, Axel Beckert wrote: > Vincent Lefevre wrote: > > The package libplacebo7 is installed, but "dpkg -s" completion does > > not propose it: > [...] > > According to "dpkg -s [TAB]", it seems to be the only missing package. > > I don't know what is particular with it,

Bug#962133: [Pkg-zsh-devel] Bug#962133: zsh-common: missing package in "dpkg -s" completion

2020-06-03 Thread Axel Beckert
Control: severity -1 wishlist Control: tag -1 + upstream Hi Vincent, Vincent Lefevre wrote: > Actually there's another one: > > zira:~> dpkg -l | grep '^rc' > rc openntpd 1:6.0p1-1 > amd64OpenBSD NTP daemon All packages shown as

Bug#962133: [Pkg-zsh-devel] Bug#962133: zsh-common: missing package in "dpkg -s" completion

2020-06-03 Thread Axel Beckert
Hi, Vincent Lefevre wrote: > The package libplacebo7 is installed, but "dpkg -s" completion does > not propose it: [...] > According to "dpkg -s [TAB]", it seems to be the only missing package. > I don't know what is particular with it, except that it is marked to > be purged. "marked to be