Home | Trees | Indices | Help |
|
---|
|
object --+ | Distribution --+ | DebianDistribution
A dpkg-based distribution.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
[zeroinstall.support.tasks.Blocker] |
|
||
Inherited from Inherited from |
Class Variables | |
str |
name = 'Debian' the default value for Implementation.distro_name for our implementations |
cache_leaf = 'dpkg-status.cache'
|
Instance Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get information about the given package. Add zero or more implementations using the factory (typically at most two will be added; the currently installed version and the latest available).
|
Some packages require special handling (e.g. Java). This is called for each package that was added by get_package_info after it returns. The default method does nothing.
|
Called when an installed package is added (after fixup), or when installation completes. This is useful to fix up the main value. The default implementation checks that main exists, and searches Distribution.system_paths for it if not.
|
Collect information about versions we could install using the distribution's package manager. On success, the distribution feed in iface_cache is updated.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Mar 26 18:14:06 2013 | http://epydoc.sourceforge.net |