]> git.donarmstrong.com Git - wannabuild.git/blobdiff - bin/wb-edos-builddebcheck
Parse Reason from edos-debcheck
[wannabuild.git] / bin / wb-edos-builddebcheck
index ec4a6dd0f0c3d1596d503b6acd5cfd9368931cb4..0cec41ceae960ee882ff61420803b80d2be2d953 100755 (executable)
@@ -12,7 +12,7 @@ $sourceprefix="source---";
 
 $architecture="";
 $binexplain=0;
-$edosoptions = "-failures -explain -quiet";
+$edosoptions = "-failures -explain";
 while ( $arg = shift @ARGV ) {
     if ( $arg eq '-a' || $arg eq '--architecture' ) {
        if ($#ARGV == -1) {
@@ -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;/>/;