Merge lp:~dpolehn-gmail/ubuntu/precise/keystone/fix-922954-907206 into lp:ubuntu/precise/keystone

Proposed by Daniel Polehn
Status: Merged
Merge reported by: Dave Walker
Merged at revision: not available
Proposed branch: lp:~dpolehn-gmail/ubuntu/precise/keystone/fix-922954-907206
Merge into: lp:ubuntu/precise/keystone
Diff against target: 41 lines (+10/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+1/-0)
debian/man/keystone.8 (+2/-2)
To merge this branch: bzr merge lp:~dpolehn-gmail/ubuntu/precise/keystone/fix-922954-907206
Reviewer Review Type Date Requested Status
Dave Walker (community) Approve
Chuck Short Pending
Ubuntu Sponsors Pending
Review via email: mp+90596@code.launchpad.net

Description of the change

Fixing bug in man page and a missing dependency.

To post a comment you must log in.
Revision history for this message
Dave Walker (davewalker) wrote :

Thanks for these fixes!

I have pushed your branch to the staging branch at:
 - lp:~ubuntu-server-dev/keystone/essex/

This will be included in the next upload, thanks!

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 2012-01-26 10:53:46 +0000
3+++ debian/changelog 2012-01-29 06:49:25 +0000
4@@ -1,3 +1,10 @@
5+keystone (2012.1~e3-0ubuntu2) precise; urgency=low
6+
7+ * Fix bad manpage formatting causing missing spaces (LP: #907206)
8+ * Adding python-prettytable to dependency. (LP: #922954)
9+
10+ -- Daniel Polehn <dpolehn@gmail.com> Sat, 28 Jan 2012 20:17:33 -0800
11+
12 keystone (2012.1~e3-0ubuntu1) precise; urgency=low
13
14 * New upstream release.
15
16=== modified file 'debian/control'
17--- debian/control 2012-01-13 10:09:46 +0000
18+++ debian/control 2012-01-29 06:49:25 +0000
19@@ -43,6 +43,7 @@
20 python-paste,
21 python-pastedeploy,
22 python-pastescript,
23+ python-prettytable,
24 python-webob
25 Provides: ${python:Provides}
26 XB-Python-Version: ${python:Versions}
27
28=== modified file 'debian/man/keystone.8'
29--- debian/man/keystone.8 2011-12-16 15:38:05 +0000
30+++ debian/man/keystone.8 2012-01-29 06:49:25 +0000
31@@ -4,8 +4,8 @@
32 .SH SYNOPSIS
33 .I [OPTION]...
34 .SH DESCRIPTION
35-.BR keystone is a Python implementation of the Openstack
36-identity service.
37+.B keystone is a Python implementation of the Openstack
38+.B identity service.
39 .TP
40 .B --version
41 show program's version number and exit

Subscribers

People subscribed via source and target branches