Merge lp:~clay-gerrard/swift/lp626364 into lp:~hudson-openstack/swift/trunk

Proposed by clayg
Status: Merged
Approved by: Chuck Thier
Approved revision: 66
Merged at revision: 66
Proposed branch: lp:~clay-gerrard/swift/lp626364
Merge into: lp:~hudson-openstack/swift/trunk
Diff against target: 11 lines (+1/-1)
1 file modified
doc/source/debian_package_guide.rst (+1/-1)
To merge this branch: bzr merge lp:~clay-gerrard/swift/lp626364
Reviewer Review Type Date Requested Status
Chuck Thier (community) Approve
Review via email: mp+34069@code.launchpad.net

Commit message

added python-pastedeploy to debian package build docs, fixes lp626364

Description of the change

added python-pastedeploy to debian package build docs, required for the middleware refactor

To post a comment you must log in.
Revision history for this message
Chuck Thier (cthier) wrote :

Thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'doc/source/debian_package_guide.rst'
2--- doc/source/debian_package_guide.rst 2010-08-18 19:18:31 +0000
3+++ doc/source/debian_package_guide.rst 2010-08-30 14:12:43 +0000
4@@ -61,7 +61,7 @@
5 apt-get install curl gcc bzr python-configobj python-coverage python-dev
6 python-nose python-setuptools python-simplejson python-xattr
7 python-webob python-eventlet python-greenlet debhelper python-sphinx
8- python-all python-openssl
9+ python-all python-openssl python-pastedeploy
10
11 * As you
12