A Debian control

Method __init__ Parse an existing control file.
Instance Variable filename Undocumented
Method __getitem__ Undocumented
Method __setitem__ Undocumented
Method name The packges name
Method section The packges section
Method priority The packges priority
Instance Variable _control Undocumented
def __init__(self, contents=None, filename="""debian/control"""):

Parse an existing control file.

Parameterscontentscontent of a control file (type: str)
filenamename of the control file (type: str)
ReturnsControl object (type: gbp.deb.conrol.Control object)
_control =
Undocumented
filename =
Undocumented
def __getitem__(self, item):
Undocumented
def __setitem__(self, item, value):
Undocumented
@property
def name(self):

The packges name

@property
def section(self):

The packges section

@property
def priority(self):

The packges priority

API Documentation for git-buildpackage, generated by pydoctor at 2021-05-14 08:50:00.