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
=== modified file 'debian/control'
--- debian/control 2016-03-09 20:11:43 +0000
+++ debian/control 2016-08-29 14:53:58 +0000
@@ -50,13 +50,13 @@
50 history-service,50 history-service,
51 libnotify4,51 libnotify4,
52 telepathy-mission-control-5,52 telepathy-mission-control-5,
53 telepathy-ofono,
54 ubuntu-sounds,53 ubuntu-sounds,
55 tone-generator,54 tone-generator,
56 libusermetricsinput1,55 libusermetricsinput1,
57 dconf-cli,56 dconf-cli,
58 ${misc:Depends},57 ${misc:Depends},
59 ${shlibs:Depends},58 ${shlibs:Depends},
59Suggests: telepathy-ofono
60Description: Telephony service components for Ubuntu - backend60Description: Telephony service components for Ubuntu - backend
61 Telephony service components for Ubuntu.61 Telephony service components for Ubuntu.
62 .62 .
@@ -69,10 +69,10 @@
69Pre-Depends: dpkg (>= 1.15.6~)69Pre-Depends: dpkg (>= 1.15.6~)
70Depends: gsettings-ubuntu-schemas,70Depends: gsettings-ubuntu-schemas,
71 qtcontact5-galera,71 qtcontact5-galera,
72 telepathy-ofono,
73 telephony-service (>= ${binary:Version}),72 telephony-service (>= ${binary:Version}),
74 ${misc:Depends},73 ${misc:Depends},
75 ${shlibs:Depends},74 ${shlibs:Depends},
75Suggests: telepathy-ofono
76Description: Telephony service components for Ubuntu - QML plugin76Description: Telephony service components for Ubuntu - QML plugin
77 Telephony service components for Ubuntu.77 Telephony service components for Ubuntu.
78 .78 .

Subscribers

People subscribed via source and target branches