Trees | Indices | Help |
|
---|
|
provides some debian source package related helpers
|
|||
|
|
|||
DebianPkgPolicy Packaging policy for Debian |
|||
DpkgCompareVersions | |||
DscFile Keeps all needed data read from a dscfile |
|
|||
|
|||
|
|||
|
|||
tuple |
|
||
|
|||
|
|||
|
|
|||
debian_version_chars =
|
|||
__package__ =
|
|
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' |
Parse the uscan output return (True, tarball) if a new version was downloaded and could be located. If the tarball can't be located it returns (True, None). Returns (False, None) if the current version is up to date. >>> parse_uscan("<status>up to date</status>") (False, None) >>> parse_uscan("<target>virt-viewer_0.4.0.orig.tar.gz</target>") (True, '../virt-viewer_0.4.0.orig.tar.gz')
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 19 09:31:02 2012 | http://epydoc.sourceforge.net |