|
|
@ -902,10 +902,9 @@ class Britney:
|
|
|
|
elif anyworthdoing:
|
|
|
|
elif anyworthdoing:
|
|
|
|
excuse.addhtml("Not considered")
|
|
|
|
excuse.addhtml("Not considered")
|
|
|
|
self.excuses.append(excuse)
|
|
|
|
self.excuses.append(excuse)
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# otherwise, return True
|
|
|
|
# otherwise, return False
|
|
|
|
return True
|
|
|
|
return False
|
|
|
|
|
|
|
|
|
|
|
|
def should_upgrade_src(self, src, suite):
|
|
|
|
def should_upgrade_src(self, src, suite):
|
|
|
|
"""Check if source package should be upgraded
|
|
|
|
"""Check if source package should be upgraded
|
|
|
|