Merge lp:~jbicha/goget-ubuntu-touch/drop-old-arches into lp:goget-ubuntu-touch

Proposed by Jeremy Bícha
Status: Approved
Approved by: Jeremy Bícha
Approved revision: 234
Proposed branch: lp:~jbicha/goget-ubuntu-touch/drop-old-arches
Merge into: lp:goget-ubuntu-touch
Diff against target: 27 lines (+5/-5)
1 file modified
debian/control (+5/-5)
To merge this branch: bzr merge lp:~jbicha/goget-ubuntu-touch/drop-old-arches
Reviewer Review Type Date Requested Status
Ubuntu Phablet Team Pending
Review via email: mp+326198@code.launchpad.net

Commit message

Depend on adb and fastboot instead of transitional packages. Only build binaries for architectures where adb and fastboot are available.

To post a comment you must log in.

Unmerged revisions

234. By Jeremy Bícha

Restrict arches to where adb & fastboot are available

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 2016-04-05 07:51:47 +0000
3+++ debian/control 2017-06-23 03:54:12 +0000
4@@ -18,9 +18,9 @@
5 Vcs-Bzr: lp:goget-ubuntu-touch
6
7 Package: ubuntu-device-flash
8-Architecture: any
9-Depends: android-tools-adb,
10- android-tools-fastboot,
11+Architecture: amd64 arm64 armhf i386
12+Depends: adb,
13+ fastboot,
14 debsig-verify,
15 click-ubuntu-policy,
16 dosfstools,
17@@ -37,8 +37,8 @@
18 supported device.
19
20 Package: ubuntu-device-do
21-Architecture: any
22-Depends: android-tools-adb,
23+Architecture: amd64 arm64 armhf i386
24+Depends: adb,
25 ${misc:Depends},
26 ${shlibs:Depends},
27 Built-Using: ${misc:Built-Using}

Subscribers

People subscribed via source and target branches