mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 19:08:09 +01:00
a06f7b6737
Debian tags have been using '/', instead of '-' as a separator.
17 lines
391 B
Text
17 lines
391 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
|
|
|
|
# Directory for performing the build
|
|
export-dir = ./debian-build
|
|
|
|
# Format for upstream tags
|
|
upstream-tag = %(version)s
|
|
|
|
# Format for the debian tag
|
|
debian-tag = debian/%(version)s
|