A Debian control
Method __init__ Parse an existing control file.
Method __getitem__ Undocumented
Method __setitem__ Undocumented
Method name The name of the package
Method section The section of the package
Method priority The priority of the package
def __init__(self, contents=None, filename='debian/control'):
Parse an existing control file.

@param contents: content of a control file
@type contents: C{str}
@param filename: name of the control file
@type filename: C{str}
@return: Control object
@rtype: C{gbp.deb.conrol.Control} object
def __getitem__(self, item):
Undocumented
def __setitem__(self, item, value):
Undocumented
@property
def name(self):
The name of the package
@property
def section(self):
The section of the package
@property
def priority(self):
The priority of the package
API Documentation for git-buildpackage, generated by pydoctor at 2019-09-07 17:58:51.