mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-05-23 00:11:32 +00:00
britney.py: Remove trailing semi-colons
Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
parent
8623ffc224
commit
bfb71f966b
@ -992,7 +992,7 @@ class Britney(object):
|
|||||||
# if no package can satisfy the dependency, add this information to the excuse
|
# if no package can satisfy the dependency, add this information to the excuse
|
||||||
if not packages:
|
if not packages:
|
||||||
excuse.addhtml("%s/%s unsatisfiable Depends: %s" % (pkg, arch, block_txt.strip()))
|
excuse.addhtml("%s/%s unsatisfiable Depends: %s" % (pkg, arch, block_txt.strip()))
|
||||||
excuse.addreason("depends");
|
excuse.addreason("depends")
|
||||||
continue
|
continue
|
||||||
|
|
||||||
# for the solving packages, update the excuse to add the dependencies
|
# for the solving packages, update the excuse to add the dependencies
|
||||||
@ -1225,7 +1225,7 @@ class Britney(object):
|
|||||||
if source_t and apt_pkg.version_compare(source_u[VERSION], source_t[VERSION]) < 0:
|
if source_t and apt_pkg.version_compare(source_u[VERSION], source_t[VERSION]) < 0:
|
||||||
excuse.addhtml("ALERT: %s is newer in testing (%s %s)" % (src, source_t[VERSION], source_u[VERSION]))
|
excuse.addhtml("ALERT: %s is newer in testing (%s %s)" % (src, source_t[VERSION], source_u[VERSION]))
|
||||||
self.excuses.append(excuse)
|
self.excuses.append(excuse)
|
||||||
excuse.addreason("newerintesting");
|
excuse.addreason("newerintesting")
|
||||||
return False
|
return False
|
||||||
|
|
||||||
# check if the source package really exists or if it is a fake one
|
# check if the source package really exists or if it is a fake one
|
||||||
|
Loading…
x
Reference in New Issue
Block a user