Merge lp:~mzanetti/unity/phablet-autopilot-deps into lp:unity/phablet

Proposed by Michael Zanetti
Status: Merged
Approved by: Andrea Cimitan
Approved revision: no longer in the source branch.
Merged at revision: 450
Proposed branch: lp:~mzanetti/unity/phablet-autopilot-deps
Merge into: lp:unity/phablet
Diff against target: 11 lines (+2/-0)
1 file modified
debian/control (+2/-0)
To merge this branch: bzr merge lp:~mzanetti/unity/phablet-autopilot-deps
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Andrea Cimitan (community) Approve
Review via email: mp+152419@code.launchpad.net

Commit message

add missing runtime dependencies for autopilot tests

Description of the change

add missing runtime dependencies for autopilot tests

This is required because libautopilot-qt is agnostic to the Qt version so it can't pull in all possible Qt4 and Qt5 packages. Instead it is relying on the fact that the application to be tested brings in its Qt dependencies on its own.

To post a comment you must log in.
Revision history for this message
Andrea Cimitan (cimi) :
review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) :
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 2013-02-27 19:29:24 +0000
3+++ debian/control 2013-03-08 14:51:20 +0000
4@@ -47,5 +47,7 @@
5 python-support (>= 0.90),
6 qml-phone-shell (= ${source:Version}),
7 libautopilot-qt,
8+ libqt5test5,
9+ libqt5widgets5,
10 Description: Test package for the shell
11 Autopilot tests for the qml-phone-shell package

Subscribers

People subscribed via source and target branches