Merge lp:~dpm/reminders-app/fix-deb-build into lp:reminders-app

Proposed by David Planella
Status: Merged
Approved by: Nicholas Skaggs
Approved revision: 530
Merged at revision: 530
Proposed branch: lp:~dpm/reminders-app/fix-deb-build
Merge into: lp:reminders-app
Diff against target: 11 lines (+1/-0)
1 file modified
debian/control (+1/-0)
To merge this branch: bzr merge lp:~dpm/reminders-app/fix-deb-build
Reviewer Review Type Date Requested Status
Jenkins Bot continuous-integration Approve
Ubuntu Notes app developers Pending
Review via email: mp+284423@code.launchpad.net

Commit message

Fix missing Oxide build dependency

Description of the change

Fixes the missing dependency on oxide upon build and running the tests on a daily PPA:

file:///«BUILDDIR»/reminders-app-0.4+15.04.20141118+bzr529~ubuntu15.10.1/src/app/qml/Reminders.qml:30:1: module "com.canonical.Oxide" is not installed
     import com.canonical.Oxide 1.5

Full log: https://launchpadlibrarian.net/235626941/buildlog_ubuntu-wily-i386.reminders-app_0.4+15.04.20141118+bzr529~ubuntu15.10.1_BUILDING.txt.gz

Note: for some reason I could not get the tests running on a local build. The first test just hangs - not sure if being in Xenial makes a difference, or if there was an issue with autopilot or qmltestrunner. So any help on making the tests run locally would be greatly appreciated

To post a comment you must log in.
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Jenkins Bot (ubuntu-core-apps-jenkins-bot) :
review: Approve (continuous-integration)

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 2015-11-02 21:42:04 +0000
3+++ debian/control 2016-01-29 10:53:49 +0000
4@@ -7,6 +7,7 @@
5 gettext,
6 intltool,
7 libboost-dev,
8+ liboxideqt-qmlplugin,
9 libssl-dev,
10 pkg-config,
11 python3-all,

Subscribers

People subscribed via source and target branches