diff --git a/britney.py b/britney.py index 2eea78f..d8b03a8 100755 --- a/britney.py +++ b/britney.py @@ -2059,7 +2059,7 @@ class Britney: sources = self.sources binaries = self.binaries['testing'] # remove all binary packages (if the source already exists) - if item.architecture == 'source' or item.is_removal: + if item.architecture == 'source' or not item.is_removal: if item.package in sources['testing']: source = sources['testing'][item.package] # remove all the binaries