mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 20:08:10 +01:00
a9f1c7c294
No one knows why this invocation is here. it does weird things during the build. If a developer really wants this behavior, they can specify it in their own ~/.gbp.conf Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
14 lines
325 B
Text
14 lines
325 B
Text
# Configuration file for git-buildpackage
|
|
|
|
[DEFAULT]
|
|
# The default branch for upstream sources
|
|
upstream-branch = master
|
|
|
|
# The default branch for the debian patch (no patch in our case)
|
|
debian-branch = master
|
|
|
|
# Format for upstream tags
|
|
upstream-tag = %(version)s
|
|
|
|
# Format for the debian tag
|
|
debian-tag = debian/%(version)s
|