Fixed (build-)depends for this release.
This commit is contained in:
1
debian/changelog
vendored
1
debian/changelog
vendored
@@ -5,6 +5,7 @@ python-cinderclient (1:1.8.0-1) experimental; urgency=medium
|
|||||||
|
|
||||||
[ Thomas Goirand ]
|
[ Thomas Goirand ]
|
||||||
* New upstream release.
|
* New upstream release.
|
||||||
|
* Fixed (build-)depends for this release.
|
||||||
|
|
||||||
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jul 2016 16:23:17 +0200
|
-- Thomas Goirand <zigo@debian.org> Mon, 11 Jul 2016 16:23:17 +0200
|
||||||
|
|
||||||
|
|||||||
44
debian/control
vendored
44
debian/control
vendored
@@ -6,7 +6,7 @@ Uploaders: Corey Bryant <corey.bryant@canonical.com>,
|
|||||||
Thomas Goirand <zigo@debian.org>,
|
Thomas Goirand <zigo@debian.org>,
|
||||||
Build-Depends: debhelper (>= 9),
|
Build-Depends: debhelper (>= 9),
|
||||||
dh-python,
|
dh-python,
|
||||||
openstack-pkg-tools,
|
openstack-pkg-tools (>= 52~),
|
||||||
python-all,
|
python-all,
|
||||||
python-pbr (>= 1.6),
|
python-pbr (>= 1.6),
|
||||||
python-setuptools,
|
python-setuptools,
|
||||||
@@ -14,36 +14,42 @@ Build-Depends: debhelper (>= 9),
|
|||||||
python3-all,
|
python3-all,
|
||||||
python3-pbr (>= 1.6),
|
python3-pbr (>= 1.6),
|
||||||
python3-setuptools,
|
python3-setuptools,
|
||||||
Build-Depends-Indep: python-babel,
|
Build-Depends-Indep: python-babel (>= 2.3.4),
|
||||||
python-coverage,
|
python-coverage,
|
||||||
|
python-ddt (>= 1.0.1),
|
||||||
python-fixtures (>= 1.3.1),
|
python-fixtures (>= 1.3.1),
|
||||||
python-hacking (>= 0.8.0),
|
python-hacking (>= 0.8.0),
|
||||||
python-keystoneclient (>= 1:1.6.0),
|
python-keystoneclient (>= 1:1.7.0),
|
||||||
python-mock (>= 1.3),
|
python-mock (>= 1.3),
|
||||||
|
python-os-testr (>= 0.4.1),
|
||||||
|
python-oslo.i18n (>= 2.1.0),
|
||||||
|
python-oslo.utils (>= 3.5.0),
|
||||||
python-oslosphinx (>= 2.5.0),
|
python-oslosphinx (>= 2.5.0),
|
||||||
python-prettytable,
|
python-prettytable,
|
||||||
python-requests (>= 2.8.1),
|
python-requests (>= 2.10.0),
|
||||||
python-requests-mock (>= 0.7.0),
|
python-requests-mock (>= 0.7.0),
|
||||||
python-simplejson,
|
python-simplejson,
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
python-tempest-lib (>= 0.14.0),
|
python-tempest-lib (>= 0.14.0),
|
||||||
python-testtools (>= 1.4.0),
|
python-testtools (>= 1.4.0),
|
||||||
python-unittest2,
|
python-unittest2,
|
||||||
python-oslo.utils (>= 3.5.0),
|
python3-babel (>= 2.3.4),
|
||||||
python3-babel,
|
python3-ddt (>= 1.0.1),
|
||||||
python3-fixtures (>= 1.3.1),
|
python3-fixtures (>= 1.3.1),
|
||||||
python3-keystoneclient (>= 1:1.6.0),
|
python3-keystoneclient (>= 1:1.7.0),
|
||||||
python3-mock (>= 1.3),
|
python3-mock (>= 1.3),
|
||||||
|
python3-os-testr (>= 0.4.1),
|
||||||
|
python3-oslo.i18n (>= 2.1.0),
|
||||||
|
python3-oslo.utils (>= 3.5.0),
|
||||||
python3-prettytable,
|
python3-prettytable,
|
||||||
python3-requests (>= 2.8.1),
|
python3-requests (>= 2.10.0),
|
||||||
python3-requests-mock (>= 0.7.0),
|
python3-requests-mock (>= 0.7.0),
|
||||||
python3-simplejson,
|
python3-simplejson,
|
||||||
python3-six (>= 1.9.0),
|
python3-six (>= 1.9.0),
|
||||||
python3-subunit,
|
python3-subunit,
|
||||||
python3-tempest-lib (>= 0.14.0),
|
|
||||||
python3-testtools (>= 1.4.0),
|
python3-testtools (>= 1.4.0),
|
||||||
python3-oslo.utils (>= 3.5.0),
|
|
||||||
subunit,
|
subunit,
|
||||||
|
tempest (>= 1:12.0.0),
|
||||||
testrepository,
|
testrepository,
|
||||||
Standards-Version: 3.9.8
|
Standards-Version: 3.9.8
|
||||||
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-cinderclient.git/
|
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python-cinderclient.git/
|
||||||
@@ -53,14 +59,15 @@ XS-Testsuite: autopkgtest
|
|||||||
|
|
||||||
Package: python-cinderclient
|
Package: python-cinderclient
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python-babel,
|
Depends: python-babel (>= 2.3.4),
|
||||||
python-keystoneclient (>= 1:1.6.0),
|
python-keystoneclient (>= 1:1.7.0),
|
||||||
|
python-oslo.i18n (>= 2.1.0),
|
||||||
|
python-oslo.utils (>= 3.5.0),
|
||||||
python-pbr (>= 1.6),
|
python-pbr (>= 1.6),
|
||||||
python-prettytable,
|
python-prettytable,
|
||||||
python-requests (>= 2.8.1),
|
python-requests (>= 2.10.0),
|
||||||
python-simplejson,
|
python-simplejson,
|
||||||
python-six (>= 1.9.0),
|
python-six (>= 1.9.0),
|
||||||
python-oslo.utils (>= 3.5.0),
|
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python:Depends},
|
${python:Depends},
|
||||||
Provides: ${python:Provides},
|
Provides: ${python:Provides},
|
||||||
@@ -79,14 +86,15 @@ Description: Python bindings to the OpenStack Volume API - Python 2.x
|
|||||||
|
|
||||||
Package: python3-cinderclient
|
Package: python3-cinderclient
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: python3-babel,
|
Depends: python3-babel (>= 2.3.4),
|
||||||
python3-keystoneclient (>= 1:1.6.0),
|
python3-keystoneclient (>= 1:1.7.0),
|
||||||
|
python3-oslo.i18n (>= 2.1.0),
|
||||||
|
python3-oslo.utils (>= 3.5.0),
|
||||||
python3-pbr (>= 1.6),
|
python3-pbr (>= 1.6),
|
||||||
python3-prettytable,
|
python3-prettytable,
|
||||||
python3-requests (>= 2.8.1),
|
python3-requests (>= 2.10.0),
|
||||||
python3-simplejson,
|
python3-simplejson,
|
||||||
python3-six (>= 1.9.0),
|
python3-six (>= 1.9.0),
|
||||||
python3-oslo.utils (>= 3.5.0),
|
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${python3:Depends},
|
${python3:Depends},
|
||||||
Provides: ${python:Provides},
|
Provides: ${python:Provides},
|
||||||
|
|||||||
Reference in New Issue
Block a user