diff --git a/.gbp.conf b/.gbp.conf new file mode 100644 index 00000000..d1dcf874 --- /dev/null +++ b/.gbp.conf @@ -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/ +