aboutsummaryrefslogtreecommitdiffhomepage
path: root/gbp
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2009-02-26 09:04:39 +0100
committerGuido Günther <agx@sigxcpu.org>2009-02-26 13:48:28 +0100
commit1e62d1a4775669f65d42d8724dad7947674f605b (patch)
treeaa5ab2dddcbc513bdfae07f46e784c33b6af1521 /gbp
parent4ddcd5c3d5693b03c10b773a0ddd371c15bd5e76 (diff)
Pass "-d" to debuild when run as cleaner.
This way build-deps don't have to be fulfilled in the source tree but only in the build tree. Closes: #516876
Diffstat (limited to 'gbp')
-rw-r--r--gbp/config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gbp/config.py b/gbp/config.py
index 0cff3576..2789e2a3 100644
--- a/gbp/config.py
+++ b/gbp/config.py
@@ -26,7 +26,7 @@ class GbpOptionParser(OptionParser):
@type config_files: list
"""
defaults = { 'builder' : 'debuild -i\.git/ -I.git',
- 'cleaner' : 'debuild clean',
+ 'cleaner' : 'debuild -d clean',
'debian-branch' : 'master',
'upstream-branch' : 'upstream',
'pristine-tar' : 'False',