From d37f1c3d270af99f57fe78c4a74aec9192791e78 Mon Sep 17 00:00:00 2001 From: Daniele Tricoli Date: Sun, 25 May 2014 01:00:13 +0000 Subject: * debian/control - Added python3-coverage, python3-mock, python3-nose, python3-tornado to Build-Depends - Bumped python() --- debian/changelog | 6 +++++- debian/control | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index b960c49..83c3f0c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,10 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium * New upstream release + * debian/control + - Added python3-coverage, python3-mock, python3-nose, + python3-tornado to Build-Depends + - Bumped python(3)-coverage to (>=3.6) * debian/patches/01_do-not-use-embedded-python-six.patch - Refreshed * debian/patches/02_require-cert-verification.patch @@ -15,7 +19,7 @@ python-urllib3 (1.8.2-1) UNRELEASED; urgency=medium * debian/patches/06_relax-test-requirements.patch - Relax version of packages needed for testing - -- Daniele Tricoli Sun, 25 May 2014 02:42:20 +0200 + -- Daniele Tricoli Sun, 25 May 2014 02:52:55 +0200 python-urllib3 (1.8-2) unstable; urgency=medium diff --git a/debian/control b/debian/control index 1211fa5..90c2b7d 100644 --- a/debian/control +++ b/debian/control @@ -7,15 +7,19 @@ Build-Depends: debhelper (>= 9), dh-python, python-all (>= 2.6.6-3), - python-coverage (>= 3.4), + python-coverage (>= 3.6), python-mock, python-nose (>=1.1.2), python-setuptools, python-six, python-tornado, python3-all, + python3-coverage (>= 3.6), + python3-mock, + python3-nose (>=1.1.2), python3-setuptools, python3-six, + python3-tornado, python3-wheel, Standards-Version: 3.9.5 X-Python-Version: >= 2.6 -- cgit v1.2.3