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 | is_releasable | Check if package is releasable |
Method | changelog | Return the gbp.deb.ChangeLog |
Method | sourcepkg | The source package's name |
Method | name | Undocumented |
Method | version | Undocumented |
Method | upstream_version | Undocumented |
Method | debian_version | Undocumented |
Method | upstream_tarball_name | Possible upstream tarball name for this source package |
Method | upstream_tarball_names | Possible upstream tarballs names for this source package |
Parameters | vfs | a class that implemented GbpVFS interface or a directory (which will use the FileVFS class. |
Check if package is releasable
Debian's current practive is to check for UNRELEASED in the distribution.