diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-09 00:08:05 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-09 00:08:05 +0200 |
commit | 7654f5367be381b432be1665ae1bbb07f05f0dd7 (patch) | |
tree | f141e1c1981962650d82ae001ea5e51d6d0b16db | |
parent | 0e36f80d950a2add255dcd0eab18b34919638190 (diff) | |
download | zsh-7654f5367be381b432be1665ae1bbb07f05f0dd7.tar.gz zsh-7654f5367be381b432be1665ae1bbb07f05f0dd7.zip |
Workflow: Mention to which package dpt belongs
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 588c1e8b1..62f0b3fc9 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -495,8 +495,8 @@ TODO * How and when to tag releases → `gbp buildpackage --git-tag` or even `gbp buildpackage --git-tag-only` only after the upload has been uploaded/accepted. -* How and when to push tags. Debian Perl Group's `dpt push` comes in - handy. +* How and when to push tags. Debian Perl Group's `dpt push` (from the + package `pkg-perl-tools`) comes in handy. * `git commit -m 'Something unimportant' -m 'Git-Dch: Ignore'` * `export QUILT_PATCHES=debian/patches` should be mentioned under *Repository setup*, not under *Verify that the package builds*. |