gbp.deb.source.DebianSource(object)
class documentationgbp.deb.source
(View In Hierarchy)
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 |