Fix-up a broken merge so smooth updates work again

Signed-off-by: Adam D. Barratt <adam@adam-barratt.org.uk>
master
Adam D. Barratt 13 years ago
parent 6667b8fcf9
commit b85db2b308

@ -1800,6 +1800,7 @@ class Britney:
if item.architecture != 'source' and parch != item.architecture: continue
# do not remove binaries which have been hijacked by other sources
if binaries[parch][0][binary][SOURCE] != item.package: continue
rdeps = binaries[parch][0][binary][RDEPENDS]
# if a smooth update is possible for the package, skip it
if not self.options.compatible and item.suite == 'unstable' and \
binary not in self.binaries[item.suite][parch][0] and \

Loading…
Cancel
Save