]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-edos-builddebcheck
Parse Reason from edos-debcheck
[wannabuild.git] / bin / wb-edos-builddebcheck
index b8a241169a1f8477adae0e2168dd5b9b43d12b43..0cec41ceae960ee882ff61420803b80d2be2d953 100755 (executable)
@@ -80,7 +80,9 @@ $explanation="";
 $binpackage="";
 
 while (<RESULT>) {
-    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/&gt;/>/;