Merge lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative-opensource-src_fixpkgname into lp:~kubuntu-packagers/kubuntu-packaging/qtdeclarative-opensource-src

Proposed by Timo Jyrinki
Status: Merged
Approved by: Timo Jyrinki
Approved revision: 150
Merged at revision: 149
Proposed branch: lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative-opensource-src_fixpkgname
Merge into: lp:~kubuntu-packagers/kubuntu-packaging/qtdeclarative-opensource-src
Diff against target: 78 lines (+30/-5)
2 files modified
debian/changelog (+15/-0)
debian/control (+15/-5)
To merge this branch: bzr merge lp:~timo-jyrinki/kubuntu-packaging/qtdeclarative-opensource-src_fixpkgname
Reviewer Review Type Date Requested Status
Scott Kitterman Disapprove
PS Jenkins bot continuous-integration Approve
Review via email: mp+220601@code.launchpad.net

Commit message

[ Lisandro Damián Nicanor Pérez Meyer ]
qml-model-qtqml-models2 should have been named qml-module-qtqml-models2.
Create qml-module-qtqml-models2 and make qml-model-qtqml-models2 a
transitional dummy package.

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

Tweak the Replaces to work on Ubuntu

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Scott Kitterman (kitterman) wrote :

This can wait to be done with 5.3.0. This will cause the package to have to go through New. 5.3.0 does too. Rather than go through New twice, let's just do it once. There's no rush on this.

review: Disapprove
Revision history for this message
Dmitry Shachnev (mitya57) wrote :

Yes, but I'm not sure if we'll get 5.3 soon. It is very probable that we'll have to wait a ~month before we get this bugfix, and people will have to depend on broken package name in reverse dependencies.

Revision history for this message
Scott Kitterman (kitterman) wrote :

No reason it should take that long. The packages in Debian Experimental are coming along and since Kubuntu is blocked on 5.3 we really should move forward.

Revision history for this message
Timo Jyrinki (timo-jyrinki) wrote :

This was released, and accepted during the night, so I'm going to approve this for merging anyhow.

We try to be as quick as possible with Qt 5.3.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2014-05-21 10:26:38 +0000
3+++ debian/changelog 2014-05-22 15:28:03 +0000
4@@ -1,3 +1,18 @@
5+qtdeclarative-opensource-src (5.2.1-5ubuntu5) utopic; urgency=medium
6+
7+ * Tweak the Replaces to work on Ubuntu
8+
9+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 22 May 2014 13:12:34 +0000
10+
11+qtdeclarative-opensource-src (5.2.1-5ubuntu4) utopic; urgency=medium
12+
13+ [ Lisandro Damián Nicanor Pérez Meyer ]
14+ * qml-model-qtqml-models2 should have been named qml-module-qtqml-models2.
15+ Create qml-module-qtqml-models2 and make qml-model-qtqml-models2 a
16+ transitional dummy package.
17+
18+ -- Timo Jyrinki <timo-jyrinki@ubuntu.com> Thu, 22 May 2014 07:03:25 +0000
19+
20 qtdeclarative-opensource-src (5.2.1-5ubuntu3) utopic; urgency=medium
21
22 * qtquick_delegate_creation_range_itemviews.patch:
23
24=== modified file 'debian/control'
25--- debian/control 2014-05-07 08:24:49 +0000
26+++ debian/control 2014-05-22 15:28:03 +0000
27@@ -149,26 +149,36 @@
28 Architecture: any
29 Multi-Arch: same
30 Section: oldlibs
31-Depends: qml-model-qtqml-models2, ${misc:Depends}
32+Depends: qml-module-qtqml-models2, ${misc:Depends}
33 Description: transitional dummy package for Qt 5 Models2 QML module
34 Qt is a cross-platform C++ application framework. Qt's primary feature
35 is its rich set of widgets that provide standard GUI functionality.
36 .
37 This is a transitional dummy package which can be safely removed.
38
39-Package: qml-model-qtqml-models2
40+Package: qml-module-qtqml-models2
41 Architecture: any
42 Multi-Arch: same
43 Pre-Depends: ${misc:Pre-Depends}
44 Depends: ${misc:Depends}, ${shlibs:Depends}
45-Breaks: qtdeclarative5-models-plugin (<< 5.2.1-5~)
46-Replaces: qtdeclarative5-models-plugin (<< 5.2.1-5~)
47+Breaks: qtdeclarative5-models-plugin (<< 5.2.1-5~), qml-model-qtqml-models2 (<< 5.2.1-5ubuntu4~)
48+Replaces: qtdeclarative5-models-plugin (<< 5.2.1-5~), qml-model-qtqml-models2 (<< 5.2.1-5ubuntu4~)
49 Description: Qt 5 Models2 QML module
50 Qt is a cross-platform C++ application framework. Qt's primary feature
51 is its rich set of widgets that provide standard GUI functionality.
52 .
53 The Models provides types previously found in Qt Quick module.
54
55+Package: qml-model-qtqml-models2
56+Architecture: all
57+Section: oldlibs
58+Depends: qml-module-qtqml-models2, ${misc:Depends}
59+Description: transitional dummy package for qml-module-qtqml-models2
60+ Qt is a cross-platform C++ application framework. Qt's primary feature
61+ is its rich set of widgets that provide standard GUI functionality.
62+ .
63+ This is a transitional dummy package which can be safely removed.
64+
65 Package: qtdeclarative5-particles-plugin
66 Architecture: any
67 Multi-Arch: same
68@@ -412,7 +422,7 @@
69 Multi-Arch: same
70 Section: x11
71 Pre-Depends: ${misc:Pre-Depends}
72-Depends: qml-model-qtqml-models2,
73+Depends: qml-module-qtqml-models2,
74 qml-module-qtquick-dialogs,
75 qml-module-qtquick-localstorage,
76 qml-module-qtquick-particles2,
77
78=== renamed file 'debian/qml-model-qtqml-models2.install' => 'debian/qml-module-qtqml-models2.install'

Subscribers

People subscribed via source and target branches