blob: 2f191ab5ff507ea36d316015c1f5e044105e9759 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Configuration file for git-buildpackage and friends
[DEFAULT]
upstream-branch = upstream
debian-branch = debian
upstream-tag = upstream/%(version)s
debian-tag = debian/%(version)s
# Options only affecting "gbp dch"
[dch]
id-length = 8
meta = True
multimaint-merge = True
[import-orig]
upstream-vcs-tag = zsh-%(version)s
|