Merge lp:~robru/qtmir/packaging into lp:qtmir

Proposed by Robert Bruce Park
Status: Merged
Approved by: Gerry Boland
Approved revision: 164
Merge reported by: Gerry Boland
Merged at revision: not available
Proposed branch: lp:~robru/qtmir/packaging
Merge into: lp:qtmir
Diff against target: 84 lines (+15/-13)
4 files modified
.bzr-builddeb/default.conf (+2/-0)
debian/control (+12/-11)
debian/copyright (+1/-1)
debian/source/format (+0/-1)
To merge this branch: bzr merge lp:~robru/qtmir/packaging
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
Review via email: mp+225410@code.launchpad.net

Commit message

CI Train packaging cleanup.

Description of the change

Minor packaging cleanup for CI Train standards.

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

LGTM!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== added directory '.bzr-builddeb'
2=== added file '.bzr-builddeb/default.conf'
3--- .bzr-builddeb/default.conf 1970-01-01 00:00:00 +0000
4+++ .bzr-builddeb/default.conf 2014-07-02 22:52:23 +0000
5@@ -0,0 +1,2 @@
6+[BUILDDEB]
7+split = True
8
9=== modified file 'debian/control'
10--- debian/control 2014-07-02 21:54:56 +0000
11+++ debian/control 2014-07-02 22:52:23 +0000
12@@ -3,34 +3,35 @@
13 Priority: optional
14 Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
15 Build-Depends: debhelper (>= 9),
16- pkg-config,
17 google-mock (>= 1.6.0+svn437),
18 libboost-system-dev,
19 libfontconfig1-dev,
20 libglib2.0-dev,
21- libqt5sensors5-dev,
22+ libmirclient-dev (>= 0.4.0),
23 libmirserver-dev (>= 0.4.0),
24- libmirclient-dev (>= 0.4.0),
25 libprocess-cpp-dev,
26- libunity-api-dev (>= 7.80.6),
27+ libqt5sensors5-dev,
28 libubuntu-app-launch2-dev,
29 libubuntu-application-api-dev (>= 2.1.0),
30 libudev-dev,
31+ libunity-api-dev (>= 7.80.6),
32 liburl-dispatcher1-dev,
33+ libxkbcommon-dev,
34 libxrender-dev,
35- libxkbcommon-dev,
36 mircommon-dev,
37+ pkg-config,
38+ protobuf-compiler,
39 qt5-default,
40 qtbase5-dev,
41 qtbase5-private-dev,
42 qtdeclarative5-dev,
43 qtdeclarative5-private-dev,
44- protobuf-compiler,
45-Standards-Version: 3.9.4
46+Standards-Version: 3.9.5
47 Homepage: https://launchpad.net/qtmir
48-# If you aren't a member of ~mir-team but need to upload packaging changes,
49-# just go ahead. ~mir-team will notice and sync up the code again.
50-Vcs-Bzr: https://code.launchpad.net/~mir-team/qtmir/trunk
51+# if you don't have have commit access to this branch but would like to upload
52+# directly to Ubuntu, don't worry: your changes will be merged back into the
53+# upstream branch
54+Vcs-Bzr: lp:qtmir
55 Vcs-Browser: http://bazaar.launchpad.net/~mir-team/unity-mir/trunk/files
56
57 Package: libqtmir
58@@ -45,5 +46,5 @@
59 unity-application-impl,
60 unity-application-impl-2,
61 Description: Qt plugins for Unity specific Mir APIs
62- QtMir provides Qt bindings for Mir features that are not exposed
63+ QtMir provides Qt bindings for Mir features that are not exposed
64 through the QtUbuntu QPA plugins but needed for shell functionality.
65
66=== modified file 'debian/copyright'
67--- debian/copyright 2014-05-16 10:29:58 +0000
68+++ debian/copyright 2014-07-02 22:52:23 +0000
69@@ -29,7 +29,7 @@
70 Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
71 .
72 On Debian systems, the complete text of the GNU Lesser General
73- Public License can be found in `/usr/share/common-licenses/LGPL-3'.
74+ Public License can be found in `/usr/share/common-licenses/LGPL-3'.
75
76 License: GPL-3
77 This program is free software: you can redistribute it and/or modify
78
79=== removed directory 'debian/source'
80=== removed file 'debian/source/format'
81--- debian/source/format 2014-05-16 10:29:58 +0000
82+++ debian/source/format 1970-01-01 00:00:00 +0000
83@@ -1,1 +0,0 @@
84-1.0

Subscribers

People subscribed via source and target branches