Merge lp:~soren/ubuntu/natty/nova/webob-dependency into lp:~openstack-ubuntu-packagers/ubuntu/natty/nova/ubuntu

Proposed by Soren Hansen
Status: Merged
Merged at revision: 6
Proposed branch: lp:~soren/ubuntu/natty/nova/webob-dependency
Merge into: lp:~openstack-ubuntu-packagers/ubuntu/natty/nova/ubuntu
Diff against target: 33 lines (+3/-2)
2 files modified
debian/changelog (+1/-0)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~soren/ubuntu/natty/nova/webob-dependency
Reviewer Review Type Date Requested Status
Dave Walker Approve
Review via email: mp+41300@code.launchpad.net

Description of the change

Add dependency on webob.

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) :
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 2010-11-18 15:35:00 +0000
3+++ debian/changelog 2010-11-19 13:16:42 +0000
4@@ -5,6 +5,7 @@
5 * Clean out patch-branches (everything is upstream now).
6 * Remove redis-server as a build-depends and don't start it for tests
7 anymore.
8+ * Add missing dependency on python-webob.
9
10 -- Soren Hansen <soren@ubuntu.com> Thu, 18 Nov 2010 16:25:46 +0100
11
12
13=== modified file 'debian/control'
14--- debian/control 2010-11-18 15:35:00 +0000
15+++ debian/control 2010-11-19 13:16:42 +0000
16@@ -8,7 +8,7 @@
17 Build-Depends-Indep: python-support, python-setuptools, python-sphinx,
18 python-twisted-web, python-redis, python-gflags, python-mox, python-tornado,
19 python-carrot, python-boto, python-amqplib, python-ipy, openssh-client,
20- python-sqlalchemy, python-eventlet, python-routes
21+ python-sqlalchemy, python-eventlet, python-routes, python-webob
22 Standards-Version: 3.9.0
23 XS-Python-Version: 2.6
24 Homepage: http://launchpad.net/nova
25@@ -23,7 +23,7 @@
26 python-m2crypto, python-pycurl, python-twisted-core, python-twisted-web, python-daemon,
27 python-redis, python-carrot, python-lockfile, python-gflags, python-tornado,
28 python-libxml2, python-ldap, python-sqlalchemy, python-eventlet,
29- python-routes, ${misc:Depends}
30+ python-routes, python-webob, ${misc:Depends}
31 Provides: ${python:Provides}
32 Description: OpenStack Compute - Nova - Python libraries
33 OpenStack is free, open source software for building reliable cloud

Subscribers

People subscribed via source and target branches