Merge lp:~timo-jyrinki/ubuntu-push-qml/stop_depending_on_transitional_packages into lp:ubuntu-push-qml

Proposed by Timo Jyrinki
Status: Needs review
Proposed branch: lp:~timo-jyrinki/ubuntu-push-qml/stop_depending_on_transitional_packages
Merge into: lp:ubuntu-push-qml
Diff against target: 26 lines (+5/-5)
1 file modified
debian/control (+5/-5)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-push-qml/stop_depending_on_transitional_packages
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Approve
Ubuntu Push Hackers Pending
Review via email: mp+295077@code.launchpad.net

Commit message

Stop depending on transitional packages. (LP: #1583079)

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)

Unmerged revisions

23. By Timo Jyrinki

Stop depending on transitional packages. (LP: #1583079)

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-08-26 16:34:39 +0000
3+++ debian/control 2016-05-18 12:52:07 +0000
4@@ -14,9 +14,9 @@
5 qtbase5-dev,
6 qtdeclarative5-dev,
7 qtdeclarative5-dev-tools,
8- qtdeclarative5-qtquick2-plugin,
9- qtdeclarative5-test-plugin,
10- qtdeclarative5-ubuntu-ui-toolkit-plugin,
11+ qml-module-qtquick2,
12+ qml-module-qttest,
13+ qml-module-ubuntu-components,
14 xvfb,
15 Standards-Version: 3.9.5
16 Homepage: https://launchpad.net/ubuntu-push-qml
17@@ -27,7 +27,7 @@
18 Multi-Arch: same
19 Depends: ${misc:Depends},
20 ${shlibs:Depends},
21- qtdeclarative5-qtquick2-plugin,
22- qtdeclarative5-ubuntu-ui-toolkit-plugin,
23+ qml-module-qtquick2,
24+ qml-module-ubuntu-components,
25 Description: Ubuntu Push Notifications QML plugin
26 Register, receive and send push notifications.

Subscribers

People subscribed via source and target branches