Merge lp:~townsend/unity/fix-mesa-utils-dep into lp:unity

Proposed by Christopher Townsend
Status: Merged
Approved by: Christopher Townsend
Approved revision: no longer in the source branch.
Merged at revision: 3619
Proposed branch: lp:~townsend/unity/fix-mesa-utils-dep
Merge into: lp:unity
Diff against target: 11 lines (+1/-0)
1 file modified
debian/control (+1/-0)
To merge this branch: bzr merge lp:~townsend/unity/fix-mesa-utils-dep
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Stephen M. Webb (community) Approve
Review via email: mp+201209@code.launchpad.net

Commit message

Add mesa-utils dependency to the unity-autopilot package since some of the autopilot tests use glxinfo to gather information.

Description of the change

= Issue =
Some Unity AP tests use glxinfo to gather graphics info on the machine. glxinfo is part of the mesa-utils package, but this package is not installed by default. If mesa-utils is not installed, then these AP tests will fail.

= Fix =
Add a mesa-utils dependency for the unity-autopilot package. This guarantees that glxinfo will be on the system when these tests are ran.

= Test =
N/A

To post a comment you must log in.
Revision history for this message
Stephen M. Webb (bregma) wrote :

Hmm, trailing comma... but there was one there before, too, so I guess it's OK.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/control'
2--- debian/control 2014-01-03 16:35:54 +0000
3+++ debian/control 2014-01-10 15:47:54 +0000
4@@ -179,6 +179,7 @@
5 python-xdg,
6 python-xlib,
7 libxpathselect1.4 (>= 1.4),
8+ mesa-utils,
9 Description: Autopiloted tests for Unity
10 We test Unity automatically through autopilot, a framework which enables us
11 to trigger keyboard and mouse events on the fly as well as introspecting