diff options
| author | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-26 14:43:04 +0100 |
|---|---|---|
| committer | Michael Vogt <michael.vogt@ubuntu.com> | 2007-02-26 14:43:04 +0100 |
| commit | 8e60722c4150cf0164a80406ec1ff06d0c7bc11e (patch) | |
| tree | 8f87f94eacb3b2e8f0ee23f6b8cc23255cb94480 /debian/control | |
| parent | 1c878fca17aaa7d8300224e1aed0f13066fe3e84 (diff) | |
| download | python-apt-8e60722c4150cf0164a80406ec1ff06d0c7bc11e.tar.gz | |
* merged dokos patch
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control index b243adb1..0c50e35f 100644 --- a/debian/control +++ b/debian/control @@ -14,6 +14,7 @@ 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} +Suggests: python-apt-dbg XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg The apt_pkg Python interface will provide full access to the internal @@ -27,3 +28,14 @@ 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-dbg +Priority: extra +Architecture: any +Depends: python-dbg, python-apt (= ${Source-Version}), ${shlibs:Depends} +Description: Python interface to libapt-pkg (debug extension) + 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 extension built for the python debug interpreter. |
