mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-16 01:21:07 +00:00
binpkg (from srcpkg) is ...
This commit is contained in:
parent
a3f9eeed9f
commit
067fd52b5c
@ -95,7 +95,7 @@ def output_by_source(index, by_source):
|
|||||||
for binary in binaries:
|
for binary in binaries:
|
||||||
if binary in index:
|
if binary in index:
|
||||||
seen = True
|
seen = True
|
||||||
print "%s: %s is seeded in:" % (source, binary)
|
print "%s (from %s) is seeded in:" % (binary, source)
|
||||||
print present_on(index[binary])
|
print present_on(index[binary])
|
||||||
if not seen:
|
if not seen:
|
||||||
print "%s's binaries are not seeded." % source
|
print "%s's binaries are not seeded." % source
|
||||||
|
Loading…
x
Reference in New Issue
Block a user