diff options
Diffstat (limited to 'gbp.conf.dot.link')
-rw-r--r-- | gbp.conf.dot.link | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gbp.conf.dot.link b/gbp.conf.dot.link new file mode 100644 index 0000000..368cc25 --- /dev/null +++ b/gbp.conf.dot.link @@ -0,0 +1,12 @@ +[DEFAULT] +builder = git-pbuilder +cleaner = fakeroot debian/rules clean +pristine-tar = True +color = auto + +[git-buildpackage] +export-dir = ../build-area/ +tarball-dir = ../tarballs/ + +[git-import-orig] +dch = False |