aboutsummaryrefslogtreecommitdiffhomepage
path: root/debian
diff options
context:
space:
mode:
authorFelipe Sateler <fsateler@debian.org>2017-11-05 12:09:18 -0300
committerGuido Günther <agx@sigxcpu.org>2017-11-05 18:38:59 +0100
commit7f85a0dd4a9df5a70ffc6cb4207371f37bf83e52 (patch)
tree4a1c0ccecd5fce074e9c9701c39a1a42f1e2e771 /debian
parentfab448de4ea3e17d563b23e1d726ab0199aa3a66 (diff)
zsh: Fix delegation of dscs options to dsc
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Diffstat (limited to 'debian')
-rw-r--r--debian/git-buildpackage.zsh-completion4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/git-buildpackage.zsh-completion b/debian/git-buildpackage.zsh-completion
index 90ae348b..f087410f 100644
--- a/debian/git-buildpackage.zsh-completion
+++ b/debian/git-buildpackage.zsh-completion
@@ -181,7 +181,7 @@ _gbp-import-dsc() {
_gbp-import-dscs() {
# same options
- _gbp-import_dsc
+ _gbp-import-dsc
_arguments \
'--debsnap[Fetch snapshots from snapshots.debian.org]' \
'--ignore-repo-config[Ignore options in gbp.conf]'
@@ -375,7 +375,7 @@ _gbp-dch () {
__gbp_tag_format_options
_arguments \
- '--git-ignore-branch[build although debian-branch != current branch]' \
+ '--ignore-branch[build although debian-branch != current branch]' \
'--since=-[Start point for reading commits]:commitish:' \
'--auto[Guess the last commit documented in the changelog]' \
'(--meta --no-meta)--meta[Parse meta tags]' \