From: Joachim Breitner Date: Wed, 29 Jul 2009 18:05:17 +0000 (+0200) Subject: Do not Build-Conflict on the Build-Depends X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=ff9da3d1d8f1a5eca96e69a5582127a61ccc226c;p=wannabuild.git Do not Build-Conflict on the Build-Depends --- 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;