From 5974b25d992f6f7dbc9ab560d582b3153ce02a57 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Wed, 5 Mar 2014 15:12:45 +0000 Subject: [PATCH] Fix inverted logic in should_upgrade_srcarch. --- britney.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/britney.py b/britney.py index 1b87638..80e8369 100755 --- a/britney.py +++ b/britney.py @@ -1217,7 +1217,7 @@ class Britney(object): # find unsatisfied dependencies for the new binary package if not self.excuse_unsat_deps(pkg_name, src, arch, suite, excuse): - unsat_deps = False + unsat_deps = True # if the binary is not present in testing, then it is a new binary; # in this case, there is something worth doing