From eaf39b1070413032169e242ef80c4a9ae3bf2a87 Mon Sep 17 00:00:00 2001 From: Corey Bryant Date: Mon, 8 Jun 2015 10:55:08 -0400 Subject: [PATCH] Align debian/control dependencies with upstream. --- debian/control | 48 ++++++++++++++++++++++++------------------------ 1 file changed, 24 insertions(+), 24 deletions(-) diff --git a/debian/control b/debian/control index 5fd10e9..1fa34fc 100644 --- a/debian/control +++ b/debian/control @@ -7,25 +7,25 @@ Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools, python-all, - python-pbr, + python-pbr (>= 0.6), python-setuptools, - python-sphinx, -Build-Depends-Indep: python-babel, - python-coverage, - python-fixtures, - python-hacking, - python-keystoneclient, - python-mock, - python-oslosphinx (>= 2.2.0.0), - python-prettytable, - python-requests, - python-requests-mock, - python-simplejson, - python-six, - python-testtools, + python-sphinx (>= 1.1.2), +Build-Depends-Indep: python-babel (>= 1.3), + python-coverage (>= 0.8.0), + python-fixtures (>= 0.3.12), + python-hacking (>= 0.8.0), + python-keystoneclient (>= 1:1.1.0), + python-mock (>= 1.0), + python-oslosphinx (>= 2.5.0), + python-prettytable (>= 0.7), + python-requests (>= 2.2.0), + python-requests-mock (>= 0.6.0), + python-simplejson (>= 2.2.0), + python-six (>= 1.9.0), + python-testtools (>= 0.9.36), python-unittest2, - subunit, - testrepository, + subunit (>= 0.0.18), + testrepository (>= 0.0.18), Standards-Version: 3.9.6 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-cinderclient.git;a=summary Vcs-Git: git://anonscm.debian.org/openstack/python-cinderclient.git @@ -34,13 +34,13 @@ Homepage: https://github.com/openstack/python-cinderclient Package: python-cinderclient Architecture: all Pre-Depends: dpkg (>= 1.15.6~) -Depends: python-babel, - python-keystoneclient, - python-pbr, - python-prettytable, - python-requests, - python-simplejson, - python-six, +Depends: python-babel (>= 1.3), + python-keystoneclient (>= 1:1.1.0), + python-pbr (>= 0.6), + python-prettytable (>= 0.7), + python-requests (>= 2.2.0), + python-simplejson (>= 2.2.0), + python-six (>= 1.9.0), ${misc:Depends}, ${python:Depends}, Provides: ${python:Provides}