package documentation

provides some debian source package related helpers

Module changelog A Debian Changelog
Module control A Debian Control file
Module dscfile provides some debian source package related helpers
Module format Parse debian/source/format
Module git A Git Repository that keeps a Debian Package
Module policy Debian Packaging policies
Module pristinetar Handle checkin and checkout of archives from the pristine-tar branch
Module rollbackgit A git repository for Debian packages that can roll back operations
Module source provides some debian source package related helpers
Module upstreamsource Debian-specific upstream sources
Module uscan Interface to uscan

From __init__.py:

Class DpkgCompareVersions No class docstring; 0/1 instance variable, 0/1 class variable, 1/2 method documented
Function compare_versions compares to Debian version numbers suitable for sort()
Function get_arch Undocumented
Function get_vendor Undocumented
Function parse_changelog_repo Parse the changelog file from given branch in the git repository.
Variable Releases Undocumented
Releases: tuple[str, ...] =

Undocumented

def parse_changelog_repo(repo, branch, filename):

Parse the changelog file from given branch in the git repository.

FIXME: this should use *Vfs methods

def get_arch():

Undocumented

def compare_versions(version1, version2):

compares to Debian version numbers suitable for sort()

def get_vendor():

Undocumented