Merge lp:~tiagosh/telephony-service/remove_ofono_dependency into lp:telephony-service

Proposed by Tiago Salem Herrmann
Status: Merged
Approved by: Gustavo Pichorim Boiko
Approved revision: 1201
Merged at revision: 1205
Proposed branch: lp:~tiagosh/telephony-service/remove_ofono_dependency
Merge into: lp:telephony-service
Diff against target: 30 lines (+2/-2)
1 file modified
debian/control (+2/-2)
To merge this branch: bzr merge lp:~tiagosh/telephony-service/remove_ofono_dependency
Reviewer Review Type Date Requested Status
Gustavo Pichorim Boiko (community) Approve
system-apps-ci-bot continuous-integration Needs Fixing
Review via email: mp+304260@code.launchpad.net

Commit message

Move telepathy-ofono from "Depends" to "Suggests".

Description of the change

Move telepathy-ofono from "Depends" to "Suggests".

To post a comment you must log in.
Revision history for this message
system-apps-ci-bot (system-apps-ci-bot) wrote :

FAILED: Continuous integration, rev:1201
https://jenkins.canonical.com/system-apps/job/lp-telephony-service-ci/42/
Executed test runs:
    FAILURE: https://jenkins.canonical.com/system-apps/job/build/1349/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-0-fetch/1349
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=vivid+overlay/1211
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=xenial+overlay/1211
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-1-sourcepkg/release=yakkety/1211
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1191
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=vivid+overlay/1191/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=xenial+overlay/1191/console
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=amd64,release=yakkety/1191/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1191
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=vivid+overlay/1191/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1191
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=xenial+overlay/1191/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=armhf,release=yakkety/1191/console
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1191
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=vivid+overlay/1191/artifact/output/*zip*/output.zip
    SUCCESS: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1191
        deb: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=xenial+overlay/1191/artifact/output/*zip*/output.zip
    FAILURE: https://jenkins.canonical.com/system-apps/job/build-2-binpkg/arch=i386,release=yakkety/1191/console

Click here to trigger a rebuild:
https://jenkins.canonical.com/system-apps/job/lp-telephony-service-ci/42/rebuild

review: Needs Fixing (continuous-integration)
Revision history for this message
Gustavo Pichorim Boiko (boiko) wrote :

Looks good!

review: Approve

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-03-09 20:11:43 +0000
3+++ debian/control 2016-08-29 14:53:58 +0000
4@@ -50,13 +50,13 @@
5 history-service,
6 libnotify4,
7 telepathy-mission-control-5,
8- telepathy-ofono,
9 ubuntu-sounds,
10 tone-generator,
11 libusermetricsinput1,
12 dconf-cli,
13 ${misc:Depends},
14 ${shlibs:Depends},
15+Suggests: telepathy-ofono
16 Description: Telephony service components for Ubuntu - backend
17 Telephony service components for Ubuntu.
18 .
19@@ -69,10 +69,10 @@
20 Pre-Depends: dpkg (>= 1.15.6~)
21 Depends: gsettings-ubuntu-schemas,
22 qtcontact5-galera,
23- telepathy-ofono,
24 telephony-service (>= ${binary:Version}),
25 ${misc:Depends},
26 ${shlibs:Depends},
27+Suggests: telepathy-ofono
28 Description: Telephony service components for Ubuntu - QML plugin
29 Telephony service components for Ubuntu.
30 .

Subscribers

People subscribed via source and target branches