From eac4d047d8774def55b03cb82d505d237d93ea55 Mon Sep 17 00:00:00 2001 From: Michael Vogt Date: Tue, 31 Dec 2013 21:55:40 +0100 Subject: 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 --- debian/control | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') 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 Uploaders: Michael Vogt , Julian Andres Klode 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, -- cgit v1.2.3