diff --git a/britney.py b/britney.py index a760a70..1f01087 100755 --- a/britney.py +++ b/britney.py @@ -1529,7 +1529,6 @@ class Britney(object): maxver = pkgv if maxver is not None and apt_pkg.version_compare(maxver, v) > 0: maybe_nbs = "; NBS?" - break oodtxt = oodtxt + "%s (from %s%s)" % \ (", ".join(sorted(oodbins[v])), self.options.distribution, urllib.quote(src.split("/")[0]), urllib.quote(v), v, maybe_nbs)