binpkg (from srcpkg) is ...

This commit is contained in:
Stefano Rivera 2011-12-08 00:29:20 +02:00
parent a3f9eeed9f
commit 067fd52b5c

View File

@ -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