From: Kurt Roeckx Date: Fri, 4 Sep 2009 18:01:43 +0000 (+0000) Subject: Allow state Dep-Wait-Removed when importing. X-Git-Url: https://git.donarmstrong.com/?p=wannabuild.git;a=commitdiff_plain;h=01e44aadfe82d4150966442c74c75aeb03d5f6cc Allow state Dep-Wait-Removed when importing. --- diff --git a/bin/wanna-build b/bin/wanna-build index fede1c0..8401dff 100755 --- a/bin/wanna-build +++ b/bin/wanna-build @@ -1949,7 +1949,7 @@ sub check_entry { # check state field die "Bad state $pkg->{'state'} of package $pkg->{Package}\n" if !isin( $pkg->{'state'}, - qw(Needs-Build Building Built Build-Attempted Uploaded Installed Dep-Wait + qw(Needs-Build Building Built Build-Attempted Uploaded Installed Dep-Wait Dep-Wait-Removed Failed Failed-Removed Not-For-Us BD-Uninstallable ) ); }