diff options
author | dana <dana@dana.is> | 2019-03-25 16:19:00 -0500 |
---|---|---|
committer | dana <dana@dana.is> | 2019-03-25 16:19:00 -0500 |
commit | 683c2cc1ca6877a74b91c869e24642fdc4eb5ab3 (patch) | |
tree | 0a1d368a856038384b1adeba2eac6dde353bca31 /Completion/Debian/Command/_lintian | |
parent | 52f3266bd010918122ae039510486131a2c4afe3 (diff) | |
download | zsh-683c2cc1ca6877a74b91c869e24642fdc4eb5ab3.tar.gz zsh-683c2cc1ca6877a74b91c869e24642fdc4eb5ab3.zip |
44160 (tweaked): Completion: Add _deb_files, match *.ddeb
Add new helper function for generating Debian package/control files, use it
where applicable
Adjusted only for minor white-space corruption in original patch
Diffstat (limited to 'Completion/Debian/Command/_lintian')
-rw-r--r-- | Completion/Debian/Command/_lintian | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/Debian/Command/_lintian b/Completion/Debian/Command/_lintian index d60acc9ed..71e71ee3d 100644 --- a/Completion/Debian/Command/_lintian +++ b/Completion/Debian/Command/_lintian @@ -38,7 +38,7 @@ case "$service" in '(-s --source)'{-s,--source}'[the following packages are source]' \ '--udeb[the following packages are udebs]' \ '(-p --packages-file)'{-p,--packages-file}'[process packages listed in file]:list:_files' \ - '*:package:_files -g "*.(changes|deb|dsc)(-.)"' && return 0 + '*: :_deb_files -c' && return 0 ;; (lintian-info) |