| 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 = debuild clean |
|---|
| 8 | # the default branch for upstream sources: |
|---|
| 9 | upstream-branch = upstream |
|---|
| 10 | # the default branch for the debian patch: |
|---|
| 11 | debian-branch = debian0 |
|---|
| 12 | # the default tag formats used: |
|---|
| 13 | #upstream-tag = upstream/%(version)s |
|---|
| 14 | #debian-tag = debian/%(version)s |
|---|
| 15 | # use pristine-tar: |
|---|
| 16 | #pristine-tar = True |
|---|
| 17 | |
|---|
| 18 | # Options only affecting git-buildpackage |
|---|
| 19 | [git-buildpackage] |
|---|
| 20 | #upstream-branch = dfsgclean |
|---|
| 21 | # uncomment this to automatically GPG sign tags |
|---|
| 22 | #sign-tags = True |
|---|
| 23 | # keyid to GPG sign tags with |
|---|
| 24 | #keyid = 0xdeadbeef |
|---|
| 25 | # push to a remote repository after a successful tag: |
|---|
| 26 | #posttag = git-push git.example.com |
|---|
| 27 | # use this for more svn-buildpackage like behaviour: |
|---|
| 28 | export-dir = ../build-area/ |
|---|
| 29 | #tarball-dir = ../tarballs/ |
|---|
| 30 | #ignore-new = True |
|---|
| 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 | #id-length = 0 |
|---|