Merge lp:~james-page/nova/fixup-novncproxy-depends into lp:~openstack-ubuntu-testing/nova/grizzly

Proposed by James Page
Status: Merged
Approved by: Yolanda Robla
Approved revision: 565
Merged at revision: 565
Proposed branch: lp:~james-page/nova/fixup-novncproxy-depends
Merge into: lp:~openstack-ubuntu-testing/nova/grizzly
Diff against target: 31 lines (+9/-1)
2 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~james-page/nova/fixup-novncproxy-depends
Reviewer Review Type Date Requested Status
Yolanda Robla (community) Approve
Review via email: mp+154894@code.launchpad.net

Description of the change

Promote suggests to depends for nova-novncproxy; this package is in universe anyway so its OK to depend on other universe packages.

To post a comment you must log in.
Revision history for this message
Yolanda Robla (yolanda.robla) wrote :

Looks good to me

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 2013-03-20 17:59:27 +0000
3+++ debian/changelog 2013-03-22 10:00:27 +0000
4@@ -1,3 +1,10 @@
5+nova (1:2013.1~rc1-0ubuntu2) UNRELEASED; urgency=low
6+
7+ * d/control: Promote novnc and websockify to Depends for
8+ nova-novncproxy (LP: #1066845).
9+
10+ -- James Page <james.page@ubuntu.com> Fri, 22 Mar 2013 09:50:51 +0000
11+
12 nova (1:2013.1~rc1-0ubuntu1) raring; urgency=low
13
14 [ Chuck Short ]
15
16=== modified file 'debian/control'
17--- debian/control 2013-03-20 17:47:20 +0000
18+++ debian/control 2013-03-22 10:00:27 +0000
19@@ -500,10 +500,11 @@
20 Package: nova-novncproxy
21 Architecture: all
22 Depends: nova-common (= ${binary:Version}),
23+ novnc,
24+ websockify,
25 ${misc:Depends},
26 ${ostack-lsb-base},
27 ${python:Depends}
28-Suggests: novnc, websockify
29 Description: OpenStack Compute - NoVNC proxy
30 OpenStack is a reliable cloud infrastructure. Its mission is to produce
31 the ubiquitous cloud computing platform that will meet the needs of public

Subscribers

People subscribed via source and target branches