From d3231c5a17b33a5b7f4742c66db1091e5a775c9a Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sat, 7 Jan 2017 18:15:13 +0000 Subject: [PATCH] dgit: Option parsing: Provide call to build_prep_early in build_source This means $isuite is set a bit earlier, etc. Signed-off-by: Ian Jackson --- dgit | 1 + 1 file changed, 1 insertion(+) diff --git a/dgit b/dgit index 0cac5210..d2da0f13 100755 --- a/dgit +++ b/dgit @@ -5729,6 +5729,7 @@ sub cmd_gbp_build { sub cmd_git_build { cmd_gbp_build(); } # compatibility with <= 1.0 sub build_source { + build_prep_early(); my $our_cleanmode = $cleanmode; if ($need_split_build_invocation) { # Pretend that clean is being done some other way. This -- 2.30.2