Merge lp:~saviq/unity-scopes-api/fix-cross-build into lp:unity-scopes-api/devel

Proposed by Michał Sawicz
Status: Merged
Approved by: Michał Sawicz
Approved revision: 323
Merged at revision: 335
Proposed branch: lp:~saviq/unity-scopes-api/fix-cross-build
Merge into: lp:unity-scopes-api/devel
Diff against target: 41 lines (+3/-4)
2 files modified
CMakeLists.txt (+1/-2)
debian/control (+2/-2)
To merge this branch: bzr merge lp:~saviq/unity-scopes-api/fix-cross-build
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michal Hruby (community) Approve
Review via email: mp+218768@code.launchpad.net

Commit message

Fix cross-building and clean CMakeLists of unused apparmor references.

To post a comment you must log in.
Revision history for this message
Michal Hruby (mhr3) wrote :

Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Michi Henning (michihenning) wrote :

> The following packages have unmet dependencies:
> pbuilder-satisfydepends-dummy : Depends: apparmor:native which is a virtual package.
                                 Depends: python3:native which is a virtual package.
> Unable to resolve dependencies! Giving up...

I'm out of my depth here. Any suggestions for fixing this?

Revision history for this message
Michał Sawicz (saviq) wrote :

Yeah, sorry, should have written before - we need to contact the CI folk to check out why :native isn't supported. It might be old pbuilder or so.

I'll keep you posted.

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2014-05-02 13:26:56 +0000
+++ CMakeLists.txt 2014-05-08 09:56:13 +0000
@@ -100,7 +100,7 @@
100endif()100endif()
101set(CAPNPC_FLAGS "" CACHE STRING "Extra flags for capnpc.")101set(CAPNPC_FLAGS "" CACHE STRING "Extra flags for capnpc.")
102102
103set(OTHER_INCLUDE_DIRS ${OTHER_INCLUDE_DIRS} ${UNITY_API_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${JSONCPP_INCLUDE_DIRS} ${PROCESS_CPP_INCLUDE_DIRS} ${APPARMOR_INCLUDE_DIRS})103set(OTHER_INCLUDE_DIRS ${OTHER_INCLUDE_DIRS} ${UNITY_API_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} ${JSONCPP_INCLUDE_DIRS} ${PROCESS_CPP_INCLUDE_DIRS})
104set(OTHER_LIBS ${UNITY_API_LDFLAGS} ${OTHER_LIBS})104set(OTHER_LIBS ${UNITY_API_LDFLAGS} ${OTHER_LIBS})
105105
106# Standard install paths106# Standard install paths
@@ -218,7 +218,6 @@
218 ${Boost_LIBRARIES}218 ${Boost_LIBRARIES}
219 ${JSONCPP_LDFLAGS}219 ${JSONCPP_LDFLAGS}
220 ${PROCESS_CPP_LDFLAGS}220 ${PROCESS_CPP_LDFLAGS}
221 ${APPARMOR_LDFLAGS}
222 ${ZMQPPLIB}221 ${ZMQPPLIB}
223 ${ZMQLIB}222 ${ZMQLIB}
224 ${CAPNPLIB}223 ${CAPNPLIB}
225224
=== modified file 'debian/control'
--- debian/control 2014-04-28 17:05:32 +0000
+++ debian/control 2014-05-08 09:56:13 +0000
@@ -2,14 +2,14 @@
2Priority: optional2Priority: optional
3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>3Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
4Build-Depends: debhelper (>= 9),4Build-Depends: debhelper (>= 9),
5 apparmor,5 apparmor:native,
6 click-dev (>= 0.2.2),6 click-dev (>= 0.2.2),
7 cmake,7 cmake,
8 doxygen,8 doxygen,
9 google-mock,9 google-mock,
10 graphviz,10 graphviz,
11 pkg-config,11 pkg-config,
12 python3,12 python3:native,
13 capnproto,13 capnproto,
14 libprocess-cpp-dev (>= 1.0.0),14 libprocess-cpp-dev (>= 1.0.0),
15 libunity-api-dev (>= 7.80.7~),15 libunity-api-dev (>= 7.80.7~),

Subscribers

People subscribed via source and target branches

to all changes: