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
1=== modified file 'debian/control'
2--- debian/control 2013-07-10 02:41:26 +0000
3+++ debian/control 2013-07-11 14:46:29 +0000
4@@ -55,12 +55,12 @@
5
6
7 Package: autopilot-touch
8-Architecture: all
9+Architecture: any
10 Section: metapackages
11 Depends: ${misc:Depends},
12 python-autopilot,
13 python-evdev,
14- python-ubuntu-platform-api,
15+ python-ubuntu-platform-api [armhf],
16 Recommends: libautopilot-qt (>= 1.3),
17 Description: Autopilot support for the ubuntu Touch platform
18 This metapackage exists to depend on the packages needed to install and use

Subscribers

People subscribed via source and target branches