summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 9 insertions, 10 deletions
diff --git a/debian/control b/debian/control
index 1655a06e..d478a30d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,16 @@ Section: python
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
+Standards-Version: 3.9.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,
+ libapt-pkg-dev (>= 0.8),
+ 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),
@@ -26,7 +25,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