Merge lp:~zulcss/ceilometer/control-cleanup into lp:~openstack-ubuntu-testing/ceilometer/grizzly

Proposed by Chuck Short
Status: Needs review
Proposed branch: lp:~zulcss/ceilometer/control-cleanup
Merge into: lp:~openstack-ubuntu-testing/ceilometer/grizzly
Diff against target: 112 lines (+42/-27)
4 files modified
debian/ceilometer-common.postinst (+1/-1)
debian/changelog (+10/-0)
debian/control (+28/-26)
debian/watch (+3/-0)
To merge this branch: bzr merge lp:~zulcss/ceilometer/control-cleanup
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+137883@code.launchpad.net

Description of the change

misc clean ups

To post a comment you must log in.
4. By Chuck Short

debian/control: Drop python-ming not needed

Unmerged revisions

4. By Chuck Short

debian/control: Drop python-ming not needed

3. By Chuck Short

debian/control: Clean up and update pythhon-dependencies

2. By Chuck Short

* debian/ceilometer-common.postinst: Add ceilometer to the user group
  so that it can read its configuration files.
* debian/watch: Added watch file.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/ceilometer-common.postinst'
2--- debian/ceilometer-common.postinst 2012-11-22 18:55:57 +0000
3+++ debian/ceilometer-common.postinst 2012-12-04 17:48:21 +0000
4@@ -6,7 +6,7 @@
5 fi
6
7 if ! getenv passwd ceilometer > /dev/null 2>&1; then
8- adduser --system --home /var/lib/ceilometer --ingroup ceilometer --no-create-home \
9+ adduser --system --home /var/lib/ceilometer --ingroup ceilometer,nova --no-create-home \
10 --shell /bin/false ceilometer
11 fi
12
13
14=== modified file 'debian/changelog'
15--- debian/changelog 2012-11-22 18:55:57 +0000
16+++ debian/changelog 2012-12-04 17:48:21 +0000
17@@ -1,3 +1,13 @@
18+ceilometer (0.1-0ubuntu2) UNRELEASED; urgency=low
19+
20+ * debian/ceilometer-common.postinst: Add ceilometer to the user group
21+ so that it can read its configuration files.
22+ * debian/watch: Added watch file.
23+ * debian/control: Clean up and update pythhon-dependencies
24+ * debian/control: Drop python-ming not needed
25+
26+ -- Chuck Short <zulcss@ubuntu.com> Thu, 22 Nov 2012 13:01:04 -0600
27+
28 ceilometer (0.1-0ubuntu1) quantal; urgency=low
29
30 * New upstream release.
31
32=== modified file 'debian/control'
33--- debian/control 2012-11-22 18:55:57 +0000
34+++ debian/control 2012-12-04 17:48:21 +0000
35@@ -6,41 +6,43 @@
36 python-all (>= 2.6),
37 python-all-dev (>= 2.6.6-3~)
38 Build-Depends-Indep:
39- python-webob,
40- python-kombu,
41+ python-anyjson,
42+ python-eventlet,
43+ python-flask (>= 0.9),
44+ python-glance,
45+ python-glanceclient (>= 1:0.6),
46+ python-iso8601,
47+ python-keystoneclient (>= 1:0.2),
48+ python-kombu,
49 python-lockfile,
50- python-netaddr,
51- python-sqlalchemy,
52- python-eventlet,
53- python-anyjson,
54- python-flask,
55- python-stevedore,
56+ python-mock,
57+ python-mox,
58+ python-netaddr,
59 python-nose,
60- pep8,
61- python-ming,
62- python-mock,
63- python-mox,
64- python-glanceclient,
65- python-nova,
66- python-glance,
67+ python-nova (>= 2012.2),
68 python-setuptools-git,
69- python-iso8601
70+ python-sqlalchemy,
71+ python-stevedore (>= 0.6),
72+ python-webob
73 Standards-Version: 3.9.3
74
75 Package: python-ceilometer
76 Architecture: all
77-Depends: ${python:Depends},
78- python-webob,
79+Depends: ${python:Depends}, ${misc:Depends},
80+ python-anyjson,
81+ python-eventlet,
82+ python-flask (>= 0.9),
83+ python-glanceclient (>= 1:0.6),
84+ python-greenlet (>= 0.4),
85+ python-keystoneclient (>= 1:0.2),
86+ python-iso8601,
87 python-kombu,
88- python-iso8601,
89 python-lockfile,
90- python-netaddr,
91- python-sqlalchemy,
92- python-eventlet,
93- python-anyjson,
94- python-flask,
95- python-stevedore,
96- ${misc:Depends}
97+ python-nova (>= 2012.2),
98+ python-novaclient (>= 2:2.6.10),
99+ python-netaddr,
100+ python-stevedore (>= 0.6),
101+ python-webob
102 Description: ceilometer python libraries
103 Ceilometer aims to deliver a unique point of contact for billing systems to
104 aquire all counters they need to establish customer billing, accross all
105
106=== added file 'debian/watch'
107--- debian/watch 1970-01-01 00:00:00 +0000
108+++ debian/watch 2012-12-04 17:48:21 +0000
109@@ -0,0 +1,3 @@
110+version=3
111+opts="uversionmangle=s/%7E/~/" https://launchpad.net/ceiolmeter/+download https://launchpad.net/ceilometer/.*/.*/.*/ceilometer-(.*)\.tar\.gz
112+http://tarballs.openstack.org/ceilometer/ ceilometer-(\d.*).tar.gz

Subscribers

People subscribed via source and target branches