diff options
| author | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:17:17 +0200 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2010-08-26 12:17:17 +0200 |
| commit | 4ed69e597c387b379629ea3dc40e54e6a8a78b8a (patch) | |
| tree | 30653dba9303edce154fc9c570562ea5ecdff3d6 /debian/control | |
| parent | 195685f96ff84370722026c33b6f864b3746db28 (diff) | |
| download | python-apt-4ed69e597c387b379629ea3dc40e54e6a8a78b8a.tar.gz | |
* debian/control:
- Adapt to new Python 3 handling (Closes: #593042)
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/debian/control b/debian/control index a3decb78..ca293f40 100644 --- a/debian/control +++ b/debian/control @@ -4,16 +4,15 @@ Priority: standard Maintainer: APT Development Team <deity@lists.debian.org> Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org> Standards-Version: 3.8.4 -XS-Python-Version: 2.5, 2.6, 3.1 +XS-Python-Version: >= 2.5 +X-Python3-Version: >= 3.1 Build-Depends: apt-utils, debhelper (>= 7.3.5), libapt-pkg-dev (>= 0.7.22~), - python2.5-dbg, - python2.5-dev, - python2.6-dev, - python2.6-dbg, - python3.1-dev, - python3.1-dbg, + python-all-dev, + python-all-dbg, + python3-all-dev (>= 3.1.2-6~), + python3-all-dbg (>= 3.1.2-6~), python-central (>= 0.5), python-distutils-extra (>= 2.0), python-sphinx (>= 0.5) @@ -25,7 +24,7 @@ Architecture: any Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends} Recommends: lsb-release, iso-codes, python2.6 Breaks: debdelta (<< 0.28~), packagekit-backend-apt (<= 0.4.8-0ubuntu4) -Provides: ${python:Provides} +Provides: python3-apt, ${python:Provides} Suggests: python-apt-dbg, python-gtk2, python-vte, python-apt-doc XB-Python-Version: ${python:Versions} Description: Python interface to libapt-pkg |
