From 1e62d1a4775669f65d42d8724dad7947674f605b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Guido=20G=C3=BCnther?= Date: Thu, 26 Feb 2009 09:04:39 +0100 Subject: [PATCH] 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 --- gbp/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.34.1