X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=bin%2Fwb-edos-builddebcheck;h=0cec41ceae960ee882ff61420803b80d2be2d953;hb=2ac5454880b42ac90db3bca61fc04fd82c993987;hp=b8a241169a1f8477adae0e2168dd5b9b43d12b43;hpb=a9eadb85386efd458e698dddd8f526f799838eda;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/>/>/;