Merge lp:~zulcss/ceilometer/ceilometer-pbr into lp:~openstack-ubuntu-testing/ceilometer/havana

Proposed by Chuck Short
Status: Merged
Merged at revision: 29
Proposed branch: lp:~zulcss/ceilometer/ceilometer-pbr
Merge into: lp:~openstack-ubuntu-testing/ceilometer/havana
Diff against target: 151 lines (+34/-41)
7 files modified
debian/changelog (+16/-0)
debian/control (+7/-1)
debian/patches/default-dbconnection-sqlite.patch (+10/-10)
debian/patches/remove-hbase-support.patch (+0/-12)
debian/patches/requests-dep.patch (+0/-15)
debian/patches/series (+0/-2)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~zulcss/ceilometer/ceilometer-pbr
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Needs Fixing
Review via email: mp+164907@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Missing python-testtools in changelog

review: Needs Fixing
lp:~zulcss/ceilometer/ceilometer-pbr updated
29. By Chuck Short

debian/control: Add python-testtools

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-04-05 19:34:40 +0000
3+++ debian/changelog 2013-05-21 14:47:29 +0000
4@@ -1,3 +1,19 @@
5+ceilometer (2013.2.a151.geaa6b33-0ubuntu1) UNRELEASED; urgency=low
6+
7+ * New upstream release.
8+ * debian/rules: Add fail-missing if binaries are missing
9+ from the packages.
10+ * debian/control: Add python-happybase as build-dependencies.
11+ * debian/control: Add python-pbr and python-d2to1 as build-dependencies
12+ * debian/control: Add python-fixtures as build-dependencies.
13+ * debian/control: Add python-nova as build-dependencies.
14+ * debian/control: Add python-testtools
15+ * debian/patches/requests-dep.patch: Dropped no longer needed.
16+ * debian/patches/remove-hbase-support.patch: Dropped no longer neded.
17+ * debian/patches/default-dbconnection-sqlite.patch: Refreshed.
18+
19+ -- Chuck Short <zulcss@ubuntu.com> Tue, 21 May 2013 07:49:01 -0500
20+
21 ceilometer (2013.1-0ubuntu1) raring; urgency=low
22
23 * New upstream release.
24
25=== modified file 'debian/control'
26--- debian/control 2013-03-12 14:10:35 +0000
27+++ debian/control 2013-05-21 14:47:29 +0000
28@@ -5,16 +5,18 @@
29 Build-Depends:
30 debhelper (>= 8.0.0),
31 python-all (>= 2.6),
32- python-nose,
33 python-anyjson (>= 0.2.4),
34 python-argparse,
35 python-babel (>= 0.9.6),
36 python-coverage,
37+ python-d2to1,
38 python-docutils,
39 python-eventlet,
40 python-extras,
41+ python-fixtures,
42 python-flask (>= 0.9),
43 python-glanceclient,
44+ python-happybase,
45 python-iso8601,
46 python-keystoneclient (<< 1:0.3),
47 python-kombu,
48@@ -25,8 +27,11 @@
49 python-mox,
50 python-netaddr,
51 python-netifaces,
52+ python-nose,
53+ python-nova,
54 python-novaclient (>= 2.6.10),
55 python-oslo.config,
56+ python-pbr,
57 python-pecan (>= 0.2.0),
58 python-pymongo (>= 2.2),
59 python-requests,
60@@ -36,6 +41,7 @@
61 python-stevedore (>= 0.6),
62 python-swift,
63 python-swiftclient,
64+ python-testtools,
65 python-unittest2,
66 python-webob (>= 1.2),
67 python-wsme (>= 0.5b1),
68
69=== modified file 'debian/patches/default-dbconnection-sqlite.patch'
70--- debian/patches/default-dbconnection-sqlite.patch 2013-03-21 16:49:24 +0000
71+++ debian/patches/default-dbconnection-sqlite.patch 2013-05-21 14:47:29 +0000
72@@ -1,11 +1,11 @@
73---- a/etc/ceilometer/ceilometer.conf.sample
74-+++ b/etc/ceilometer/ceilometer.conf.sample
75-@@ -262,7 +262,7 @@
76-
77- ######## defined in ceilometer.storage ########
78-
79--# database_connection=mongodb://localhost:27017/ceilometer
80+diff -Naurp ceilometer-2013.2.a151.geaa6b33.orig/etc/ceilometer/ceilometer.conf.sample ceilometer-2013.2.a151.geaa6b33/etc/ceilometer/ceilometer.conf.sample
81+--- ceilometer-2013.2.a151.geaa6b33.orig/etc/ceilometer/ceilometer.conf.sample 2013-05-21 07:45:54.000000000 -0500
82++++ ceilometer-2013.2.a151.geaa6b33/etc/ceilometer/ceilometer.conf.sample 2013-05-21 08:00:43.786560523 -0500
83+@@ -405,6 +405,7 @@
84+
85+ # Database connection string (string value)
86+ #database_connection=mongodb://localhost:27017/ceilometer
87 +database_connection=sqlite:////var/lib/ceilometer/ceilometer.sqlite
88- #### (StrOpt) Database connection string
89-
90-
91+
92+
93+ ######## defined in ceilometer.storage.sqlalchemy.models ########
94
95=== removed file 'debian/patches/remove-hbase-support.patch'
96--- debian/patches/remove-hbase-support.patch 2013-03-21 16:49:24 +0000
97+++ debian/patches/remove-hbase-support.patch 1970-01-01 00:00:00 +0000
98@@ -1,12 +0,0 @@
99-Description: Drop unpackaged happybase from dependencies
100- This avoids breaking stevedore extensions via endpoints.
101-Author: James Page <james.page@ubuntu.com>
102-Forwarded: not-needed
103-
104---- a/tools/pip-requires
105-+++ b/tools/pip-requires
106-@@ -20,4 +20,3 @@ extras
107- wsme>=0.5b1
108- pyyaml
109- oslo.config>=1.1.0
110--happybase>=0.4
111
112=== removed file 'debian/patches/requests-dep.patch'
113--- debian/patches/requests-dep.patch 2013-03-21 16:49:24 +0000
114+++ debian/patches/requests-dep.patch 1970-01-01 00:00:00 +0000
115@@ -1,15 +0,0 @@
116-Description: Remove upper bound on requests
117-Author: James Page <james.page@ubuntu.com>
118-Forwarded: no
119-
120---- a/tools/pip-requires
121-+++ b/tools/pip-requires
122-@@ -15,7 +15,7 @@ python-novaclient>=2.6.10
123- python-keystoneclient>=0.2.3
124- python-swiftclient
125- lxml
126--requests<1.0
127-+requests
128- extras
129- wsme>=0.5b1
130- pyyaml
131
132=== modified file 'debian/patches/series'
133--- debian/patches/series 2013-03-12 15:01:59 +0000
134+++ debian/patches/series 2013-05-21 14:47:29 +0000
135@@ -1,3 +1,1 @@
136-remove-hbase-support.patch
137-requests-dep.patch
138 default-dbconnection-sqlite.patch
139
140=== modified file 'debian/rules'
141--- debian/rules 2013-03-11 22:42:51 +0000
142+++ debian/rules 2013-05-21 14:47:29 +0000
143@@ -19,7 +19,7 @@
144
145 override_dh_install:
146 cp etc/ceilometer/ceilometer.conf.sample etc/ceilometer/ceilometer.conf
147- dh_install
148+ dh_install --fail-missing
149
150 override_dh_auto_clean:
151 rm -f etc/ceilometer/ceilometer.conf

Subscribers

People subscribed via source and target branches