Code review comment for ~zioproto/ubuntu/+source/cinder:stable/liberty

Revision history for this message
Saverio Proto (zioproto) wrote :

I am building this package as follows:
sbuild-liberty -A -d trusty-amd64 ../build-area/cinder_7.0.2-0ubuntu2.dsc

The dsc file looks good.

I have no idea why in the final deb package, the 'Depends:' section of the package control file is broken. There are some packages that are mentioned with an extra dash (-), like for example 'python-novaclient-'. This makes the package impossible to install. I paste here the control file:

Package: python-cinder
Source: cinder
Version: 2:7.0.2-0ubuntu2
Architecture: all
Maintainer: Ubuntu Developers <email address hidden>
Installed-Size: 14524
Depends: python-anyjson (>= 0.3.3), python-babel (>= 1.3), python-barbicanclient (>= 3.3.0), python-crypto (>= 2.6), python-enum34, python-eventlet (>= 0.17.4), python-glanceclient (>= 1:0.18.0), python-greenlet (>= 0.3.2), python-iso8601 (>= 0.1.9), python-keystonemiddleware (>= 2.0.0), python-kombu (>= 3.0.7), python-lxml (>= 2.3), python-migrate (>= 0.9.6), python-netaddr (>= 0.7.12), python-novaclient (>= 1:2.28.1), python-os-brick (>= 0.4.0), python-oslo.concurrency (>= 2.3.0), python-oslo.config (>= 1:2.3.0), python-oslo.context (>= 0.2.0), python-oslo.db (>= 2.4.1), python-oslo.i18n (>= 1.5.0), python-oslo.log (>= 1.8.0), python-oslo.messaging (>= 1.16.0), python-oslo.middleware (>= 2.8.0), python-oslo.policy (>= 0.5.0), python-oslo.reports (>= 0.1.0), python-oslo.rootwrap (>= 2.0.0), python-oslo.serialization (>= 1.4.0), python-oslo.service (>= 0.7.0), python-oslo.utils (>= 2.0.0), python-oslo.versionedobjects (>= 0.9.0), python-oslo.vmware (>= 1.16.0), python-osprofiler (>= 0.3.0), python-paramiko (>= 1.13.0), python-paste, python-pastedeploy (>= 1.5.0), python-pbr (>= 1.8), python-pyparsing (>= 2.0.1), python-requests (>= 2.5.2), python-retrying (>= 1.2.3), python-routes (>= 1.12.3), python-six (>= 1.9.0), python-sqlalchemy (>= 1.0~), python-stevedore (>= 1.5.0), python-suds, python-swiftclient (>= 1:2.2.0), python-taskflow (>= 1.16.0), python-tz (>= 2013.6), python-webob (>= 1.2.3), python-retrying-, python:any (<< 2.8), python-oslo.middleware-, python-novaclient-, python-keystonemiddleware-, python-oslo.messaging-, python:any (>= 2.7.5-5~), python-netaddr-, python-oslo.utils-, python-requests-, python-sqlalchemy (<< 1.1), python-keystoneclient-
Suggests: python-ceph, python-hp3parclient, python-rtslib-fb
Section: python
Priority: extra
Homepage: http://launchpad.net/cinder
Description: Cinder Python libraries
 OpenStack is a reliable cloud infrastructure. Its mission is to produce
 the ubiquitous cloud computing platform that will meet the needs of public
 and private cloud providers regardless of size, by being simple to implement
 and massively scalable.
 .
 Cinder is the OpenStack Block storage service.
 .
 This package contains the Python library for Cinder.
Original-Maintainer: Chuck Short <email address hidden>

« Back to merge proposal