gbp.scripts.import_dscs.DscCompareVersions(DpkgCompareVersions) class documentationgbp.scripts.import_dscs
(View In Hierarchy)
| Method | __init__ | Undocumented |
| Method | __call__ | Compare two package versions. Return 0 if the versions are equal, -1 1 if version1 < version2, and 1 oterwise. |
Inherited from Command (via DpkgCompareVersions):
| Method | call | Like __call__
but let the caller handle the return status. |
| Static Method | _f | Build error string template |
| Method | _reset_state | Undocumented |
| Method | __call | Wraps subprocess.call so we can be verbose and fix Python's SIGPIPE handling |
| Method | _log_err | Log an error message |
| Method | _format_err | Log an error message |
Compare two package versions. Return 0 if the versions are equal, -1 1 if version1 < version2, and 1 oterwise.
| Raises | CommandExecFailed | if the version comparison fails |