From: Joachim Breitner Date: Wed, 29 Jul 2009 16:28:20 +0000 (+0200) Subject: More gracefully hande edos-debcheck witout reason explanation X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=9f7d38a90a9c24274dc899eac5020e08362b0c11;p=wannabuild.git More gracefully hande edos-debcheck witout reason explanation Will be fixed when edos-debcheck is backported. --- diff --git a/bin/wanna-build b/bin/wanna-build index 62ad068..5874837 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -2613,6 +2613,7 @@ sub call_edos_depcheck { if (defined $interesting_packages{$key}) { change_state( \$pkg, 'BD-Uninstallable' ); $pkg->{'Reason'} = $interesting_packages{$key}; + $pkg->{'Reason'} ||= 'No reason given by edos-debcheck'; } else { change_state( \$pkg, 'Needs-Build' ); }