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
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-09-10 16:41:01 +0000
3+++ debian/changelog 2013-09-20 13:35:21 +0000
4@@ -3,6 +3,16 @@
5 * New upstream release.
6 * debian/patches/skip-sqlachemy-failures.patch: Dropped
7 * debian/patches/fix-sqlalchemy-requirements.patch: Refreshed.
8+ * debian/control:
9+ - Dropped python-nose and python-setuptool-git.
10+ - Added python-netaddr as a build-dependency. (LP: #1227153)
11+ - Added python-six as a build-dependency.
12+ - Added versioned dependencies to python-pbr, python-amqplib,
13+ python-glanceclient, python-novaclient, and python-swiftclient,
14+ python-lxml, python-webob, python-oslo.config, python-sqlalchemy,
15+ python-fixtures, python-testtools, and python-fixtures
16+ - Bumped versioned dependencies for python-eventlet, python-hp3parclient,
17+ and python-keystoneclient,
18
19 -- Chuck Short <zulcss@ubuntu.com> Tue, 10 Sep 2013 11:45:33 -0400
20
21
22=== modified file 'debian/control'
23--- debian/control 2013-08-28 16:46:10 +0000
24+++ debian/control 2013-09-20 13:35:21 +0000
25@@ -4,43 +4,43 @@
26 Maintainer: Chuck Short <zulcss@ubuntu.com>
27 Build-Depends: debhelper (>= 8.0.0), python-all (>= 2.6)
28 Build-Depends-Indep:
29- python-amqplib,
30+ python-amqplib (>= 0.6.1),
31 python-anyjson (>= 0.3.3),
32 python-babel,
33 python-coverage,
34 python-d2to1,
35- python-eventlet (>= 0.12.0),
36- python-fixtures,
37- python-glanceclient,
38+ python-eventlet (>= 0.13.0),
39+ python-fixtures (>= 0.3.14),
40+ python-glanceclient (>= 1:0.9.0),
41 python-greenlet (>= 0.3.2),
42- python-hp3parclient (>= 1.0.0),
43+ python-hp3parclient (>= 2.0.0),
44 python-iso8601,
45- python-keystoneclient (>= 1:0.2.3),
46+ python-keystoneclient (>= 1:0.3.0),
47 python-kombu (>= 2.5.12),
48 python-lockfile,
49- python-lxml,
50+ python-lxml (>= 2.3),
51 python-migrate,
52 python-mock,
53 python-mox,
54 python-mysqldb,
55- python-nose,
56- python-novaclient,
57- python-oslo.config,
58+ python-netaddr,
59+ python-novaclient (>= 1:2.12.0),
60+ python-oslo.config (>= 1:1.1.0),
61 python-paramiko (>= 1.8),
62 python-paste,
63 python-pastedeploy,
64- python-pbr,
65+ python-pbr (>= 0.5.21),
66 python-routes,
67- python-swiftclient,
68 python-setuptools,
69- python-setuptools-git,
70+ python-six,
71 python-sphinx,
72- python-sqlalchemy,
73- python-stevedore (>= 0.9),
74+ python-sqlalchemy (>= 0.8.2),
75+ python-stevedore (>= 0.10),
76 python-suds,
77- python-testtools,
78- python-webob,
79- testrepository
80+ python-swiftclient (>= 1:1.5),
81+ python-testtools (>= 0.9.32),
82+ python-webob (>= 1.2.3),
83+ testrepository (>= 0.0.17)
84 Standards-Version: 3.9.4
85 Homepage: http://launchpad.net/cinder
86 Vcs-Browser: http://bazaar.launchpad.net/~ubuntu-server-dev/cinder/havana/files
87@@ -51,30 +51,34 @@
88 Section: python
89 Architecture: all
90 Depends:
91- python-amqplib,
92+ python-amqplib (>= 0.6.1),
93 python-anyjson (>= 0.3.3),
94- python-eventlet (>= 0.12.0),
95- python-glanceclient,
96- python-keystoneclient (>= 1:0.2.3),
97- python-oslo.config,
98+ python-babel,
99+ python-eventlet (>= 0.13.0),
100+ python-glanceclient (>= 1:0.9.0),
101 python-greenlet (>= 0.3.2),
102 python-iso8601,
103+ python-keystoneclient (>= 1:0.3.0),
104 python-kombu (>= 2.5.12),
105 python-lockfile,
106- python-lxml,
107+ python-lxml (>= 2.3),
108 python-migrate,
109+ python-netaddr,
110+ python-novaclient (>= 1:2.12.0),
111+ python-oslo.config (>= 1:1.1.0),
112 python-paramiko (>= 1.8),
113 python-paste,
114 python-pastedeploy,
115 python-routes,
116- python-stevedore (>= 0.9),
117- python-swiftclient,
118- python-sqlalchemy,
119+ python-six,
120+ python-sqlalchemy (>= 0.8.2),
121+ python-stevedore (>= 0.10),
122 python-suds,
123- python-webob,
124+ python-swiftclient (>= 1:1.5),
125+ python-webob (>= 1.2.3),
126 ${misc:Depends},
127 ${python:Depends}
128-Suggests: python-hp3parclient, python-ceph
129+Suggests: python-ceph, python-hp3parclient
130 Description: Cinder Python libraries
131 OpenStack is a reliable cloud infrastructure. Its mission is to produce
132 the ubiquitous cloud computing platform that will meet the needs of public

Subscribers

People subscribed via source and target branches