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
=== modified file 'debian/ceilometer-common.postinst'
--- debian/ceilometer-common.postinst 2012-11-22 18:55:57 +0000
+++ debian/ceilometer-common.postinst 2012-12-04 17:48:21 +0000
@@ -6,7 +6,7 @@
6 fi6 fi
77
8 if ! getenv passwd ceilometer > /dev/null 2>&1; then8 if ! getenv passwd ceilometer > /dev/null 2>&1; then
9 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 ceilometer10 --shell /bin/false ceilometer
11 fi11 fi
1212
1313
=== modified file 'debian/changelog'
--- debian/changelog 2012-11-22 18:55:57 +0000
+++ debian/changelog 2012-12-04 17:48:21 +0000
@@ -1,3 +1,13 @@
1ceilometer (0.1-0ubuntu2) UNRELEASED; urgency=low
2
3 * debian/ceilometer-common.postinst: Add ceilometer to the user group
4 so that it can read its configuration files.
5 * debian/watch: Added watch file.
6 * debian/control: Clean up and update pythhon-dependencies
7 * debian/control: Drop python-ming not needed
8
9 -- Chuck Short <zulcss@ubuntu.com> Thu, 22 Nov 2012 13:01:04 -0600
10
1ceilometer (0.1-0ubuntu1) quantal; urgency=low11ceilometer (0.1-0ubuntu1) quantal; urgency=low
212
3 * New upstream release.13 * New upstream release.
414
=== modified file 'debian/control'
--- debian/control 2012-11-22 18:55:57 +0000
+++ debian/control 2012-12-04 17:48:21 +0000
@@ -6,41 +6,43 @@
6 python-all (>= 2.6),6 python-all (>= 2.6),
7 python-all-dev (>= 2.6.6-3~)7 python-all-dev (>= 2.6.6-3~)
8Build-Depends-Indep:8Build-Depends-Indep:
9 python-webob,9 python-anyjson,
10 python-kombu,10 python-eventlet,
11 python-flask (>= 0.9),
12 python-glance,
13 python-glanceclient (>= 1:0.6),
14 python-iso8601,
15 python-keystoneclient (>= 1:0.2),
16 python-kombu,
11 python-lockfile,17 python-lockfile,
12 python-netaddr,18 python-mock,
13 python-sqlalchemy,19 python-mox,
14 python-eventlet,20 python-netaddr,
15 python-anyjson,
16 python-flask,
17 python-stevedore,
18 python-nose,21 python-nose,
19 pep8,22 python-nova (>= 2012.2),
20 python-ming,
21 python-mock,
22 python-mox,
23 python-glanceclient,
24 python-nova,
25 python-glance,
26 python-setuptools-git,23 python-setuptools-git,
27 python-iso860124 python-sqlalchemy,
25 python-stevedore (>= 0.6),
26 python-webob
28Standards-Version: 3.9.327Standards-Version: 3.9.3
2928
30Package: python-ceilometer29Package: python-ceilometer
31Architecture: all30Architecture: all
32Depends: ${python:Depends},31Depends: ${python:Depends}, ${misc:Depends},
33 python-webob,32 python-anyjson,
33 python-eventlet,
34 python-flask (>= 0.9),
35 python-glanceclient (>= 1:0.6),
36 python-greenlet (>= 0.4),
37 python-keystoneclient (>= 1:0.2),
38 python-iso8601,
34 python-kombu,39 python-kombu,
35 python-iso8601,
36 python-lockfile,40 python-lockfile,
37 python-netaddr,41 python-nova (>= 2012.2),
38 python-sqlalchemy,42 python-novaclient (>= 2:2.6.10),
39 python-eventlet,43 python-netaddr,
40 python-anyjson,44 python-stevedore (>= 0.6),
41 python-flask,45 python-webob
42 python-stevedore,
43 ${misc:Depends}
44Description: ceilometer python libraries46Description: ceilometer python libraries
45 Ceilometer aims to deliver a unique point of contact for billing systems to 47 Ceilometer aims to deliver a unique point of contact for billing systems to
46 aquire all counters they need to establish customer billing, accross all 48 aquire all counters they need to establish customer billing, accross all
4749
=== added file 'debian/watch'
--- debian/watch 1970-01-01 00:00:00 +0000
+++ debian/watch 2012-12-04 17:48:21 +0000
@@ -0,0 +1,3 @@
1version=3
2opts="uversionmangle=s/%7E/~/" https://launchpad.net/ceiolmeter/+download https://launchpad.net/ceilometer/.*/.*/.*/ceilometer-(.*)\.tar\.gz
3http://tarballs.openstack.org/ceilometer/ ceilometer-(\d.*).tar.gz

Subscribers

People subscribed via source and target branches