mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-23 01:44:52 +01:00
b1831332a6
[dgit import tarball notmuch 0.28.2-1 notmuch_0.28.2-1.debian.tar.xz]
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
|