Merge lp:~timo-jyrinki/ubuntu-html5-theme/stop_depending_on_transitional_packages into lp:ubuntu-html5-theme

Proposed by Timo Jyrinki
Status: Needs review
Proposed branch: lp:~timo-jyrinki/ubuntu-html5-theme/stop_depending_on_transitional_packages
Merge into: lp:ubuntu-html5-theme
Diff against target: 54 lines (+8/-8)
1 file modified
debian/control (+8/-8)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-html5-theme/stop_depending_on_transitional_packages
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Needs Fixing
Ubuntu HTML5 Theme Developers Pending
Review via email: mp+295078@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: Needs Fixing (continuous-integration)

Unmerged revisions

214. 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-06-04 21:55:47 +0000
3+++ debian/control 2016-05-18 12:52:17 +0000
4@@ -11,9 +11,9 @@
5 qt5-qmake,
6 qtbase5-dev (>= 5.4),
7 qtdeclarative5-dev,
8- qtdeclarative5-qtquick2-plugin,
9- qml-module-qttest | qtdeclarative5-test-plugin,
10- qtdeclarative5-ubuntu-ui-toolkit-plugin,
11+ qml-module-qtquick2,
12+ qml-module-qttest,
13+ qml-module-ubuntu-components,
14 Standards-Version: 3.9.5
15 # if you don't have have commit access to this branch but would like to upload
16 # directly to Ubuntu, don't worry: your changes will be merged back into the
17@@ -47,7 +47,7 @@
18 Depends: libjs-jquery,
19 liboxideqt-qmlplugin (>= 1.2.0),
20 qmlscene,
21- qtdeclarative5-qtquick2-plugin,
22+ qml-module-qtquick2,
23 ubuntu-html5-ui-toolkit (= ${binary:Version}),
24 ${misc:Depends},
25 Replaces: ubuntu-html5-theme-examples (<< 0.1.1),
26@@ -67,8 +67,8 @@
27 python3-xlib,
28 python3-autopilot,
29 qmlscene,
30- qtdeclarative5-qtquick2-plugin,
31- qml-module-qttest | qtdeclarative5-test-plugin,
32+ qml-module-qtquick2,
33+ qml-module-qttest,
34 ubuntu-html5-ui-toolkit (= ${binary:Version}),
35 ubuntu-html5-ui-toolkit-examples (= ${binary:Version}),
36 ${misc:Depends},
37@@ -84,7 +84,7 @@
38 Multi-Arch: foreign
39 Depends: liboxideqt-qmlplugin (>= 1.3.5),
40 qmlscene,
41- qtdeclarative5-qtquick2-plugin,
42+ qml-module-qtquick2,
43 qtdeclarative5-ubuntu-ui-extras-browser-plugin,
44 ubuntu-html5-ui-toolkit (= ${source:Version}),
45 unity-webapps-qml (>= 0.1+14.04.20131106-0ubuntu2),
46@@ -99,7 +99,7 @@
47 Depends: libautopilot-qt (>= 1.4),
48 libqt5test5,
49 liboxideqt-qmlplugin (>= 1.2.0),
50- qtdeclarative5-qtquick2-plugin,
51+ qml-module-qtquick2,
52 ubuntu-html5-container (>= ${binary:Version}),
53 python3-autopilot,
54 ${misc:Depends},

Subscribers

People subscribed via source and target branches