mirror of
https://git.launchpad.net/ubuntu-dev-tools
synced 2025-03-12 23:51:08 +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:
|
||||
if binary in index:
|
||||
seen = True
|
||||
print "%s: %s is seeded in:" % (source, binary)
|
||||
print "%s (from %s) is seeded in:" % (binary, source)
|
||||
print present_on(index[binary])
|
||||
if not seen:
|
||||
print "%s's binaries are not seeded." % source
|
||||
|
Loading…
x
Reference in New Issue
Block a user