Merge lp:~xnox/autopilot/legacy-new into lp:autopilot/legacy

Proposed by Dimitri John Ledkov
Status: Needs review
Proposed branch: lp:~xnox/autopilot/legacy-new
Merge into: lp:autopilot/legacy
Diff against target: 49 lines (+5/-19)
1 file modified
debian/control (+5/-19)
To merge this branch: bzr merge lp:~xnox/autopilot/legacy-new
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Barry Warsaw Pending
Thomi Richards Pending
Autopilot Hackers Pending
Review via email: mp+218704@code.launchpad.net

Commit message

* python-autopilot
  - move libautopilot-qt from recommends to depends
  - add fbset depends
  - remove libautopilot-gtk, recordmydesktop, autopilot-touch-legacy recommends
* autopilot-touch-legacy
  - drop this package
* autopilot-desktop-legacy
  - remove python-evdev recommends
  - add recordmydesktop recommends

To post a comment you must log in.
lp:~xnox/autopilot/legacy-new updated
490. By Dimitri John Ledkov

recommend recordmydesktop

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

PASSED: Continuous integration, rev:490
http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-ci/8/
Executed test runs:
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-amd64-ci/8
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-amd64-ci/8/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-armhf-ci/8
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-armhf-ci/8/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-i386-ci/8
        deb: http://jenkins.qa.ubuntu.com/job/autopilot-autopilot-legacy-utopic-i386-ci/8/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-utopic-autopilot/35
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-utopic-touch/31/console
    SUCCESS: http://jenkins.qa.ubuntu.com/job/autopilot-testrunner-otto-utopic-autopilot/29
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/106
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-amd64/106/artifact/work/output/*zip*/output.zip
    SUCCESS: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/203
        deb: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-builder-utopic-armhf/203/artifact/work/output/*zip*/output.zip
    FAILURE: http://jenkins.qa.ubuntu.com/job/generic-mediumtests-runner-mako/6565/console
    SUCCESS: http://s-jenkins.ubuntu-ci:8080/job/touch-flash-device/6926

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

review: Approve (continuous-integration)

Unmerged revisions

490. By Dimitri John Ledkov

recommend recordmydesktop

489. By Dimitri John Ledkov

Drop autopilot-touch-legacy, make python-autopilot depend on qt & recommend gtk.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-04-28 19:34:07 +0000
+++ debian/control 2014-05-07 21:05:54 +0000
@@ -55,11 +55,11 @@
55 python-testscenarios,55 python-testscenarios,
56 python-testtools,56 python-testtools,
57 udev,57 udev,
58Recommends: autopilot-desktop-legacy | autopilot-touch-legacy,58 libautopilot-qt (>= 1.4),
59 libautopilot-gtk (>= 1.4),59 python-evdev,
60 libautopilot-qt (>= 1.4),60 fbset,
61Recommends: autopilot-desktop-legacy,
61 python-autopilot-trace,62 python-autopilot-trace,
62 recordmydesktop,
63Breaks: libautopilot-gtk (<< 1.4),63Breaks: libautopilot-gtk (<< 1.4),
64 libautopilot-qt (<< 1.4),64 libautopilot-qt (<< 1.4),
65Description: Utility to write and run integration tests easily65Description: Utility to write and run integration tests easily
@@ -82,20 +82,6 @@
82 .82 .
83 This is the legacy Python 2 support.83 This is the legacy Python 2 support.
8484
85Package: autopilot-touch-legacy
86Architecture: all
87Section: metapackages
88Depends: ${misc:Depends},
89 libautopilot-qt (>= 1.4),
90 python-autopilot,
91 python-evdev,
92 fbset,
93Description: Autopilot support for the ubuntu Touch platform
94 This metapackage exists to depend on the packages needed to install and use
95 autopilot on the Ubuntu Touch platform.
96 .
97 This is the legacy Python 2 support.
98
99Package: autopilot-desktop-legacy85Package: autopilot-desktop-legacy
100Architecture: all86Architecture: all
101Section: metapackages87Section: metapackages
@@ -107,7 +93,7 @@
107 python-xlib,93 python-xlib,
108 bamfdaemon,94 bamfdaemon,
109Recommends: python-autopilot-vis,95Recommends: python-autopilot-vis,
110 python-evdev,96 recordmydesktop,
111Description: Autopilot support for the ubuntu Desktop platform97Description: Autopilot support for the ubuntu Desktop platform
112 This metapackage exists to depend on the packages needed to install and use98 This metapackage exists to depend on the packages needed to install and use
113 autopilot on the Ubuntu Desktop platform.99 autopilot on the Ubuntu Desktop platform.

Subscribers

People subscribed via source and target branches