]> git.donarmstrong.com Git - wannabuild.git/commitdiff
Do not Build-Conflict on the Build-Depends
authorJoachim Breitner <nomeata@debian.org>
Wed, 29 Jul 2009 18:05:17 +0000 (20:05 +0200)
committerJoachim Breitner <nomeata@debian.org>
Wed, 29 Jul 2009 18:05:17 +0000 (20:05 +0200)
bin/wanna-build

index 5fb90f011cbaed3f70794b29ef77507c4b72be60..178688bec819aba3b8a619872cf101b4a72936bf 100755 (executable)
@@ -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;