~ubuntu-branches/ubuntu/vivid/ironic/vivid-updates

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2015-03-30 11:14:57 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20150330111457-kr4ju3guf22m4vbz
Tags: 2015.1~b3-0ubuntu1
* New upstream release.
  + d/control: 
    - Align with upstream dependencies.
    - Add dh-python to build-dependencies.
    - Add psmisc as a dependency. (LP: #1358820)
  + d/p/fix-requirements.patch: Rediffed.
  + d/ironic-conductor.init.in: Fixed typos in LSB headers,
    thanks to JJ Asghar. (LP: #1429962)

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
 alembic (>= 0.7.2),
7
7
 debhelper (>= 9~),
8
8
 dh-systemd,
 
9
 dh-python,
9
10
 openstack-pkg-tools (>= 21ubuntu5~),
10
11
 python-all (>= 2.6),
11
12
 python-amqplib (>= 0.3.3),
21
22
 python-iso8601 (>= 0.1.9),
22
23
 python-jinja2 (>= 2.6),
23
24
 python-jsonpatch (>= 1.1),
24
 
 python-keystoneclient (>= 1:1.0.0),
 
25
 python-keystoneclient (>= 1:1.1.0),
25
26
 python-keystonemiddleware (>= 1.0.0),
26
27
 python-lockfile (>= 0.8),
27
28
 python-lxml (>= 2.3),
28
 
 python-migrate (>= 0.9.1),
 
29
 python-migrate (>= 0.9.5),
29
30
 python-mock (>= 1.0),
30
31
 python-mysqldb,
31
32
 python-netaddr (>= 0.7.12),
32
 
 python-neutronclient (>= 1:2.3.6),
 
33
 python-neutronclient (>= 1:2.3.11),
33
34
 python-oslo-concurrency (>= 1.4.1),
34
 
 python-oslo-config (>= 1.6.0),
35
 
 python-oslo-db (>= 1.4.1),
 
35
 python-oslo-config (>= 1.9.0),
 
36
 python-oslo-context (>= 0.2.0),
 
37
 python-oslo-db (>= 1.5.0),
36
38
 python-oslo-i18n (>= 1.3.0),
37
39
 python-oslo-messaging (>= 1.6.0),
 
40
 python-oslo-policy (>= 0.3.0),
38
41
 python-oslo-rootwrap (>= 1.5.0),
39
42
 python-oslo-serialization (>= 1.2.0),
40
43
 python-oslo-utils (>= 1.2.0),
49
52
 python-requests (>= 2.2.0),
50
53
 python-sendfile (>= 2.0.0),
51
54
 python-setuptools,
52
 
 python-six (>= 1.7.0),
 
55
 python-six (>= 1.9.0),
53
56
 python-sphinx (>= 1.1.2),
54
57
 python-sphinxcontrib-pecanwsme (>= 0.8),
55
58
 python-sqlalchemy (>= 0.9.7),
59
62
 python-testtools (>= 0.9.36),
60
63
 python-webob (>= 1.2.3),
61
64
 python-wsme (>= 0.6),
 
65
 python-testresources,
62
66
 subunit,
63
67
 testrepository (>= 0.0.18),
64
68
Standards-Version: 3.9.6
78
82
 python-iso8601 (>= 0.1.9),
79
83
 python-jinja2 (>= 2.6),
80
84
 python-jsonpatch (>= 1.1),
81
 
 python-keystoneclient (>= 1:1.0.0),
 
85
 python-keystoneclient (>= 1:1.1.0),
82
86
 python-keystonemiddleware (>= 1.0.0),
83
87
 python-kombu (>= 2.4.8),
84
88
 python-lockfile (>= 0.8),
85
89
 python-lxml (>= 2.3),
86
 
 python-migrate (>= 0.9.1),
 
90
 python-migrate (>= 0.9.5),
87
91
 python-netaddr (>= 0.7.12),
88
 
 python-neutronclient (>= 1:2.3.6),
 
92
 python-neutronclient (>= 1:2.3.11),
89
93
 python-oslo-concurrency (>= 1.4.1),
90
 
 python-oslo-config (>= 1.6.0),
91
 
 python-oslo-db (>= 1.4.1),
 
94
 python-oslo-config (>= 1.9.0),
 
95
 python-oslo-context (>= 0.2.0),
 
96
 python-oslo-db (>= 1.5.0),
92
97
 python-oslo-i18n (>= 1.3.0),
93
98
 python-oslo-messaging (>= 1.6.0),
94
99
 python-oslo-rootwrap (>= 1.5.0),
101
106
 python-retrying (>= 1.2.3),
102
107
 python-requests (>= 2.2.0),
103
108
 python-sendfile (>= 2.0.0),
104
 
 python-six (>= 1.7.0),
 
109
 python-six (>= 1.9.0),
105
110
 python-sqlalchemy (>= 0.9.7),
106
111
 python-stevedore (>= 1.1.0),
107
112
 python-swiftclient (>= 1:2.2.0),
126
131
Depends:
127
132
 adduser,
128
133
 python-ironic (= ${source:Version}),
 
134
 psmisc,
129
135
 ${misc:Depends},
130
136
 ${python:Depends}
131
137
Description: Openstack bare metal provisioning service - daemons