Fixed (build-)depends versions for Jessie.

This commit is contained in:
Thomas Goirand
2015-04-19 09:28:06 +02:00
parent 0aaa8762e4
commit d72a352bef

49
debian/control vendored
View File

@@ -4,29 +4,27 @@ Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr (>= 0.6),
python-pbr,
python-setuptools,
python-sphinx,
Build-Depends-Indep: python-babel (>= 1.3),
python-fixtures (>= 0.3.14),
python-hacking (>= 0.8.0),
python-httplib2,
python-keystoneclient (>= 1:0.10.0),
python-mock (>= 1.0),
python-nose,
python-oslosphinx (>= 2.2.0),
python-prettytable (>= 0.7),
python-requests (>= 1.2.1),
Build-Depends-Indep: python-babel,
python-fixtures,
python-hacking,
python-keystoneclient,
python-mock,
python-oslosphinx (>= 2.2.0.0),
python-prettytable,
python-requests,
python-requests-mock,
python-simplejson (>= 2.2.0),
python-six (>= 1.7.0),
python-subunit,
python-testtools (>= 0.9.34),
python-simplejson,
python-six,
python-testtools,
python-unittest2,
subunit (>= 0.0.18),
testrepository (>= 0.0.18)
subunit,
testrepository,
Standards-Version: 3.9.5
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=openstack/python-cinderclient.git;a=summary
Vcs-Git: git://anonscm.debian.org/openstack/python-cinderclient.git
@@ -35,16 +33,15 @@ Homepage: https://github.com/openstack/python-cinderclient
Package: python-cinderclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-babel (>= 1.3),
python-httplib2,
python-keystoneclient (>= 1:0.10.0),
python-pbr (>= 0.6),
python-prettytable (>= 0.7),
python-requests (>= 1.2.1),
python-simplejson (>= 2.2.0),
python-six (>= 1.7.0),
Depends: python-babel,
python-keystoneclient,
python-pbr,
python-prettytable,
python-requests,
python-simplejson,
python-six,
${misc:Depends},
${python:Depends}
${python:Depends},
Provides: ${python:Provides}
Description: Python bindings to the OpenStack Volume API
Cinder is a block storage as service system for the Openstack cloud computing