Merge branch 'debian' into debian-release

* debian:
  NF: .gbp.conf with instructions for git-buildpackage
debian-releases/squeeze
Yaroslav Halchenko 2009-09-11 01:10:25 -04:00
commit d410555435
1 changed files with 18 additions and 0 deletions

18
.gbp.conf Normal file
View File

@ -0,0 +1,18 @@
[DEFAULT]
# the default branch for upstream sources:
upstream-branch = upstream
# the default branch for the debian patch:
debian-branch = debian-release
# use pristine-tar
pristine-tar = True
# the default tag formats used:
upstream-tag = upstream/%(version)s
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/