zsh-workers
 help / color / mirror / code / Atom feed
2624bd3d252ea54b8281954181d58d1492813642 blob 835 bytes (raw)

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
 
#compdef dscverify

# $ dscverify --version
# This is dscverify, from the Debian devscripts package, version 2.20.2
# ...

  local all_opts=(
    '--help[show the help message and exit]'
    '--version[show the version + copyright and exit]'
    '--no-default-keyrings[do not check against the default keyrings]'
    '*--keyring[add keyring to the list of keyrings used]:keyring:_files -g "*.(kbx|gpg)(-.)"'
    '(--nosigcheck --no-sig-check -u)'{--nosigcheck,--no-sig-check,-u}'[do not verify the GPG signature]'
    '--verbose[do not suppress GPG output]'
    '*:dsc file:_files -g "*.(changes|dsc|buildinfo)(-.)"'
  )

  local first_only=(
    '(--no-conf --noconf)'{--no-conf,--noconf}'[do not read the devscripts config file]'
  )

  if (( CURRENT == 2 )); then
    all_opts+=($first_only)
  fi

  _arguments \
    "$all_opts[@]"
debug log:

solving 2624bd3d2 ...
found 2624bd3d2 in https://inbox.vuxu.org/zsh-workers/32841-1625786855.321208@uVn9.8qCB.5YXS/
found 4d383c6c4 in https://git.vuxu.org/mirror/zsh/
preparing index
index prepared:
100644 4d383c6c4b84c3de44548ca5920d69700e84cbe4	Completion/Debian/Command/_dscverify

applying [1/1] https://inbox.vuxu.org/zsh-workers/32841-1625786855.321208@uVn9.8qCB.5YXS/
diff --git a/Completion/Debian/Command/_dscverify b/Completion/Debian/Command/_dscverify
index 4d383c6c4..2624bd3d2 100644

Checking patch Completion/Debian/Command/_dscverify...
Applied patch Completion/Debian/Command/_dscverify cleanly.

index at:
100644 2624bd3d252ea54b8281954181d58d1492813642	Completion/Debian/Command/_dscverify

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).