From ff9da3d1d8f1a5eca96e69a5582127a61ccc226c Mon Sep 17 00:00:00 2001 From: Joachim Breitner <nomeata@debian.org> Date: Wed, 29 Jul 2009 20:05:17 +0200 Subject: [PATCH] Do not Build-Conflict on the Build-Depends --- bin/wanna-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/wanna-build b/bin/wanna-build index 5fb90f0..178688b 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -1253,7 +1253,7 @@ sub parse_sources { # Store Build-Deps and Build-Conflicts for edos-debcheck later $pkg->{'Build-Depends'} = $builddep, $change++ if ($pkg->{'Build-Depends'} ne $builddep); - $pkg->{'Build-Conflicts'} = $builddep, $change++ + $pkg->{'Build-Conflicts'} = $buildconf, $change++ if ($pkg->{'Build-Conflicts'} ne $buildconf); $db{$name} = $pkg if $change; -- 2.39.5