Merge lp:~dobey/ubuntu-sso-client/missing-utils into lp:ubuntu-sso-client

Proposed by dobey
Status: Merged
Approved by: Rick McBride
Approved revision: 651
Merged at revision: 651
Proposed branch: lp:~dobey/ubuntu-sso-client/missing-utils
Merge into: lp:ubuntu-sso-client
Diff against target: 13 lines (+2/-1)
1 file modified
setup.py (+2/-1)
To merge this branch: bzr merge lp:~dobey/ubuntu-sso-client/missing-utils
Reviewer Review Type Date Requested Status
Rick McBride (community) Approve
John Lenton (community) Approve
Review via email: mp+41641@code.launchpad.net

Commit message

Add the utils sub-package to the packages declaration so it installs

To post a comment you must log in.
Revision history for this message
John Lenton (chipaca) wrote :

narwhals narwhals

review: Approve
Revision history for this message
Ubuntu One Auto Pilot (otto-pilot) wrote :

Voting does not meet specified criteria. Required: Approve >= 2, Disapprove == 0, Needs Fixing == 0, Needs Information == 0, Resubmit == 0. Got: 1 Approve.

Revision history for this message
Rick McBride (rmcbride) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'setup.py'
2--- setup.py 2010-11-04 13:36:11 +0000
3+++ setup.py 2010-11-23 18:48:09 +0000
4@@ -94,7 +94,8 @@
5 long_description='Desktop service to allow applications to sign in' \
6 'to Ubuntu services via SSO',
7 url='https://launchpad.net/ubuntu-sso-client',
8- packages=['ubuntu_sso'],
9+ packages=['ubuntu_sso',
10+ 'ubuntu_sso.utils'],
11 data_files=[
12 ('share/dbus-1/services', ['data/com.ubuntu.sso.service']),
13 ('lib/ubuntu-sso-client', ['bin/ubuntu-sso-login']),

Subscribers

People subscribed via source and target branches