Merge lp:~james-page/ubuntu/oneiric/python-novaclient/825127 into lp:~openstack-ubuntu-packagers/python-novaclient/ubuntu

Proposed by James Page
Status: Merged
Merged at revision: 9
Proposed branch: lp:~james-page/ubuntu/oneiric/python-novaclient/825127
Merge into: lp:~openstack-ubuntu-packagers/python-novaclient/ubuntu
Diff against target: 49 lines (+15/-5)
3 files modified
debian/changelog (+10/-1)
debian/control (+1/-1)
debian/rules (+4/-3)
To merge this branch: bzr merge lp:~james-page/ubuntu/oneiric/python-novaclient/825127
Reviewer Review Type Date Requested Status
Chuck Short (community) Approve
Review via email: mp+72031@code.launchpad.net

Description of the change

Updates for Ubuntu MIR

To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

Not updates to latest snapshot as fails test suite.

Revision history for this message
Chuck Short (zulcss) wrote :

lgtm

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-08-12 09:42:28 +0000
+++ debian/changelog 2011-08-18 12:46:23 +0000
@@ -1,7 +1,16 @@
1python-novaclient (2.6.1~bzr78-0ubunt1) oneiric; urgency=low1python-novaclient (2.6.1~bzr78-0ubuntu1) oneiric; urgency=low
22
3 [ Chuck Short ]
3 * New upstream version. 4 * New upstream version.
45
6 [ James Page ]
7 * Updates to support Ubuntu MIR (LP: #825127):
8 - debian/rules:
9 - Completed dh_python2 transition.
10 - Enabled test suite.
11 - debian/control:
12 - Bumped Standards-Version: 3.9.2, no changes.
13
5 -- Chuck Short <zulcss@ubuntu.com> Fri, 12 Aug 2011 05:42:22 -040014 -- Chuck Short <zulcss@ubuntu.com> Fri, 12 Aug 2011 05:42:22 -0400
615
7python-novaclient (2.6.1~bzr74-0ubuntu1) oneiric; urgency=low16python-novaclient (2.6.1~bzr74-0ubuntu1) oneiric; urgency=low
817
=== modified file 'debian/control'
--- debian/control 2011-08-08 16:46:25 +0000
+++ debian/control 2011-08-18 12:46:23 +0000
@@ -11,7 +11,7 @@
11 python-mock,11 python-mock,
12 python-httplib212 python-httplib2
13X-Python-Version: >= 2.513X-Python-Version: >= 2.5
14Standards-Version: 3.9.114Standards-Version: 3.9.2
1515
16Package: python-novaclient16Package: python-novaclient
17Architecture: all17Architecture: all
1818
=== modified file 'debian/rules' (properties changed: -x to +x)
--- debian/rules 2011-08-08 16:46:25 +0000
+++ debian/rules 2011-08-18 12:46:23 +0000
@@ -1,6 +1,7 @@
1#!/usr/bin/make -f1#!/usr/bin/make -f
22
3%:3%:
4 dh $@4 dh $@ --with python2
55
66override_dh_auto_test::
7 python setup.py test

Subscribers

People subscribed via source and target branches