Merge lp:~vorlon/autopilot/no-qt4-for-autopilot-touch into lp:autopilot

Proposed by Steve Langasek
Status: Needs review
Proposed branch: lp:~vorlon/autopilot/no-qt4-for-autopilot-touch
Merge into: lp:autopilot
Diff against target: 44 lines (+25/-1)
2 files modified
debian/changelog (+23/-0)
debian/control (+2/-1)
To merge this branch: bzr merge lp:~vorlon/autopilot/no-qt4-for-autopilot-touch
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Autopilot Hackers Pending
Review via email: mp+229534@code.launchpad.net

Commit message

autopilot-touch: depend on autopilot-qt5 and qttestability-autopilot instead of libautopilot-qt.

Description of the change

The autopilot-qt package has been refactored to let us drop Qt4 from the
phone. Depend directly on the Qt5 implementation instead.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :

PASSED: Continuous integration, rev:496
http://jenkins.qa.ubuntu.com/job/autopilot-ci/840/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-amd64-ci/115
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-amd64-ci/115/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-armhf-ci/114
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-armhf-ci/114/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-i386-ci/114
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-utopic-i386-ci/114/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-utopic-touch/3015
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-utopic-autopilot/267
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-deb-autopilot-runner-mako/3062
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/4258
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/4258/artifact/work/output/*zip*/output.zip
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/10969
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-utopic-autopilot/314
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/2659
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/2659/artifact/work/output/*zip*/output.zip

Click here to trigger a rebuild:
http://s-jenkins.ubuntu-ci:8080/job/autopilot-ci/840/rebuild

review: Approve (continuous-integration)

Unmerged revisions

496. By Steve Langasek

autopilot-touch: depend on autopilot-qt5 and qttestability-autopilot
instead of libautopilot-qt.

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 2014-06-13 00:31:08 +0000
3+++ debian/changelog 2014-08-04 23:32:21 +0000
4@@ -1,3 +1,26 @@
5+autopilot (1.5.0+14.10.20140716-0ubuntu2) UNRELEASED; urgency=medium
6+
7+ * autopilot-touch: depend on autopilot-qt5 and qttestability-autopilot
8+ instead of libautopilot-qt.
9+
10+ -- Steve Langasek <steve.langasek@ubuntu.com> Tue, 05 Aug 2014 01:23:32 +0200
11+
12+autopilot (1.5.0+14.10.20140716-0ubuntu1) utopic; urgency=low
13+
14+ [ Thomi Richards ]
15+ * Bug Fix: Attaching binary files to test results Bug Fix: Revert
16+ NormalApplicationLauncher launch arg (cwd -> launch_dir) Flake8: Fix
17+ for updated pep8 Build: Fix build deps for Trusty Feature: Adding
18+ screenshot ability Feature: Terse logging output. (LP: #1078732)
19+
20+ [ Christopher Lee ]
21+ * Bug Fix: Attaching binary files to test results Bug Fix: Revert
22+ NormalApplicationLauncher launch arg (cwd -> launch_dir) Flake8: Fix
23+ for updated pep8 Build: Fix build deps for Trusty Feature: Adding
24+ screenshot ability Feature: Terse logging output. (LP: #1078732)
25+
26+ -- Ubuntu daily release <ps-jenkins@lists.canonical.com> Wed, 16 Jul 2014 02:57:50 +0000
27+
28 autopilot (1.5.0+14.10.20140613-0ubuntu1) utopic; urgency=low
29
30 [ Tarmac ]
31
32=== modified file 'debian/control'
33--- debian/control 2014-07-28 23:23:50 +0000
34+++ debian/control 2014-08-04 23:32:21 +0000
35@@ -87,7 +87,8 @@
36 Architecture: all
37 Section: metapackages
38 Depends: ${misc:Depends},
39- libautopilot-qt (>= 1.4),
40+ autopilot-qt5,
41+ qttestability-autopilot,
42 python3-autopilot,
43 python3-evdev,
44 fbset,

Subscribers

People subscribed via source and target branches