diff options
| author | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
|---|---|---|
| committer | Michael Vogt <egon@tas> | 2007-01-26 17:41:22 +0100 |
| commit | dcd76a77e84c98cac04bebceac449b938e853848 (patch) | |
| tree | ce334a1cd1f0576a64e997b15fde5641a57e1249 /debian/control | |
| parent | 4b7a231e14ff217094bf6f68f0523de2baa4cfab (diff) | |
| parent | 238e469ebc586cc50095a855b64619632c22fbf2 (diff) | |
| download | python-apt-dcd76a77e84c98cac04bebceac449b938e853848.tar.gz | |
merged glatzors python-apt branch that includes the new aptsource module
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 765c3914..4ea3a31c 100644 --- a/debian/control +++ b/debian/control @@ -5,18 +5,18 @@ Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Matt Zimmerman <mdz@debian.org>, Michael Vogt <mvo@debian.org> Standards-Version: 3.7.2 XS-Python-Version: all -Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45ubuntu3), apt-utils, python-all-dev, python-central +Build-Depends: debhelper (>= 5.0.37.1), libapt-pkg-dev (>= 0.6.45), apt-utils, python-all-dev, python-central, python-distutils-extra, cdbs Package: python-apt Architecture: any -Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} +Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, lsb-release Priority: optional Replaces: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Conflicts: python2.3-apt (<< 0.6.18), python2.4-apt (<< 0.6.18) Provides: ${python:Provides} XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg - The apt-pkg Python interface will provide full access to the internal + 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, such as: . @@ -24,3 +24,6 @@ Description: Python interface to libapt-pkg - Access to the APT package information database - Parsing of Debian package control files, and other files with a similar structure + . + The included 'aptsources' Python interface provides an abstraction of + the sources.list configuration on the repository and the distro level. |
