diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 12:12:50 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2010-01-13 12:12:50 +0100 |
| commit | 06bc637621014289a812d48a5c479dfe699527f2 (patch) | |
| tree | a54391cb1de7394edaba9b980bcb4d0e30f69b19 /doc/source/apt_pkg/cache.rst | |
| parent | 8d4420aecf43b588e8485c71d8e2b0bd9371432d (diff) | |
| download | python-apt-06bc637621014289a812d48a5c479dfe699527f2.tar.gz | |
* python/cache.cc:
- add UntranslatedDepType attribute to DependencyType
- add DepTypeEnum that returns a value from
{DepDepends, DepPreDepends, ...}
* python/apt_pkgmodule.cc:
- add DepDpkgBreaks, DepEnhances constants
* doc/source/apt_pkg/{cache.rst, index.rst}:
- update documentation as well
Diffstat (limited to 'doc/source/apt_pkg/cache.rst')
| -rw-r--r-- | doc/source/apt_pkg/cache.rst | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/source/apt_pkg/cache.rst b/doc/source/apt_pkg/cache.rst index 334b7869..1be81b42 100644 --- a/doc/source/apt_pkg/cache.rst +++ b/doc/source/apt_pkg/cache.rst @@ -596,8 +596,17 @@ Example: .. attribute:: DepType + The type of the dependency, as translated string, eg. "Depends". + + .. attribute:: UntranslatedDepType + The type of the dependency, as string, eg. "Depends". + .. attribute:: DepTypeEnum + + The type of the dependency, as integer that matches a value + of `Dependency types`_ + .. attribute:: ID The ID of the package, as integer. |
