Merge lp:~jamesh/thumbnailer/qml-module-package-name into lp:thumbnailer/devel

Proposed by James Henstridge
Status: Merged
Approved by: Michi Henning
Approved revision: 276
Merged at revision: 275
Proposed branch: lp:~jamesh/thumbnailer/qml-module-package-name
Merge into: lp:thumbnailer/devel
Diff against target: 71 lines (+31/-2)
3 files modified
debian/changelog (+15/-1)
debian/control (+15/-0)
debian/qml-module-ubuntu-thumbnailer0.1.lintian-overrides (+1/-1)
To merge this branch: bzr merge lp:~jamesh/thumbnailer/qml-module-package-name
Reviewer Review Type Date Requested Status
PS Jenkins bot (community) continuous-integration Approve
Michi Henning (community) Approve
Review via email: mp+271064@code.launchpad.net

Commit message

Rename the QML module binary package to qml-module-xxx

Description of the change

Rename the QML module binary package to qml-module-xxx

I also took the liberty of updating the change log to cover the other changes we've made since the last landing (skipping the change and revert of vs-thumb).

To post a comment you must log in.
Revision history for this message
Michi Henning (michihenning) wrote :

Looks good. There is a merge conflict in changelog though.

review: Needs Fixing
276. By James Henstridge

Merge from devel.

Revision history for this message
Michi Henning (michihenning) wrote :

Cool.

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) 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/changelog'
2--- debian/changelog 2015-09-15 00:50:34 +0000
3+++ debian/changelog 2015-09-15 03:46:10 +0000
4@@ -9,11 +9,25 @@
5 exits after 30 seconds if it is started only to, for example,
6 retrieve the stats. Activity on the admin interface now keeps
7 the service alive the same way activity on the thumbnailer interface does.
8- * Added average hit and miss run length to stats returned by thumbnailer-admin.
9+ * Added average hit and miss run length to stats returned by
10+ thumbnailer-admin.
11 * Changed semantics for requests with (0,0) size. All requests are now
12 clamped to a 1920x1920 bounding box.
13 * Fixed incorrect timeout semantics for unexpected network errors.
14
15+ [ James Henstridge ]
16+ * Renamed QML package to qml-module-XXX format and add transitional
17+ package. (LP: #1342031)
18+ * Port QML module to use libthumbnailer-qt.
19+
20+ [ Xavi Garcia ]
21+ * Add new libthumbnailer-qt1.0 library, providing a C++ client API.
22+
23+ [ Albert Astals Cid ]
24+ * In QML image provider, only create QQuickTextureFactory when
25+ needed, fixing a memory leak when requests are cancelled. (LP:
26+ #1484914)
27+
28 -- Michi Henning <michi.henning@canonical.com> Thu, 06 Aug 2015 15:13:17 +1000
29
30 thumbnailer (2.2+15.10.20150801-0ubuntu1) wily; urgency=medium
31
32=== modified file 'debian/control'
33--- debian/control 2015-09-10 10:01:34 +0000
34+++ debian/control 2015-09-15 03:46:10 +0000
35@@ -50,6 +50,19 @@
36 Package: qtdeclarative5-ubuntu-thumbnailer0.1
37 Architecture: any
38 Multi-Arch: same
39+Section: oldlibs
40+Depends: qml-module-ubuntu-thumbnailer0.1,
41+ ${misc:Depends},
42+Description: transitional dummy package for QML interface for the thumbnailer.
43+ This package provides image providers that allow access to the
44+ thumbnailer from Qt Quick 2 / QML applications
45+ .
46+ This is a transitional dummy package for qml-module-ubuntu-thumbnailer0.1
47+ which can be safely removed.
48+
49+Package: qml-module-ubuntu-thumbnailer0.1
50+Architecture: any
51+Multi-Arch: same
52 Pre-Depends: ${misc:Pre-Depends},
53 Depends: ${misc:Depends},
54 ${shlibs:Depends},
55@@ -58,6 +71,8 @@
56 Provides: ubuntu-thumbnailer-impl,
57 ubuntu-thumbnailer-impl-0,
58 Recommends: thumbnailer-service (= ${binary:Version}),
59+Breaks: qtdeclarative5-ubuntu-thumbnailer0.1 (<< 2.3~)
60+Replaces: qtdeclarative5-ubuntu-thumbnailer0.1 (<< 2.3~)
61 Description: QML interface for the thumbnailer.
62 This package provides image providers that allow access to the
63 thumbnailer from Qt Quick 2 / QML applications.
64
65=== renamed file 'debian/qtdeclarative5-ubuntu-thumbnailer0.1.install' => 'debian/qml-module-ubuntu-thumbnailer0.1.install'
66=== renamed file 'debian/qtdeclarative5-ubuntu-thumbnailer0.1.lintian-overrides' => 'debian/qml-module-ubuntu-thumbnailer0.1.lintian-overrides'
67--- debian/qtdeclarative5-ubuntu-thumbnailer0.1.lintian-overrides 2015-08-06 06:20:29 +0000
68+++ debian/qml-module-ubuntu-thumbnailer0.1.lintian-overrides 2015-09-15 03:46:10 +0000
69@@ -1,1 +1,1 @@
70-qtdeclarative5-ubuntu-thumbnailer0.1 binary: package-has-long-file-name
71+qml-module-ubuntu-thumbnailer0.1 binary: package-has-long-file-name

Subscribers

People subscribed via source and target branches

to all changes: