Trees | Indices | Help |
|
---|
|
provides some debian source package related helpers
|
|||
|
|
|||
DpkgCompareVersions |
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ =
|
|
Parse the changelog file from given branch in the git repository. FIXME: this should use *Vfs methods |
The name of the orig file belonging to changelog cp >>> orig_file({'Source': 'foo', 'Upstream-Version': '1.0'}, "bzip2") 'foo_1.0.orig.tar.bz2' >>> orig_file({'Source': 'bar', 'Upstream-Version': '0.0~git1234'}, "xz") 'bar_0.0~git1234.orig.tar.xz' |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Dec 31 11:30:00 2016 | http://epydoc.sourceforge.net |