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

Subscribers

People subscribed via source and target branches

to all changes: