mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 03:18:08 +01:00
15 lines
336 B
Text
15 lines
336 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 the debian tag
|
||
|
debian-tag = debian-%(version)s
|