2009-09-11 05:03:31 +00:00
|
|
|
[DEFAULT]
|
|
|
|
# the default branch for upstream sources:
|
|
|
|
upstream-branch = upstream
|
|
|
|
# the default branch for the debian patch:
|
2012-01-07 23:53:13 +00:00
|
|
|
debian-branch = debian
|
2009-09-11 05:03:31 +00:00
|
|
|
# use pristine-tar
|
|
|
|
pristine-tar = True
|
|
|
|
# the default tag formats used:
|
2012-07-31 20:52:44 +00:00
|
|
|
upstream-tag = %(version)s
|
2009-09-11 05:03:31 +00:00
|
|
|
debian-tag = debian/%(version)s
|
|
|
|
|
|
|
|
|
|
|
|
# Options only affecting git-buildpackage
|
|
|
|
[git-buildpackage]
|
|
|
|
# use this for more svn-buildpackage like bahaviour:
|
|
|
|
export-dir = ../build-area/
|
|
|
|
tarball-dir = ../tarballs/
|
|
|
|
|