Merge lp:~yolanda.robla/ceilometer/grizzly into lp:~openstack-ubuntu-testing/ceilometer/grizzly

Proposed by Yolanda Robla
Status: Merged
Approved by: Chuck Short
Approved revision: no longer in the source branch.
Merged at revision: 15
Proposed branch: lp:~yolanda.robla/ceilometer/grizzly
Merge into: lp:~openstack-ubuntu-testing/ceilometer/grizzly
Diff against target: 99 lines (+29/-31)
2 files modified
debian/changelog (+2/-3)
debian/control (+27/-28)
To merge this branch: bzr merge lp:~yolanda.robla/ceilometer/grizzly
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+146899@code.launchpad.net

Description of the change

Refreshed dependencies

To post a comment you must log in.
lp:~yolanda.robla/ceilometer/grizzly updated
15. By Yolanda Robla

d/control: updated dependencies

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-02-05 12:07:07 +0000
3+++ debian/changelog 2013-02-06 16:44:20 +0000
4@@ -6,12 +6,11 @@
5 * d/ceilometer-common.install: fix copying ceilometer.conf, copy ceilometer-dbsync
6 * d/ceilometer-common.postinst: configuring mongo connection by default,
7 * fixing user/group creation
8- * d/control: removing python-nova dependencies, added mongodb recommends
9- * d/control: added python-pecan, python-extras dependencies, pinned python-flask (>=0.9)
10+ * d/control: updated dependencies
11 * d/*.upstart: fixed upstart jobs
12 * d/pydist-overrides: correcting pymongo and wsme package names
13
14- -- Yolanda Robla <yolanda.robla@canonical.com> Thu, 31 Jan 2013 16:28:00 +0100
15+ -- Yolanda Robla <yolanda.robla@canonical.com> Wed, 06 Feb 2013 17:42:00 +0100
16
17 ceilometer (2013.1~g2~20130107.449-0ubuntu1) UNRELEASED; urgency=low
18
19
20=== modified file 'debian/control'
21--- debian/control 2013-02-05 14:11:42 +0000
22+++ debian/control 2013-02-06 16:44:20 +0000
23@@ -6,49 +6,48 @@
24 python-all (>= 2.6),
25 python-all-dev (>= 2.6.6-3~)
26 Build-Depends-Indep:
27- python-webob,
28- python-kombu,
29- python-lockfile,
30- python-netaddr,
31- python-sqlalchemy,
32- python-eventlet,
33- python-anyjson,
34- python-flask (>= 0.9),
35- python-stevedore,
36 python-nose,
37- pep8,
38- python-ming,
39+ python-coverage,
40 python-mock,
41 python-mox,
42- python-glanceclient,
43+ python-babel (>= 0.9.6),
44+ python-ming,
45+ python-nova,
46 python-glance,
47- python-setuptools-git,
48+ python-swift,
49+ python-setuptools-git (>= 0.4),
50+ python-netifaces,
51+ python-sphinx,
52+ python-docutils
53+Depends:
54+ python-webob (>= 1.2),
55+ python-kombu,
56 python-iso8601,
57- python-sqlalchemy-ext ( >= 0.7.8-1~) | python-sqlalchemy (<< 0.6.3-2),
58+ python-lockfile,
59+ python-netaddr,
60+ python-argparse,
61+ python-sqlalchemy (<= 0.7.9),
62+ python-migrate,
63+ python-pymongo (>= 2.2),
64+ python-eventlet,
65+ python-anyjson (>= 0.2.4),
66+ python-flask (>= 0.9),
67+ python-pecan (>= 0.2.0),
68+ python-stevedore (>= 0.6),
69 python-glanceclient,
70 python-novaclient,
71- python-keystoneclient,
72+ python-keystoneclient (< 0.3),
73 python-swiftclient,
74 python-lxml,
75- python-netifaces,
76- python-pecan,
77+ python-requests (< 1.0),
78 python-extras,
79- python-wsme
80+ python-wsme (>= 0.5b1),
81+ python-pyyaml
82 Standards-Version: 3.9.3
83
84 Package: python-ceilometer
85 Architecture: all
86 Depends: ${python:Depends},
87- python-webob,
88- python-kombu,
89- python-iso8601,
90- python-lockfile,
91- python-netaddr,
92- python-sqlalchemy,
93- python-eventlet,
94- python-anyjson,
95- python-flask,
96- python-stevedore,
97 ${misc:Depends}
98 Description: ceilometer python libraries
99 Ceilometer aims to deliver a unique point of contact for billing systems to

Subscribers

People subscribed via source and target branches