File: gbp.conf

package info (click to toggle)
pidgin 2.7.3-1%2Bsqueeze4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 61,844 kB
  • ctags: 31,772
  • sloc: ansic: 321,156; sh: 10,269; makefile: 3,515; python: 1,285; perl: 520; cs: 209; tcl: 96; xml: 10
file content (27 lines) | stat: -rw-r--r-- 862 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Configuration file for git-buildpackage and friends

[DEFAULT]
# use pristine-tar:
pristine-tar = True
# Don't check if debian-branch == current branch
#ignore-branch = True
# the default branch for upstream sources:
#upstream-branch = upstream                                                     
# the default branch for the debian patch:
debian-branch = debian/squeeze
# the default tag formats used:
#upstream-tag = upstream/%(version)s
#debian-tag = debian/%(version)s

# Options only affecting git-buildpackage
[git-buildpackage]
# uncomment this to automatically GPG sign tags
sign-tags = True
# push to a remote repository after a successful tag: 
#posttag = git-push git.example.com
# let package generate upstream changelog before build:
#prebuild = GIT_DIR=$GBP_GIT_DIR debian/autogen.sh

[git-dch]
# include information from meta tags:
meta = True