Merge lp:~saviq/qtmir/update-packaging into lp:qtmir

Proposed by Michał Sawicz
Status: Merged
Approved by: Gerry Boland
Approved revision: 401
Merged at revision: 399
Proposed branch: lp:~saviq/qtmir/update-packaging
Merge into: lp:qtmir
Diff against target: 85 lines (+13/-11)
4 files modified
debian/control (+3/-3)
debian/copyright (+4/-4)
debian/qtmir-tests.install (+3/-3)
debian/tests/control (+3/-1)
To merge this branch: bzr merge lp:~saviq/qtmir/update-packaging
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
PS Jenkins bot (community) continuous-integration Needs Fixing
Review via email: mp+275876@code.launchpad.net

Commit message

Clean up packaging and fix autopkgtest on armhf

To post a comment you must log in.
Revision history for this message
Gerry Boland (gerboland) wrote :

Looks reasonable, will let CI confirm

Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
Gerry Boland (gerboland) wrote :

All good

review: Approve

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-10-21 11:46:54 +0000
3+++ debian/control 2015-10-27 16:03:59 +0000
4@@ -14,12 +14,11 @@
5 libmirclient-dev (>= 0.17.0),
6 libmircommon-dev (>= 0.17.0),
7 libmirserver-dev (>= 0.17.0),
8- mir-renderer-gl-dev (>= 0.17.0),
9 libmtdev-dev,
10 libprocess-cpp-dev,
11+ libqt5sensors5-dev,
12 libqtdbusmock1-dev (>= 0.2),
13 libqtdbustest1-dev (>= 0.2),
14- libqt5sensors5-dev,
15 libubuntu-app-launch2-dev,
16 libubuntu-application-api-dev (>= 2.1.0),
17 libudev-dev,
18@@ -27,6 +26,7 @@
19 liburl-dispatcher1-dev,
20 libxkbcommon-dev,
21 libxrender-dev,
22+ mir-renderer-gl-dev (>= 0.17.0),
23 pkg-config,
24 # lttng-gen-ts needs python3, but doesn't depend on it itself: bug 1359147
25 python3:any,
26@@ -111,8 +111,8 @@
27 python3-babeltrace,
28 python3-evdev,
29 python3-mir-perf-framework,
30+ qtdeclarative5-qtmir-plugin,
31 qtmir-desktop (= ${source:Version}) | qtmir-android (= ${source:Version}),
32- qtdeclarative5-qtmir-plugin,
33 ${misc:Depends},
34 ${shlibs:Depends},
35 Description: QtMir tests and demos
36
37=== modified file 'debian/copyright'
38--- debian/copyright 2015-08-11 12:10:03 +0000
39+++ debian/copyright 2015-10-27 16:03:59 +0000
40@@ -2,16 +2,16 @@
41 Upstream-Name: qtmir
42
43 Files: *
44-Copyright: 2013-2014 Canonical Ltd.
45+Copyright: 2013-2015 Canonical Ltd.
46 License: LGPL-3
47
48 Files: debian/*
49-Copyright: 2013-2014 Canonical Ltd.
50+Copyright: 2013-2015 Canonical Ltd.
51 License: GPL-3
52
53 Files: tests/*
54-Copyright: 2013-2014 Canonical Ltd.
55-License: LGPL-3
56+Copyright: 2013-2015 Canonical Ltd.
57+License: GPL-3
58
59 License: LGPL-3
60 This package is free software; you can redistribute it and/or
61
62=== modified file 'debian/qtmir-tests.install'
63--- debian/qtmir-tests.install 2015-09-01 16:16:47 +0000
64+++ debian/qtmir-tests.install 2015-10-27 16:03:59 +0000
65@@ -1,6 +1,6 @@
66+usr/bin/qtmir-demo-client
67 usr/bin/qtmir-demo-shell
68-usr/bin/qtmir-demo-client
69 usr/share/applications/qtmir-demo-client.desktop
70+usr/share/qtmir/benchmarks/*
71+usr/share/qtmir/qtmir-demo-client/*
72 usr/share/qtmir/qtmir-demo-shell/
73-usr/share/qtmir/qtmir-demo-client/*
74-usr/share/qtmir/benchmarks/*
75
76=== modified file 'debian/tests/control'
77--- debian/tests/control 2015-01-15 18:32:56 +0000
78+++ debian/tests/control 2015-10-27 16:03:59 +0000
79@@ -1,3 +1,5 @@
80 Tests: run-tests
81 Restrictions: build-needed
82-Depends: @,
83+Depends: qtdeclarative5-qtmir-plugin,
84+ qtmir-desktop,
85+ qtmir-tests,

Subscribers

People subscribed via source and target branches