Merge lp:~sil2100/autopilot/fix_autopilot-touch into lp:autopilot

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Omer Akram
Approved revision: 265
Merged at revision: 265
Proposed branch: lp:~sil2100/autopilot/fix_autopilot-touch
Merge into: lp:autopilot
Diff against target: 18 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~sil2100/autopilot/fix_autopilot-touch
Reviewer Review Type Date Requested Status
Omer Akram (community) Approve
PS Jenkins bot continuous-integration Approve
Review via email: mp+174219@code.launchpad.net

Commit message

I don't like it, but it's the easiest way - make autopilot-touch Arch: any and make the python-ubuntu-platform-api [armhf] dependent

Description of the change

I don't like it, but it's the easiest way - make autopilot-touch Arch: any and make the python-ubuntu-platform-api [armhf] dependent. We need this fixed since otherwise autopilot-touch cannot get out of the queue, because it's not finding the python-upa dep for non-armhf.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Omer Akram (om26er) wrote :

Approving this now, if anyone else have a better solution we should do that.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2013-07-10 02:41:26 +0000
+++ debian/control 2013-07-11 14:46:29 +0000
@@ -55,12 +55,12 @@
5555
5656
57Package: autopilot-touch57Package: autopilot-touch
58Architecture: all58Architecture: any
59Section: metapackages59Section: metapackages
60Depends: ${misc:Depends},60Depends: ${misc:Depends},
61 python-autopilot,61 python-autopilot,
62 python-evdev,62 python-evdev,
63 python-ubuntu-platform-api,63 python-ubuntu-platform-api [armhf],
64Recommends: libautopilot-qt (>= 1.3),64Recommends: libautopilot-qt (>= 1.3),
65Description: Autopilot support for the ubuntu Touch platform65Description: Autopilot support for the ubuntu Touch platform
66 This metapackage exists to depend on the packages needed to install and use66 This metapackage exists to depend on the packages needed to install and use

Subscribers

People subscribed via source and target branches