Merge lp:~saviq/unity-api/cross-and-wrap into lp:unity-api

Proposed by Michał Sawicz
Status: Merged
Approved by: Michi Henning
Approved revision: 167
Merged at revision: 167
Proposed branch: lp:~saviq/unity-api/cross-and-wrap
Merge into: lp:unity-api
Diff against target: 48 lines (+12/-7)
1 file modified
debian/control (+12/-7)
To merge this branch: bzr merge lp:~saviq/unity-api/cross-and-wrap
Reviewer Review Type Date Requested Status
Michi Henning (community) Approve
Review via email: mp+249158@code.launchpad.net

Commit message

Add :native to g++ dependency for cross-building and wrap-and-sort for good measure. Python needs :any, too.

To post a comment you must log in.
lp:~saviq/unity-api/cross-and-wrap updated
167. By Michał Sawicz

Python → any

Revision history for this message
Michi Henning (michihenning) wrote :

Yes, thank you!

review: Approve
Revision history for this message
Michi Henning (michihenning) wrote :

I'm sort of hamstrung on this one. Could we please land it as a matter of urgency?

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/control'
--- debian/control 2014-07-01 00:43:05 +0000
+++ debian/control 2015-02-10 08:44:27 +0000
@@ -2,23 +2,28 @@
2Priority: optional2Priority: optional
3Section: libs3Section: libs
4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>4Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
5Build-Depends: g++-4.9,5Build-Depends: cmake,
6 debhelper (>= 9),6 debhelper (>= 9),
7 cmake,
8 doxygen,7 doxygen,
8# We rely on C++11 features, and to prevent from ABI breaks
9# in libstdc++ causing us issues, we explicitly select a G++
10# version. To allow cross-compiling to work, we also must
11# append :native to g++-4.9 so we don't try to run armhf g++
12# on an x86 CPU for example, when cross-compiling.
13 g++-4.9:native,
9 graphviz,14 graphviz,
15 libboost-dev (>= 1.49),
10 libboost-regex-dev (>= 1.49),16 libboost-regex-dev (>= 1.49),
11 libboost-dev (>= 1.49),17 libglib2.0-dev,
12 libgtest-dev,18 libgtest-dev,
13 pkg-config,19 pkg-config,
14 python3,20 python3:any,
15 qt5-default,21 qt5-default,
16 qtbase5-dev,22 qtbase5-dev,
17 qtdeclarative5-dev,23 qtdeclarative5-dev,
18 qtdeclarative5-dev-tools,24 qtdeclarative5-dev-tools,
19 qtdeclarative5-qtquick2-plugin,25 qtdeclarative5-qtquick2-plugin,
20 qtdeclarative5-test-plugin,26 qtdeclarative5-test-plugin,
21 libglib2.0-dev,
22Standards-Version: 3.9.427Standards-Version: 3.9.4
23Homepage: https://launchpad.net/unity-api28Homepage: https://launchpad.net/unity-api
24# If you aren't a member of ~unity-team but need to upload29# If you aren't a member of ~unity-team but need to upload
@@ -40,9 +45,9 @@
40Section: libdevel45Section: libdevel
41Architecture: any46Architecture: any
42Multi-Arch: same47Multi-Arch: same
43Depends: ${misc:Depends},48Depends: libboost-dev (>= 1.49),
44 libboost-dev (>= 1.49),
45 libunity-api0 (= ${binary:Version}),49 libunity-api0 (= ${binary:Version}),
50 ${misc:Depends},
46Description: Header files for Unity API51Description: Header files for Unity API
47 Library to integrate with the Unity shell (dev files)52 Library to integrate with the Unity shell (dev files)
4853

Subscribers

People subscribed via source and target branches

to all changes: