mirror of
https://git.launchpad.net/~ubuntu-release/britney/+git/britney2-ubuntu
synced 2025-04-05 07:11:11 +00:00
Fixed a typo in write_control: we really want to write the maintainer, so
please use the correct field name.
This commit is contained in:
parent
633eb5301f
commit
a44222fc44
@ -820,7 +820,7 @@ class Britney:
|
||||
source = binaries[pkg][SOURCE]
|
||||
output += (k + ": " + source + "\n")
|
||||
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:
|
||||
if len(binaries[pkg][key]) > 0:
|
||||
output += (k + ": " + ", ".join(binaries[pkg][key]) + "\n")
|
||||
|
Loading…
x
Reference in New Issue
Block a user