File: gbp.conf

package info (click to toggle)
gcc-doc-defaults 5%3A21
  • links: PTS, VCS
  • area: contrib
  • in suites: bullseye
  • size: 348 kB
  • sloc: makefile: 102; sh: 30
file content (16 lines) | stat: -rw-r--r-- 387 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Configuration file for git-buildpackage and friends

[DEFAULT]
# the default build command:
builder = debuild
# the default branch for the debian patch:
debian-branch = master
# the default tag formats used:
upstream-tag = upstream-files/%(version)s
debian-tag = debian/%(version)s
pristine-tar = True

[buildpackage]
# uncomment this to automatically GPG sign tags:
sign-tags = True