diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 23:05:18 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 23:05:18 +0200 |
commit | 12fcdc5bf0fa71ac6f45fffea545959d33a47f49 (patch) | |
tree | e7dfc58ca331818aff4ccc4e3b4b3dc3b0d66a75 | |
parent | c10bbbf9f12dc94726d5fa1110674686b8e64393 (diff) | |
download | zsh-12fcdc5bf0fa71ac6f45fffea545959d33a47f49.tar.gz zsh-12fcdc5bf0fa71ac6f45fffea545959d33a47f49.zip |
Workflow: Fix copy & paste error
Git-Dch: Ignore
-rw-r--r-- | debian/pkg-zsh-workflow.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index ecadc0223..5d95dae42 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -377,8 +377,8 @@ Generating packages Alternatively, `git-buildpackage` (short `gbp`) also provides ways of building packages from our packaging codebase. And since we are using -the `gbp dch` command (formerly `git-dhtool (also available asc`) from this utility -suite anyway, the tool should be available already. +the `gbp dch` command (formerly `git-dch` tool from this utility suite +anyway, the tool should be available already. `git-buildpackage` allows building the package from within the package repository and is currently avial |