|
|
@ -820,7 +820,7 @@ class Britney:
|
|
|
|
source = binaries[pkg][SOURCE]
|
|
|
|
source = binaries[pkg][SOURCE]
|
|
|
|
output += (k + ": " + source + "\n")
|
|
|
|
output += (k + ": " + source + "\n")
|
|
|
|
if sources[binaries[pkg][SOURCE]][MAINTAINER]:
|
|
|
|
if sources[binaries[pkg][SOURCE]][MAINTAINER]:
|
|
|
|
output += (k + ": " + sources[binaries[pkg][SOURCE]][MAINTAINER] + "\n")
|
|
|
|
output += ("Maintainer: " + sources[binaries[pkg][SOURCE]][MAINTAINER] + "\n")
|
|
|
|
elif key == PROVIDES:
|
|
|
|
elif key == PROVIDES:
|
|
|
|
if len(binaries[pkg][key]) > 0:
|
|
|
|
if len(binaries[pkg][key]) > 0:
|
|
|
|
output += (k + ": " + ", ".join(binaries[pkg][key]) + "\n")
|
|
|
|
output += (k + ": " + ", ".join(binaries[pkg][key]) + "\n")
|
|
|
|