Merge lp:~robertcarr/pkgme-devportal/small-uwa-fixes into lp:pkgme-devportal

Proposed by Robert Carr
Status: Merged
Approved by: James Westby
Approved revision: 125
Merged at revision: 124
Proposed branch: lp:~robertcarr/pkgme-devportal/small-uwa-fixes
Merge into: lp:pkgme-devportal
Diff against target: 25 lines (+2/-2)
2 files modified
devportalbinary/tests/test_unity_webapps.py (+1/-1)
devportalbinary/unity_webapps.py (+1/-1)
To merge this branch: bzr merge lp:~robertcarr/pkgme-devportal/small-uwa-fixes
Reviewer Review Type Date Requested Status
James Westby Approve
Review via email: mp+124748@code.launchpad.net

Commit message

Adjust the dependencies of unity-webapps packages to not depend on the browser plugins.

Description of the change

Small unity webapps fixes.

Description field is just a place holder for now so we can make importable packages.

To post a comment you must log in.
124. By Robert Carr

unity-webapps: Fix dependencies

125. By Robert Carr

Update unity_webapps test

Revision history for this message
James Westby (james-w) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'devportalbinary/tests/test_unity_webapps.py'
2--- devportalbinary/tests/test_unity_webapps.py 2012-09-12 18:19:35 +0000
3+++ devportalbinary/tests/test_unity_webapps.py 2012-09-17 21:16:28 +0000
4@@ -87,7 +87,7 @@
5 tempdir = self.useFixture(FileTree({}))
6 backend = UnityWebappsBackend(tempdir.path, metadata)
7 self.assertEqual(
8- 'xul-ext-unity|libunity-webapps-chromium, xdg-utils, ${misc:Depends}',
9+ 'unity-webapps-common, xdg-utils, ${misc:Depends}',
10 backend.get_depends())
11
12 def test_get_package_name(self):
13
14=== modified file 'devportalbinary/unity_webapps.py'
15--- devportalbinary/unity_webapps.py 2012-09-12 18:19:35 +0000
16+++ devportalbinary/unity_webapps.py 2012-09-17 21:16:28 +0000
17@@ -51,7 +51,7 @@
18 return 'debhelper (>=7)'
19
20 def get_depends(self):
21- return ('xul-ext-unity|libunity-webapps-chromium, '
22+ return ('unity-webapps-common, '
23 'xdg-utils, ${misc:Depends}')
24
25 def get_package_name(self):

Subscribers

People subscribed via source and target branches