summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorMichael Vogt <mvo@debian.org>2013-12-31 21:55:40 +0100
committerMichael Vogt <mvo@debian.org>2014-01-05 20:04:20 +0100
commiteac4d047d8774def55b03cb82d505d237d93ea55 (patch)
tree782e384696538aa77a2233b537192c03f4bcda20 /debian
parentf861cb59ee7682ae65f5d0743d07b093143e1baa (diff)
downloadpython-apt-eac4d047d8774def55b03cb82d505d237d93ea55.tar.gz
add .travis.yml & update python3 dependency to 3.3
This patch adds support for the travis-ci.org CI system. The "C" environment in .travis.yml is used to avoid having PPA python versions installed in the travis chroot. python3.3 is needed so that test_paths.py runs The tests_paths.py will only work with python3.3 as it uses the u"" prefix
Diffstat (limited to 'debian')
-rw-r--r--debian/control6
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index f4f52119..8fdb3941 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: APT Development Team <deity@lists.debian.org>
Uploaders: Michael Vogt <mvo@debian.org>, Julian Andres Klode <jak@debian.org>
Standards-Version: 3.9.4
XS-Python-Version: >= 2.6
-X-Python3-Version: >= 3.1
+X-Python3-Version: >= 3.3
Build-Depends: apt (>= 0.9.6),
apt-utils,
debhelper (>= 9),
@@ -13,8 +13,8 @@ Build-Depends: apt (>= 0.9.6),
libapt-pkg-dev (>= 0.8.11),
python-all-dev (>= 2.6.6-3~),
python-all-dbg,
- python3-all-dev (>= 3.1.2-10~),
- python3-all-dbg (>= 3.1.2-6~),
+ python3-all-dev (>= 3.3),
+ python3-all-dbg (>= 3.3),
python-distutils-extra (>= 2.0),
python-sphinx (>= 0.5),
python-debian,