Merge lp:~gandelman-a/ubuntu/raring/python-keystoneclient/oslo.config into lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly

Proposed by Adam Gandelman
Status: Merged
Approved by: Chuck Short
Approved revision: 55
Merged at revision: 55
Proposed branch: lp:~gandelman-a/ubuntu/raring/python-keystoneclient/oslo.config
Merge into: lp:~openstack-ubuntu-testing/python-keystoneclient/grizzly
Diff against target: 62 lines (+26/-7)
3 files modified
debian/changelog (+8/-3)
debian/control (+17/-4)
debian/pydist-overrides (+1/-0)
To merge this branch: bzr merge lp:~gandelman-a/ubuntu/raring/python-keystoneclient/oslo.config
Reviewer Review Type Date Requested Status
Openstack Ubuntu Testers Pending
Review via email: mp+152074@code.launchpad.net

Description of the change

Make oslo-config a depends, and override.

From git log:

    Switch to oslo.config.

    The oslo-config package has been renamed. Switch to the new
    version. (should fix SmokeStack).

This will likely ripple out to all projects and start breaking stuff, starting with build depends. Yippie.

To post a comment you must log in.

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-02-12 15:06:23 +0000
3+++ debian/changelog 2013-03-07 01:27:21 +0000
4@@ -1,8 +1,13 @@
5 python-keystoneclient (1:0.2.2-0ubuntu3) UNRELEASED; urgency=low
6
7- * debian/patches/fix-requests-requirements.patch: Dropped.
8-
9- -- Chuck Short <zulcss@ubuntu.com> Tue, 12 Feb 2013 09:05:38 -0600
10+ [ Chuck Short ]
11+ * debian/patches/fix-requests-requirements.patch: Dropped.
12+
13+ [ Adam Gandelman ]
14+ * debian/control, pydist-overrides: Add python-oslo-config.
15+ * wrap-and-sort.
16+
17+ -- Adam Gandelman <adamg@ubuntu.com> Wed, 06 Mar 2013 16:18:27 -0800
18
19 python-keystoneclient (1:0.2.2-0ubuntu2) raring; urgency=low
20
21
22=== modified file 'debian/control'
23--- debian/control 2013-01-18 13:48:14 +0000
24+++ debian/control 2013-03-07 01:27:21 +0000
25@@ -2,13 +2,26 @@
26 Section: python
27 Priority: extra
28 Maintainer: Chuck Short <zulcss@ubuntu.com>
29-Build-Depends: debhelper (>= 8.0.0), python-httplib2, python-setuptools,
30- python-all (>= 2.6.6-3~), python-nose, python-prettytable, python-nose, python-mox, python-mock, python-simplejson
31+Build-Depends: debhelper (>= 8.0.0),
32+ python-all (>= 2.6.6-3~),
33+ python-httplib2,
34+ python-mock,
35+ python-mox,
36+ python-nose,
37+ python-oslo-config,
38+ python-prettytable,
39+ python-setuptools,
40+ python-simplejson
41 Standards-Version: 3.9.2
42
43 Package: python-keystoneclient
44 Architecture: all
45-Depends: ${python:Depends}, ${misc:Depends}, python-pkg-resources, python-requests, python-iso8601
46+Depends: python-iso8601,
47+ python-oslo-config,
48+ python-pkg-resources,
49+ python-requests,
50+ ${misc:Depends},
51+ ${python:Depends}
52 Description: Client library for OpenStack Identity API
53- This is a client for the OpenStack Identity API. There's a Python API
54+ This is a client for the OpenStack Identity API. There's a Python API
55 (the ``keystoneclient`` module), and a command-line script (``keystone``).
56
57=== modified file 'debian/pydist-overrides'
58--- debian/pydist-overrides 2012-06-22 17:01:58 +0000
59+++ debian/pydist-overrides 2013-03-07 01:27:21 +0000
60@@ -1,1 +1,2 @@
61 argparse
62+oslo.config python-oslo-config

Subscribers

People subscribed via source and target branches