A debianized source tree

Querying/setting information in a debianized source tree involves several files. This class provides a common interface.

Method __init__
Method is_native Whether this is a native debian package
Method changelog Return the gbp.deb.ChangeLog
Method sourcepkg The source package's name
Instance Variable _changelog Undocumented
Instance Variable _vfs Undocumented
def __init__(self, vfs):
Parametersvfsa class that implemented GbpVFS interfacce or a directory (which will used the DirGbpVFS class.
_changelog =
Undocumented
_vfs =
Undocumented
def is_native(self):

Whether this is a native debian package

@property
def changelog(self):

Return the gbp.deb.ChangeLog

@property
def sourcepkg(self):

The source package's name

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