Merge lp:~fginther/ubuntu-rssreader-app/fix-dependencies into lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk

Proposed by Francis Ginther
Status: Merged
Approved by: Joey Chan
Approved revision: 16
Merged at revision: 16
Proposed branch: lp:~fginther/ubuntu-rssreader-app/fix-dependencies
Merge into: lp:~ubuntu-shorts-dev/ubuntu-rssreader-app/trunk
Diff against target: 13 lines (+3/-1)
1 file modified
debian/control (+3/-1)
To merge this branch: bzr merge lp:~fginther/ubuntu-rssreader-app/fix-dependencies
Reviewer Review Type Date Requested Status
Ubuntu Phone Apps Jenkins Bot continuous-integration Approve
Ubuntu Shorts Developers Pending
Review via email: mp+172422@code.launchpad.net

Commit message

Add missing dependencies on qtdeclarative5-xmllistmodel-plugin and libqt5webkit5-qmlwebkitplugin.

Description of the change

Add missing dependencies on qtdeclarative5-xmllistmodel-plugin and libqt5webkit5-qmlwebkitplugin.

To post a comment you must log in.
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Ubuntu Phone Apps Jenkins Bot (ubuntu-phone-apps-jenkins-bot) wrote :
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 2013-05-31 12:59:55 +0000
3+++ debian/control 2013-07-01 21:30:33 +0000
4@@ -13,7 +13,9 @@
5 Depends: ${misc:Depends},
6 qmlscene,
7 qtdeclarative5-ubuntu-ui-toolkit-plugin | qt-components-ubuntu,
8- qtdeclarative5-qtquick2-plugin
9+ qtdeclarative5-qtquick2-plugin,
10+ qtdeclarative5-xmllistmodel-plugin,
11+ libqt5webkit5-qmlwebkitplugin,
12 Description: RSS Reader application
13 Core RSS Reader application
14

Subscribers

People subscribed via source and target branches