diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2015-04-28 23:16:41 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2015-04-28 23:16:41 +0200 |
commit | 1e841579629865b404ac155b274e298b07f756ca (patch) | |
tree | edcdab00577c8cfa16897509c19de4c33d8b2663 /debian/gbp.conf | |
parent | b4c17e7c69f7b334f22dbe3ee0d3857045cf5667 (diff) | |
download | zsh-1e841579629865b404ac155b274e298b07f756ca.tar.gz zsh-1e841579629865b404ac155b274e298b07f756ca.zip |
Use "gbp dch" instead of "git-dch" in helper scripts and package build docs
git-dch is history as of git-buildpackage 0.6.24.
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index bc1dd705e..7b458d531 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -6,8 +6,8 @@ debian-branch = debian upstream-tag = zsh-%(version)s debian-tag = debian/%(version)s -# Options only affecting git-dch -[git-dch] +# Options only affecting "gbp dch" +[gbp-dch] id-length = 8 meta = True multimaint-merge = True |