Fixed new (build-)depends for this release.

This commit is contained in:
Thomas Goirand
2013-10-07 01:23:42 +08:00
parent e78356300b
commit 5d4b5818c9
2 changed files with 11 additions and 5 deletions

2
debian/changelog vendored
View File

@@ -1,5 +1,7 @@
python-cinderclient (1:1.0.6-1) unstable; urgency=low
* New upstream release.
* Fixed new (build-)depends for this release.
* Added --slowest --testr-args='--subunit ' when calling testr.
-- Thomas Goirand <zigo@debian.org> Tue, 01 Oct 2013 15:19:25 +0800

14
debian/control vendored
View File

@@ -6,21 +6,25 @@ Uploaders: Julien Danjou <acid@debian.org>,
Thomas Goirand <zigo@debian.org>,
Ghe Rivero <ghe.rivero@stackops.com>,
Mehdi Abaakouk <sileht@sileht.net>
Build-Depends: debhelper (>= 9), python-all (>= 2.6.6-3~), python-pbr (>= 0.5.16)
Build-Depends: debhelper (>= 9),
openstack-pkg-tools,
python-all (>= 2.6.6-3~),
python-pbr (>= 0.5.21),
python-setuptools
Build-Depends-Indep: openstack-pkg-tools,
pep8,
python-fixtures (>= 0.3.12),
python-httplib2,
python-mock,
python-nose,
python-pbr (>= 0.5.21),
python-prettytable,
python-requests (>= 1.1),
python-setuptools,
python-setuptools-git,
python-simplejson,
python-simplejson (>= 2.0.9),
python-six,
python-sphinx,
python-subunit,
python-testtools (>= 0.9.32),
python-unittest2,
testrepository (>= 0.0.17)
Standards-Version: 3.9.3
@@ -35,7 +39,7 @@ Depends: python-httplib2,
python-pbr (>= 0.5.21),
python-prettytable,
python-requests (>= 1.1),
python-simplejson,
python-simplejson (>= 2.0.9),
python-six,
${misc:Depends},
${python:Depends}