Merge ~zioproto/ubuntu/+source/cinder:stable/liberty into ~ubuntu-server-dev/ubuntu/+source/cinder:stable/liberty
| Status: | Merged |
|---|---|
| Merged at revision: | d5da74baf84509ce8799b51c2906ca5d40edec59 |
| Proposed branch: | ~zioproto/ubuntu/+source/cinder:stable/liberty |
| Merge into: | ~ubuntu-server-dev/ubuntu/+source/cinder:stable/liberty |
| Diff against target: |
135 lines (+114/-0) 3 files modified
debian/changelog (+7/-0) debian/patches/cinder-306610.patch (+106/-0) debian/patches/series (+1/-0) |
| Related bugs: |
| Reviewer | Review Type | Date Requested | Status |
|---|---|---|---|
| Corey Bryant | 2016-08-30 | Approve on 2016-08-30 | |
|
Review via email:
|
|||
| Saverio Proto (zioproto) wrote : | # |
| James Page (james-page) wrote : | # |
Taking a look at your build failure now.
| James Page (james-page) wrote : | # |
Saverio
Could you confirm the version of cloud-archive-utils you are using - I think that the problem you are hitting is something that has been resolved in r48.
| Saverio Proto (zioproto) wrote : | # |
Here you go:
ubuntu@
cloud-archive-
Installed: 0.1-0~50~
Candidate: 0.1-0~50~
Version table:
*** 0.1-0~50~
500 http://
100 /var/lib/
I am able to reproduce the build problem even without my patch, here the steps
debcheckout --git-track='*' cinder
cd cinder/
git checkout stable/liberty
gbp buildpackage -S -us -uc
sbuild-liberty -A -d trusty-amd64 ../build-
the resulting python-


I am building this package as follows: area/cinder_ 7.0.2-0ubuntu2. dsc
sbuild-liberty -A -d trusty-amd64 ../build-
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 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- keystonemiddlew are (>= 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.concurrenc y (>= 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.serializat ion (>= 1.4.0), python-oslo.service (>= 0.7.0), python-oslo.utils (>= 2.0.0), python- oslo.versionedo bjects (>= 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- keystonemiddlew are-, python- oslo.messaging- , python:any (>= 2.7.5-5~), python-netaddr-, python-oslo.utils-, python-requests-, python-sqlalchemy (<< 1.1), python- keystoneclient- hp3parclient, python-rtslib-fb launchpad. net/cinder Maintainer: Chuck Short <email address hidden>
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-
Suggests: python-ceph, python-
Section: python
Priority: extra
Homepage: http://
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-