Merge lp:~zulcss/python-ceilometerclient/1.0.0 into lp:~openstack-ubuntu-testing/python-ceilometerclient/grizzly

Proposed by Chuck Short
Status: Merged
Merged at revision: 7
Proposed branch: lp:~zulcss/python-ceilometerclient/1.0.0
Merge into: lp:~openstack-ubuntu-testing/python-ceilometerclient/grizzly
Diff against target: 64 lines (+22/-2)
4 files modified
debian/changelog (+11/-0)
debian/control (+1/-2)
debian/rules (+8/-0)
debian/watch (+2/-0)
To merge this branch: bzr merge lp:~zulcss/python-ceilometerclient/1.0.0
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+155962@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) :
review: Approve

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-03-28 12:49:39 +0000
3+++ debian/changelog 2013-03-28 13:27:21 +0000
4@@ -1,3 +1,14 @@
5+python-ceilometerclient (1.0.0-0ubuntu1) raring; urgency=low
6+
7+ * New upstream version.
8+ * debian/rules, debian/watch: Add watch file.
9+ * debian/control:
10+ - Dropped python-warlock no longer needed.
11+ - Added python-setuptools-git.
12+ * debian/rules: Run testsuite during build.
13+
14+ -- Chuck Short <zulcss@ubuntu.com> Thu, 28 Mar 2013 08:23:31 -0500
15+
16 python-ceilometerclient (0.1~dde86a3-0ubuntu1) raring; urgency=low
17
18 * Initial release.
19
20=== modified file 'debian/control'
21--- debian/control 2013-03-28 12:49:39 +0000
22+++ debian/control 2013-03-28 13:27:21 +0000
23@@ -5,9 +5,9 @@
24 Build-Depends: debhelper (>= 8.0.0),
25 python-all (>= 2.6.6-3~),
26 python-setuptools,
27+ python-setuptools-git,
28 python-prettytable,
29 python-keystoneclient,
30- python-warlock,
31 python-httplib2,
32 python-iso8601,
33 python-mox,
34@@ -23,7 +23,6 @@
35 Architecture: all
36 Depends: python-prettytable,
37 python-keystoneclient,
38- python-warlock,
39 python-httplib2,
40 python-iso8601,
41 ${python:Depends},
42
43=== modified file 'debian/rules'
44--- debian/rules 2013-03-28 12:49:39 +0000
45+++ debian/rules 2013-03-28 13:27:21 +0000
46@@ -5,3 +5,11 @@
47
48 %:
49 dh $@ --with python2
50+
51+override_dh_auto_test:
52+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
53+ nosetests
54+endif
55+
56+get-orig-source:
57+ uscan --verbose --force-download --rename --destdir=../build-area
58
59=== added file 'debian/watch'
60--- debian/watch 1970-01-01 00:00:00 +0000
61+++ debian/watch 2013-03-28 13:27:21 +0000
62@@ -0,0 +1,2 @@
63+version=3
64+http://pypi.python.org/packages/source/p/python-ceilometerclient python-ceilometerclient-(.*)\.tar.gz

Subscribers

People subscribed via source and target branches