Merge lp:~unity-team/unity8/packaging into lp:unity8

Proposed by Michał Sawicz on 2016-02-02
Status: Merged
Approved by: Michael Terry on 2016-02-11
Approved revision: 2174
Merged at revision: 2196
Proposed branch: lp:~unity-team/unity8/packaging
Merge into: lp:unity8
Diff against target: 43 lines (+4/-4)
2 files modified
CMakeLists.txt (+1/-1)
debian/control (+3/-3)
To merge this branch: bzr merge lp:~unity-team/unity8/packaging
Reviewer Review Type Date Requested Status
Michael Terry 2016-02-02 Approve on 2016-02-11
PS Jenkins bot continuous-integration Needs Fixing on 2016-02-10
Unity8 CI Bot continuous-integration Needs Fixing on 2016-02-10
Review via email: mp+284814@code.launchpad.net

Commit Message

Bump unity-api dependencies

To post a comment you must log in.
Unity8 CI Bot (unity8-ci-bot) wrote :

FAILED: Continuous integration, rev:2173
https://unity8-jenkins.ubuntu.com/job/lp-unity8-1-ci/260/
Executed test runs:

Click here to trigger a rebuild:
https://unity8-jenkins.ubuntu.com/job/lp-unity8-1-ci/260/rebuild

review: Needs Fixing (continuous-integration)
lp:~unity-team/unity8/packaging updated on 2016-02-10
2174. By Michał Sawicz on 2016-02-10

Merge trunk

Michael Terry (mterry) wrote :

LGTM

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'CMakeLists.txt'
2--- CMakeLists.txt 2016-02-01 15:15:09 +0000
3+++ CMakeLists.txt 2016-02-10 18:09:54 +0000
4@@ -57,7 +57,7 @@
5 find_package(Qt5Concurrent 5.4 REQUIRED)
6 find_package(Qt5Sql 5.4 REQUIRED)
7
8-pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=12)
9+pkg_check_modules(APPLICATION_API REQUIRED unity-shell-application=13)
10 pkg_check_modules(GIO REQUIRED gio-2.0>=2.32)
11 pkg_check_modules(GLIB REQUIRED glib-2.0>=2.32)
12 pkg_check_modules(QMENUMODEL REQUIRED qmenumodel)
13
14=== modified file 'debian/control'
15--- debian/control 2016-01-21 21:08:48 +0000
16+++ debian/control 2016-02-10 18:09:54 +0000
17@@ -29,7 +29,7 @@
18 libqt5xmlpatterns5-dev,
19 libsystemsettings-dev,
20 libudev-dev,
21- libunity-api-dev (>= 7.105),
22+ libunity-api-dev (>= 7.106),
23 libusermetricsoutput1-dev,
24 # Need those X11 libs touch emulation from mouse events in manual QML tests on a X11 desktop
25 libx11-dev[!armhf],
26@@ -132,7 +132,7 @@
27 qtdeclarative5-ubuntu-ui-toolkit-plugin (>= 1.3.1627) | qtdeclarative5-ubuntu-ui-toolkit-plugin-gles (>= 1.3.1627),
28 qtdeclarative5-unity-notifications-plugin (>= 0.1.2) | unity-notifications-impl,
29 ubuntu-thumbnailer-impl-0,
30- unity-application-impl-12,
31+ unity-application-impl-13,
32 unity-notifications-impl-3,
33 unity-plugin-scopes | unity-scopes-impl,
34 unity-scopes-impl-9,
35@@ -178,7 +178,7 @@
36 Depends: ${misc:Depends},
37 ${shlibs:Depends},
38 Provides: unity-application-impl,
39- unity-application-impl-12,
40+ unity-application-impl-13,
41 Replaces: unity8-autopilot (<< 8.02+15.04.20150422-0ubuntu1)
42 Description: Fake environment for running Unity 8 shell
43 Provides fake implementations of some QML modules used by Unity 8 shell

Subscribers

People subscribed via source and target branches