summaryrefslogtreecommitdiff
path: root/doc/source/apt/debfile.rst
diff options
context:
space:
mode:
authorMichael Vogt <michael.vogt@ubuntu.com>2010-03-23 14:18:44 +0100
committerMichael Vogt <michael.vogt@ubuntu.com>2010-03-23 14:18:44 +0100
commit37650a078f5504dfbc6622d2c06f4435a3302dd4 (patch)
tree35d7df75535420cbe0712a5f7b7b66d61f5e44d1 /doc/source/apt/debfile.rst
parent2aa709e41d8896ef897863ea9181c409c4c87a8c (diff)
parent3a08cfb10590d5cf5df1f45d94a424ef6a0f674b (diff)
downloadpython-apt-37650a078f5504dfbc6622d2c06f4435a3302dd4.tar.gz
merged from lp:~mvo/python-apt/mvo
Diffstat (limited to 'doc/source/apt/debfile.rst')
-rw-r--r--doc/source/apt/debfile.rst39
1 files changed, 0 insertions, 39 deletions
diff --git a/doc/source/apt/debfile.rst b/doc/source/apt/debfile.rst
deleted file mode 100644
index 7133b5a8..00000000
--- a/doc/source/apt/debfile.rst
+++ /dev/null
@@ -1,39 +0,0 @@
-:mod:`apt.debfile` --- Classes related to debian package files
-==============================================================
-The :mod:`apt.debfile` provides classes to work with locally available
-debian packages, or source packages.
-
-.. module:: apt.debfile
-
-Binary packages
-----------------
-.. autoclass:: DebPackage
- :members:
- :inherited-members:
- :undoc-members:
-
- The :class:`DebPackage` class is a class for working with '.deb' files,
- also known as Debian packages.
-
- It provides methods and attributes to get a list of the files in the
- package, to install the package and much more.
-
- If you specify *cache* it has to point to an :class:`apt.cache.Cache()`
- object.
-
- .. versionchanged:: 0.7.9
- Introduce all new methods (everything except for :meth:`open()` and
- :attr:`filelist`)
-
-
-Source packages
-----------------
-.. autoclass:: DscSrcPackage
- :members:
- :inherited-members:
- :undoc-members:
-
- Provide functionality to work with locally available source packages,
- especially with their '.dsc' file.
-
- .. versionadded:: 0.7.9