mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-04 08:28:15 +01:00
3dd88a8d73
[dgit import tarball notmuch 0.38.2-1.1 notmuch_0.38.2-1.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
|