debian: drop export-dir from gbp.conf

No one knows why this invocation is here.  it does weird things during
the build.  If a developer really wants this behavior, they can
specify it in their own ~/.gbp.conf

Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
This commit is contained in:
Daniel Kahn Gillmor 2018-02-06 14:38:21 -05:00 committed by David Bremner
parent cf8c689eab
commit a9f1c7c294

3
debian/gbp.conf vendored
View file

@ -7,9 +7,6 @@ upstream-branch = master
# The default branch for the debian patch (no patch in our case) # The default branch for the debian patch (no patch in our case)
debian-branch = master debian-branch = master
# Directory for performing the build
export-dir = ./debian-build
# Format for upstream tags # Format for upstream tags
upstream-tag = %(version)s upstream-tag = %(version)s