From: Daniel Kahn Gillmor Date: Tue, 6 Feb 2018 19:38:21 +0000 (-0500) Subject: debian: drop export-dir from gbp.conf X-Git-Tag: 0.27_rc0~52 X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=commitdiff_plain;h=a9f1c7c294526afb2a2ac18003a654ea4c780b7b 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 --- diff --git a/debian/gbp.conf b/debian/gbp.conf index 6cb451a4..a1c8735d 100644 --- a/debian/gbp.conf +++ b/debian/gbp.conf @@ -7,9 +7,6 @@ upstream-branch = master # The default branch for the debian patch (no patch in our case) debian-branch = master -# Directory for performing the build -export-dir = ./debian-build - # Format for upstream tags upstream-tag = %(version)s