9c366c766bac3ee3fba107b2f598069d2bd60e74
[fw/altos] / debian / gbp.conf
1 # Configuration file for git-buildpackage and friends
2
3 [DEFAULT]
4 # the default build command:
5 #builder = debuild -i\.git/ -I.git
6 # the default clean command:
7 #cleaner = debian/rules prebuild && debuild clean
8 cleaner = debuild clean
9 # the default branch for upstream sources:
10 upstream-branch = upstream
11 # the default branch for the debian patch:
12 debian-branch = master
13 # the default tag formats used:
14 #upstream-tag = upstream/%(version)s
15 #debian-tag = debian/%(version)s
16 # use pristine-tar:
17 pristine-tar = True
18
19 # Options only affecting git-buildpackage
20 [git-buildpackage]
21 #upstream-branch = dfsgclean
22 # uncomment this to automatically GPG sign tags
23 #sign-tags = True
24 # keyid to GPG sign tags with
25 #keyid = 0xdeadbeef
26 # push to a remote repository after a successful tag: 
27 posttag = git push --mirror
28 # use this for more svn-buildpackage like behaviour:
29 export-dir = ../build-area/altos/
30 #tarball-dir = ../tarballs/
31
32 # Options only affecting git-import-orig
33 [git-import-orig]
34 #upstream-branch = newupstream
35 #debian-branch = dfsgclean
36 #filter = .svn
37
38 # Options only affecting git-import-dsc
39 [git-import-dsc]
40 #upstream-branch = svn-upstream
41 #filter = [ 'CVS', '.cvsignore' ]
42
43 # Options only affecting git-dch
44 [git-dch]
45 #git-log = --no-merges
46 #snapshot-number = snapshot + 1
47