Merge lp:~timo-jyrinki/ubuntu-keyboard/stop_depending_on_transitional_packages into lp:ubuntu-keyboard

Proposed by Timo Jyrinki
Status: Merged
Approved by: Michael Sheldon
Approved revision: 471
Merged at revision: 477
Proposed branch: lp:~timo-jyrinki/ubuntu-keyboard/stop_depending_on_transitional_packages
Merge into: lp:ubuntu-keyboard
Diff against target: 30 lines (+3/-3)
1 file modified
debian/control (+3/-3)
To merge this branch: bzr merge lp:~timo-jyrinki/ubuntu-keyboard/stop_depending_on_transitional_packages
Reviewer Review Type Date Requested Status
Ken VanDine packaging Approve
PS Jenkins bot continuous-integration Pending
Review via email: mp+295045@code.launchpad.net

Commit message

Stop depending on transitional packages.

To post a comment you must log in.
Revision history for this message
Robert Bruce Park (robru) wrote :

Please don't write "(LP: #...)" in your Commit Message, this is added automatically by scanning linked bugs, so you get duplicates in your changelog:

https://objectstorage.prodstack4-5.canonical.com/v1/AUTH_39a8dbb93caf4ec889f8a1b7f69885db/bileto-1491/2016-06-10_11:18:00/yakkety_ubuntu-keyboard_packaging_changes.diff

+ [ Timo Jyrinki ]
+ * Stop depending on transitional packages. (LP: #1583079) (LP:
+ #1583079)

Revision history for this message
Robert Bruce Park (robru) wrote :

(I mean the commit message field on this MP, not the bzr commit message)

Revision history for this message
Ken VanDine (ken-vandine) wrote :

Packaging looks fine

review: Approve (packaging)

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 2016-05-06 15:34:26 +0000
3+++ debian/control 2016-05-18 10:30:40 +0000
4@@ -25,7 +25,7 @@
5 qtbase5-dev,
6 qtdeclarative5-dev,
7 qtdeclarative5-private-dev,
8- qtdeclarative5-ubuntu-ui-toolkit-plugin,
9+ qml-module-ubuntu-components,
10 xvfb,
11 presage,
12 Standards-Version: 3.9.5
13@@ -38,7 +38,7 @@
14 Package: ubuntu-keyboard
15 Architecture: any
16 Depends: maliit-framework (>= 0.99.0+git20130615+97e8335-0ubuntu3),
17- qtdeclarative5-window-plugin,
18+ qml-module-qtquick-window2,
19 ubuntu-keyboard-data (>= ${source:Version}),
20 ${misc:Depends},
21 ${shlibs:Depends},
22@@ -56,7 +56,7 @@
23 Package: ubuntu-keyboard-data
24 Architecture: all
25 Depends: fonts-droid-fallback | fonts-droid,
26- qtdeclarative5-ubuntu-ui-toolkit-plugin,
27+ qml-module-ubuntu-components,
28 ${misc:Depends},
29 Description: Ubuntu on-screen keyboard data files
30 Data files for the Ubuntu virtual keyboard

Subscribers

People subscribed via source and target branches