Package: zsh-common Version: 5.4.2-3 Severity: wishlist Tags: patch upstream
Please also suggest .changes files in piuparts completion. Quoting from
PIUPARTS(1):
SYNOPSIS
piuparts [-apvV] [-d distro] [-i filename] [-I
regexp] [-l logfile] [-m url] [--bindmount dir]
[package]... [changes_file]...
The attached patch should do the trick.
Best wishes,
Ryan
-- Package-specific info:
Packages which provide code meant to be sourced in .zshrc:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version
Architecture Description
+++-=========================================-=========================-=========================-========================================================================================
un grml-debootstrap <none> <none>
(no description available)
debsums: package grml-debootstrap is not installed
Packages which provide vendor completions:
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version
Architecture Description
+++-=========================================-=========================-=========================-========================================================================================
ii awscli 1.11.139-1 all
Universal Command Line Environment for AWS
ii beets 1.4.5-1 all
music tagger and library organizer
ii cmus 2.7.1+git20160225-1+b4 amd64
lightweight ncurses audio player
ii curl 7.57.0-1 amd64
command line tool for transferring data with URL syntax
ii git-buildpackage 0.9.5 all
Suite to help with Debian packages in Git repositories
ii pulseaudio 11.1-4 amd64
PulseAudio sound server
ii systemd 236-2 amd64
system and service manager
ii udev 236-2 amd64
/dev/ and hotplug management daemon
ii vlc-bin 3.0.0~rc4-1 amd64
binaries from VLC
ii youtube-dl 2017.11.06-1 all
downloader of videos from YouTube and other sites
dpkg-query: no path found matching pattern /usr/share/zsh/vendor-functions/
-- System Information:
Debian Release: buster/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'unstable'), (1,
'experimental-debug'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 4.14.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_CA.UTF-8), LANGUAGE=en_CA.UTF-8 (charmap=UTF-8) (ignored: LC_ALL set
to en_CA.UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
zsh-common depends on no packages.
Versions of packages zsh-common recommends:
ii zsh 5.4.2-3
Versions of packages zsh-common suggests:
pn zsh-doc <none>
-- no debconf information
-- debsums errors found:
debsums: changed file /usr/share/zsh/functions/Completion/Debian/_piuparts
(from zsh-common package)
--
|_)|_/ Ryan Kavanagh | GPG: 4E46 9519 ED67 7734 268F
| \| \ https://ryanak.ca/ | BD95 8F7B F8FC 4A11 C97A
Description: Suggest .changes files for piuparts completion Author: Ryan Kavanagh <[email protected]> Origin: Debian Forwarded: no Last-Update: 2018-01-02 --- This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ Index: zsh-common/Completion/Debian/Command/_piuparts =================================================================== --- zsh-common.orig/Completion/Debian/Command/_piuparts 2018-01-02 15:34:20.682915527 -0500 +++ zsh-common/Completion/Debian/Command/_piuparts 2018-01-02 15:36:24.531662661 -0500 @@ -24,7 +24,7 @@ if (( $+opt_args[-a] )); then _deb_packages avail else - _files -g '*.deb(-.)' + _files -g '*.deb(-.) *.changes(-.)' fi ;; esac
signature.asc
Description: PGP signature

