diff options
| author | Julian Andres Klode <jak@debian.org> | 2009-01-10 18:14:11 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2009-01-10 18:14:11 +0100 |
| commit | 513093cd51f95a8d014cd5436d3fff8556e10ced (patch) | |
| tree | 2d136e8f1824224a1af3c81b7984081b54699e6a /doc/source/apt/debfile.rst | |
| parent | 291e82879b70ed0b9f4628bebeff1fd1e047a7a3 (diff) | |
| download | python-apt-513093cd51f95a8d014cd5436d3fff8556e10ced.tar.gz | |
* doc/: Heavily improve documentation
Complete the documentation of pkgCache, pkgDepCache, pkgCache::Package.
Introduce new documentation for pkgCache::Version, pkgCache::Dependency,
pkgCache::PackageFile, pkgcache::Description.
There is also an example now which checks for missing dependencies.
Diffstat (limited to 'doc/source/apt/debfile.rst')
| -rw-r--r-- | doc/source/apt/debfile.rst | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/source/apt/debfile.rst b/doc/source/apt/debfile.rst index 70c39087..c0146df9 100644 --- a/doc/source/apt/debfile.rst +++ b/doc/source/apt/debfile.rst @@ -21,8 +21,10 @@ Binary packages If you specify ``cache`` it has to point to an :class:`apt.cache.Cache()` object. - All methods except for :meth:`open()` and the attribute :attr:`filelist` have been - introduced in version 0.7.9. + .. versionchanged:: 0.7.9 + Introduce all new methods (everything except for :meth:`open()` and + :attr:`filelist`) + Source packages ---------------- |
