Merge lp:~gnuoy/glance/juno-update-deps into lp:~ubuntu-server-dev/glance/juno

Proposed by Liam Young
Status: Merged
Merged at revision: 300
Proposed branch: lp:~gnuoy/glance/juno-update-deps
Merge into: lp:~ubuntu-server-dev/glance/juno
Diff against target: 140 lines (+43/-32)
3 files modified
debian/changelog (+6/-2)
debian/control (+36/-29)
debian/glance-api.install (+1/-1)
To merge this branch: bzr merge lp:~gnuoy/glance/juno-update-deps
Reviewer Review Type Date Requested Status
Liam Young (community) Needs Resubmitting
Chuck Short (community) Needs Fixing
Review via email: mp+225669@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Chuck Short (zulcss) wrote :

Looks like you have a merge conflict in the changelog.

review: Needs Fixing
lp:~gnuoy/glance/juno-update-deps updated
300. By Liam Young

Merged Trunk

Revision history for this message
Liam Young (gnuoy) :
review: Needs Resubmitting

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 2014-07-03 12:20:22 +0000
3+++ debian/changelog 2014-07-07 07:56:13 +0000
4@@ -1,8 +1,12 @@
5-glance (1:2014.2~b1-0ubuntu3) UNRELEASED; urgency=medium
6+glance (1:2014.2~b1-0ubuntu4) UNRELEASED; urgency=medium
7
8+ [ Chuck Short ]
9 * debian/control: Add python-posix-ipc as a build dependency.
10
11- -- Chuck Short <zulcss@ubuntu.com> Thu, 03 Jul 2014 08:19:58 -0400
12+ [ Liam Young ]
13+ * debian/control: Merged in deps from requirements.txt
14+
15+ -- Liam Young <liam.young@canonical.com> Mon, 07 Jul 2014 08:39:23 +0100
16
17 glance (1:2014.2~b1-0ubuntu2) utopic; urgency=medium
18
19
20=== modified file 'debian/control'
21--- debian/control 2014-07-03 12:20:22 +0000
22+++ debian/control 2014-07-07 07:56:13 +0000
23@@ -6,39 +6,41 @@
24 Build-Depends-Indep:
25 curl,
26 python-anyjson (>= 0.3.3),
27- python-boto (>= 2.4.0),
28- python-cinderclient (>= 1:1.0.4),
29+ python-boto (>= 2.12.0),
30+ python-cinderclient (>= 1:1.0.8),
31 python-crypto (>= 2.6),
32 python-eventlet (>= 0.13.0),
33 python-fixtures (>= 0.3.12),
34 python-greenlet (>= 0.3.2),
35- python-httplib2,
36- python-iso8601,
37- python-jsonschema (>= 1.3.0),
38- python-keystoneclient (>= 1:0.3.0),
39+ python-httplib2 (>= 0.7.5),
40+ python-iso8601 (>= 0.1.9),
41+ python-jsonschema (>= 2.0.0),
42+ python-keystoneclient (>= 1:0.9.0),
43 python-kombu (>= 2.4.8),
44 python-lxml (>= 2.3),
45- python-migrate,
46+ python-migrate (>= 0.9.1),
47 python-mox,
48- python-openssl,
49- python-oslo.config (>= 1:1.2.0),
50+ python-netaddr (>= 0.7.6),
51+ python-openssl (>= 0.11),
52+ python-oslo.config (>= 1:1.2.1),
53+ python-oslo.messaging (>= 1.3.0),
54+ python-oslo.vmware (>= 0.3),
55 python-oslosphinx,
56- python-oslo.messaging,
57- python-oslo.vmware,
58- python-posix-ipc,
59 python-passlib,
60 python-paste,
61- python-pastedeploy,
62- python-pbr (>= 0.5.21),
63+ python-pastedeploy (>= 1.5.0),
64+ python-pbr (>= 0.6),
65+ python-posix-ipc,
66 python-psutil,
67 python-requests (>= 1.1),
68- python-routes,
69- python-suds,
70- python-six,
71+ python-routes (>= 1.12.3),
72 python-setuptools,
73+ python-six (>= 1.7.0),
74 python-sphinx,
75 python-sqlalchemy-ext | python-sqlalchemy (>= 0.8.2),
76- python-swiftclient (>= 1:1.2),
77+ python-stevedore (>= 0.14),
78+ python-suds,
79+ python-swiftclient (>= 1:2.1.0),
80 python-testtools (>= 0.9.32),
81 python-webob (>= 1.2.3),
82 python-xattr,
83@@ -55,27 +57,32 @@
84 Section: python
85 Depends:
86 python-anyjson (>= 0.3.3),
87- python-boto (>= 2.4.0),
88- python-cinderclient (>= 1:1.0.4),
89+ python-boto (>= 2.12.0),
90+ python-cinderclient (>= 1:1.0.8),
91 python-crypto (>= 2.6),
92 python-eventlet (>= 0.13.0),
93 python-greenlet (>= 0.3.2),
94- python-httplib2,
95+ python-httplib2 (>= 0.7.5),
96 python-iso8601,
97+ python-iso8601 (>= 0.1.9),
98 python-jsonschema (>= 1.3.0),
99- python-keystoneclient (>= 1:0.3.0),
100+ python-keystoneclient (>= 1:0.9.0),
101 python-kombu (>= 2.4.8),
102 python-lxml (>= 2.3),
103- python-migrate,
104- python-openssl,
105- python-oslo.config (>= 1:1.2.0a3),
106+ python-migrate (>= 0.9.1),
107+ python-netaddr (>= 0.7.6),
108+ python-openssl (>= 0.11),
109+ python-oslo.config (>= 1:1.2.1),
110+ python-oslo.messaging (>= 1.3.0),
111+ python-oslo.vmware (>= 0.3),
112 python-passlib,
113 python-paste,
114- python-pastedeploy,
115- python-routes,
116- python-six,
117+ python-pastedeploy (>= 1.5.0),
118+ python-posix-ipc,
119+ python-routes (>= 1.12.3),
120+ python-six (>= 1.7.0),
121 python-sqlalchemy-ext | python-sqlalchemy (>= 0.8.2),
122- python-swiftclient (>= 1:1.2),
123+ python-swiftclient (>= 1:2.1.0),
124 python-webob (>= 1.2.3),
125 ${misc:Depends},
126 ${python:Depends}
127
128=== modified file 'debian/glance-api.install'
129--- debian/glance-api.install 2014-04-14 14:22:05 +0000
130+++ debian/glance-api.install 2014-07-07 07:56:13 +0000
131@@ -2,8 +2,8 @@
132 etc/glance-api.conf etc/glance
133 etc/glance-cache.conf etc/glance
134 etc/glance-scrubber.conf etc/glance
135+etc/policy.json etc/glance
136 etc/schema-image.json etc/glance
137-etc/policy.json etc/glance
138 usr/bin/glance-api
139 usr/bin/glance-cache-cleaner
140 usr/bin/glance-cache-manage

Subscribers

People subscribed via source and target branches