diff options
author | Michael Vogt <mvo@debian.org> | 2013-05-16 15:30:23 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2013-05-16 15:30:23 +0200 |
commit | 26751d22f2043531fd4c7291b6f391cd27a25942 (patch) | |
tree | adb09d78d55e1866fbec5a827b23ceeb18f88e31 /debian/gbp.conf | |
parent | 8ffc2406c7fe05eb3db7f436967e8680deda0e5b (diff) |
add export-dir and debian-branch
Diffstat (limited to 'debian/gbp.conf')
-rw-r--r-- | debian/gbp.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/gbp.conf b/debian/gbp.conf index 1df123ac5..0d48f8317 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -1,3 +1,5 @@ [DEFAULT] prebuild = ./prepare-release pre-export postbuild = ./prepare-release post-build +export-dir = ../build-area +debian-branch = debian/sid |