Package gbp :: Package deb
[hide private]
[frames] | no frames]

Package deb

provides some debian source package related helpers

Submodules [hide private]

Classes [hide private]
  DpkgCompareVersions
Functions [hide private]
 
parse_changelog_repo(repo, branch, filename)
Parse the changelog file from given branch in the git repository.
 
orig_file(source, compression, component=None)
The name of the orig file belonging to source package source
 
get_arch()
 
compare_versions(version1, version2)
compares to Debian versionnumbers suitable for sort()
 
get_vendor()
Variables [hide private]
  __package__ = 'gbp.deb'
Function Details [hide private]

parse_changelog_repo(repo, branch, filename)

 

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

FIXME: this should use *Vfs methods