diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-03-10 15:58:50 +0100 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-03-10 15:58:50 +0100 |
| commit | 72e6ef284a460c497eec3964b0eeddbdf24a4b5a (patch) | |
| tree | a34bffa281d905c7e6e4f8e1fff8f4ca544ff9ab /debian/control | |
| parent | b7a0d64a8037535fdb43785105ffce07b5d6089b (diff) | |
| download | python-apt-72e6ef284a460c497eec3964b0eeddbdf24a4b5a.tar.gz | |
Move documentation into python-apt-doc (Closes: #572617)
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 4db6c164..8e7605e6 100644 --- a/debian/control +++ b/debian/control @@ -23,10 +23,10 @@ Vcs-Browser: http://bzr.debian.org/loggerhead/apt/python-apt/debian-sid/changes Package: python-apt Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} -Recommends: lsb-release, iso-codes, libjs-jquery +Recommends: lsb-release, iso-codes Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) Provides: ${python:Provides} -Suggests: python-apt-dbg, python-gtk2, python-vte +Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal @@ -41,6 +41,18 @@ Description: Python interface to libapt-pkg The included 'aptsources' Python interface provides an abstraction of the sources.list configuration on the repository and the distro level. +Package: python-apt-doc +Architecture: all +Section: doc +Depends: libjs-jquery, ${misc:Depends} +Enhances: python-apt +Description: Python interface to libapt-pkg (API documentation) + The apt_pkg Python interface will provide full access to the internal + libapt-pkg structures allowing Python programs to easily perform a + variety of functions. + . + This package contains the API documentation of python-apt. + Package: python-apt-dbg Priority: extra Architecture: any |
