File: gbp.conf

package info (click to toggle)
gcc-6-doc 6.3.0-1
  • links: PTS, VCS
  • area: non-free
  • in suites: stretch
  • size: 26,640 kB
  • ctags: 102
  • sloc: perl: 473; python: 291; makefile: 269; cpp: 17
file content (17 lines) | stat: -rw-r--r-- 470 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# Configuration file for git-buildpackage and friends

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

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