Merge lp:~zulcss/cinder/housecleaning into lp:~ubuntu-server-dev/cinder/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 141
Proposed branch: lp:~zulcss/cinder/housecleaning
Merge into: lp:~ubuntu-server-dev/cinder/havana
Diff against target: 132 lines (+43/-29)
2 files modified
debian/changelog (+10/-0)
debian/control (+33/-29)
To merge this branch: bzr merge lp:~zulcss/cinder/housecleaning
Reviewer Review Type Date Requested Status
James Page Approve
Adam Gandelman (community) Needs Fixing
Review via email: mp+186612@code.launchpad.net

Description of the change

Fall house cleaning

To post a comment you must log in.
Revision history for this message
Adam Gandelman (gandelman-a) wrote :

Looks good but please remove huge tabs in d/control in favor of single-space indenting.

review: Needs Fixing
Revision history for this message
Adam Gandelman (gandelman-a) wrote :

Also,

python-stevedore (>= 0.10.0),

needs to be

python-stevedore (>= 0.10),

0.10 is our current version, which is < 0.10.0

review: Needs Fixing
lp:~zulcss/cinder/housecleaning updated
139. By Chuck Short

Fixed up bassed on suggestions

140. By Chuck Short

Fixed up bassed on suggestions

Revision history for this message
James Page (james-page) :
review: Approve
lp:~zulcss/cinder/housecleaning updated
141. By Chuck Short

Add epoch of oslo.config

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2013-09-10 16:41:01 +0000
+++ debian/changelog 2013-09-20 13:35:21 +0000
@@ -3,6 +3,16 @@
3 * New upstream release.3 * New upstream release.
4 * debian/patches/skip-sqlachemy-failures.patch: Dropped 4 * debian/patches/skip-sqlachemy-failures.patch: Dropped
5 * debian/patches/fix-sqlalchemy-requirements.patch: Refreshed.5 * debian/patches/fix-sqlalchemy-requirements.patch: Refreshed.
6 * debian/control:
7 - Dropped python-nose and python-setuptool-git.
8 - Added python-netaddr as a build-dependency. (LP: #1227153)
9 - Added python-six as a build-dependency.
10 - Added versioned dependencies to python-pbr, python-amqplib,
11 python-glanceclient, python-novaclient, and python-swiftclient,
12 python-lxml, python-webob, python-oslo.config, python-sqlalchemy,
13 python-fixtures, python-testtools, and python-fixtures
14 - Bumped versioned dependencies for python-eventlet, python-hp3parclient,
15 and python-keystoneclient,
616
7 -- Chuck Short <zulcss@ubuntu.com> Tue, 10 Sep 2013 11:45:33 -040017 -- Chuck Short <zulcss@ubuntu.com> Tue, 10 Sep 2013 11:45:33 -0400
818
919
=== modified file 'debian/control'
--- debian/control 2013-08-28 16:46:10 +0000
+++ debian/control 2013-09-20 13:35:21 +0000
@@ -4,43 +4,43 @@
4Maintainer: Chuck Short <zulcss@ubuntu.com>4Maintainer: Chuck Short <zulcss@ubuntu.com>
5Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)5Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
6Build-Depends-Indep:6Build-Depends-Indep:
7 python-amqplib,7 python-amqplib (>= 0.6.1),
8 python-anyjson (>= 0.3.3),8 python-anyjson (>= 0.3.3),
9 python-babel,9 python-babel,
10 python-coverage,10 python-coverage,
11 python-d2to1,11 python-d2to1,
12 python-eventlet (>= 0.12.0),12 python-eventlet (>= 0.13.0),
13 python-fixtures,13 python-fixtures (>= 0.3.14),
14 python-glanceclient,14 python-glanceclient (>= 1:0.9.0),
15 python-greenlet (>= 0.3.2),15 python-greenlet (>= 0.3.2),
16 python-hp3parclient (>= 1.0.0),16 python-hp3parclient (>= 2.0.0),
17 python-iso8601,17 python-iso8601,
18 python-keystoneclient (>= 1:0.2.3),18 python-keystoneclient (>= 1:0.3.0),
19 python-kombu (>= 2.5.12),19 python-kombu (>= 2.5.12),
20 python-lockfile,20 python-lockfile,
21 python-lxml,21 python-lxml (>= 2.3),
22 python-migrate,22 python-migrate,
23 python-mock,23 python-mock,
24 python-mox,24 python-mox,
25 python-mysqldb,25 python-mysqldb,
26 python-nose,26 python-netaddr,
27 python-novaclient,27 python-novaclient (>= 1:2.12.0),
28 python-oslo.config,28 python-oslo.config (>= 1:1.1.0),
29 python-paramiko (>= 1.8),29 python-paramiko (>= 1.8),
30 python-paste,30 python-paste,
31 python-pastedeploy,31 python-pastedeploy,
32 python-pbr,32 python-pbr (>= 0.5.21),
33 python-routes,33 python-routes,
34 python-swiftclient,
35 python-setuptools,34 python-setuptools,
36 python-setuptools-git,35 python-six,
37 python-sphinx,36 python-sphinx,
38 python-sqlalchemy,37 python-sqlalchemy (>= 0.8.2),
39 python-stevedore (>= 0.9),38 python-stevedore (>= 0.10),
40 python-suds,39 python-suds,
41 python-testtools,40 python-swiftclient (>= 1:1.5),
42 python-webob,41 python-testtools (>= 0.9.32),
43 testrepository42 python-webob (>= 1.2.3),
43 testrepository (>= 0.0.17)
44Standards-Version: 3.9.444Standards-Version: 3.9.4
45Homepage: http://launchpad.net/cinder45Homepage: http://launchpad.net/cinder
46Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files46Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files
@@ -51,30 +51,34 @@
51Section: python51Section: python
52Architecture: all52Architecture: all
53Depends:53Depends:
54 python-amqplib,54 python-amqplib (>= 0.6.1),
55 python-anyjson (>= 0.3.3),55 python-anyjson (>= 0.3.3),
56 python-eventlet (>= 0.12.0),56 python-babel,
57 python-glanceclient,57 python-eventlet (>= 0.13.0),
58 python-keystoneclient (>= 1:0.2.3),58 python-glanceclient (>= 1:0.9.0),
59 python-oslo.config,
60 python-greenlet (>= 0.3.2),59 python-greenlet (>= 0.3.2),
61 python-iso8601,60 python-iso8601,
61 python-keystoneclient (>= 1:0.3.0),
62 python-kombu (>= 2.5.12),62 python-kombu (>= 2.5.12),
63 python-lockfile,63 python-lockfile,
64 python-lxml,64 python-lxml (>= 2.3),
65 python-migrate,65 python-migrate,
66 python-netaddr,
67 python-novaclient (>= 1:2.12.0),
68 python-oslo.config (>= 1:1.1.0),
66 python-paramiko (>= 1.8),69 python-paramiko (>= 1.8),
67 python-paste,70 python-paste,
68 python-pastedeploy,71 python-pastedeploy,
69 python-routes,72 python-routes,
70 python-stevedore (>= 0.9),73 python-six,
71 python-swiftclient,74 python-sqlalchemy (>= 0.8.2),
72 python-sqlalchemy,75 python-stevedore (>= 0.10),
73 python-suds,76 python-suds,
74 python-webob,77 python-swiftclient (>= 1:1.5),
78 python-webob (>= 1.2.3),
75 ${misc:Depends},79 ${misc:Depends},
76 ${python:Depends}80 ${python:Depends}
77Suggests: python-hp3parclient, python-ceph81Suggests: python-ceph, python-hp3parclient
78Description: Cinder Python libraries82Description: Cinder Python libraries
79 OpenStack is a reliable cloud infrastructure. Its mission is to produce83 OpenStack is a reliable cloud infrastructure. Its mission is to produce
80 the ubiquitous cloud computing platform that will meet the needs of public84 the ubiquitous cloud computing platform that will meet the needs of public

Subscribers

People subscribed via source and target branches