X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-edos-builddebcheck;h=0cec41ceae960ee882ff61420803b80d2be2d953;hb=01e44aadfe82d4150966442c74c75aeb03d5f6cc;hp=b8a241169a1f8477adae0e2168dd5b9b43d12b43;hpb=ca63323f793d72b60f0574eb4202eb3a0c64618f;p=wannabuild.git diff --git a/bin/wb-edos-builddebcheck b/bin/wb-edos-builddebcheck index b8a2411..0cec41c 100755 --- a/bin/wb-edos-builddebcheck +++ b/bin/wb-edos-builddebcheck @@ -80,7 +80,9 @@ $explanation=""; $binpackage=""; while () { - if (/^\s+/) { + if (/^The following constraints cannot be satisfied:/) { + next + } elsif (/^\s+/) { if ($sourcestanza) { s/^(\s*)$sourceprefix(.*)(depends on|conflicts with)/$1$2build-$3/o; s/>/>/;