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

Subscribers

People subscribed via source and target branches