Reviewed again (build-)depends

This commit is contained in:
Thomas Goirand
2014-03-31 08:44:34 +08:00
parent 0a20b227ae
commit bcc612b892
2 changed files with 11 additions and 11 deletions

3
debian/changelog vendored
View File

@@ -1,5 +1,6 @@
python-ceilometerclient (1.0.6-3) unstable; urgency=medium
python-ceilometerclient (1.0.9-1) unstable; urgency=medium
* New upstream release.
* Reviewed (build-)dependencies and added missing "subunit" build-depends
(Closes: #743093).
* Disable man page build because it's failing in Wheezy backport.

19
debian/control vendored
View File

@@ -13,13 +13,12 @@ Build-Depends: debhelper (>= 9),
python-setuptools
Build-Depends-Indep: python-coverage (>= 3.6),
python-fixtures (>= 0.3.14),
python-hacking,
python-httplib2,
python-iso8601,
python-keystoneclient (>= 1:0.3.2),
python-hacking (>= 0.8.0),
python-iso8601 (>= 0.1.8),
python-keystoneclient (>= 1:0.4.1),
python-mock (>= 1.0),
python-mox,
python-prettytable (>= 0.6),
python-prettytable (>= 0.7),
python-six (>= 1.4.1),
python-sphinx,
python-subunit (>= 0.0.18),
python-testtools (>= 0.9.32),
@@ -33,11 +32,11 @@ Homepage: http://www.openstack.org
Package: python-ceilometerclient
Architecture: all
Pre-Depends: dpkg (>= 1.15.6~)
Depends: python-httplib2,
python-iso8601,
python-keystoneclient (>= 1:0.3.2),
Depends: python-iso8601 (>= 0.1.8),
python-keystoneclient (>= 1:0.4.1),
python-pbr (>= 0.5.21),
python-prettytable (>= 0.6),
python-prettytable (>= 0.7),
python-six (>= 1.4.1),
${misc:Depends},
${python:Depends}
Description: Client library for Openstack Ceilometer API server