Merge lp:~fboucault/unity-scopes-api/crossbuild_fixes into lp:unity-scopes-api

Proposed by Florian Boucault
Status: Rejected
Rejected by: Florian Boucault
Proposed branch: lp:~fboucault/unity-scopes-api/crossbuild_fixes
Merge into: lp:unity-scopes-api
Diff against target: 50 lines (+5/-5)
3 files modified
debian/control (+2/-2)
debian/control.in (+2/-2)
debian/source/format (+1/-1)
To merge this branch: bzr merge lp:~fboucault/unity-scopes-api/crossbuild_fixes
Reviewer Review Type Date Requested Status
Unity Team Pending
Review via email: mp+300486@code.launchpad.net

Commit message

Crossbuilding fixes

Description of the change

Crossbuilding fixes

To post a comment you must log in.
Revision history for this message
Michi Henning (michihenning) wrote :

I've pushed a slightly modified MR for this here: https://code.launchpad.net/~michihenning/unity-scopes-api/fix-crossbuild/+merge/301019

That version uses the <!nocheck> in debian/control.

Could you please check and comment, and withdraw this MR once you are OK with the one?

Unmerged revisions

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-06-17 07:27:25 +0000
3+++ debian/control 2016-07-19 15:30:41 +0000
4@@ -7,7 +7,7 @@
5 Priority: optional
6 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
7 Build-Depends: abigail-tools | libabigail-tools,
8- binutils,
9+ binutils:native,
10 capnproto,
11 click-dev (>= 0.2.2),
12 cmake,
13@@ -39,7 +39,7 @@
14 pkg-config,
15 python3:any,
16 python3-dbusmock,
17- python-tornado,
18+ python-tornado:native,
19 valgrind,
20 Standards-Version: 3.9.6
21 XS-Testsuite: autopkgtest
22
23=== modified file 'debian/control.in'
24--- debian/control.in 2016-04-06 23:27:51 +0000
25+++ debian/control.in 2016-07-19 15:30:41 +0000
26@@ -2,7 +2,7 @@
27 Priority: optional
28 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
29 Build-Depends: abigail-tools | libabigail-tools,
30- binutils,
31+ binutils:native,
32 capnproto,
33 click-dev (>= 0.2.2),
34 cmake,
35@@ -34,7 +34,7 @@
36 pkg-config,
37 python3:any,
38 python3-dbusmock,
39- python-tornado,
40+ python-tornado:native,
41 valgrind,
42 Standards-Version: 3.9.6
43 XS-Testsuite: autopkgtest
44
45=== modified file 'debian/source/format'
46--- debian/source/format 2015-09-08 02:29:27 +0000
47+++ debian/source/format 2016-07-19 15:30:41 +0000
48@@ -1,1 +1,1 @@
49-3.0 (quilt)
50+3.0 (native)

Subscribers

People subscribed via source and target branches

to all changes: