Merge lp:~sil2100/unity-mir/fix_packaging into lp:unity-mir

Proposed by Łukasz Zemczak
Status: Merged
Approved by: Gerry Boland
Approved revision: 42
Merged at revision: 42
Proposed branch: lp:~sil2100/unity-mir/fix_packaging
Merge into: lp:unity-mir
Diff against target: 63 lines (+7/-28)
2 files modified
debian/control (+7/-24)
debian/rules (+0/-4)
To merge this branch: bzr merge lp:~sil2100/unity-mir/fix_packaging
Reviewer Review Type Date Requested Status
Gerry Boland (community) Approve
PS Jenkins bot (community) continuous-integration Approve
Didier Roche-Tolomelli Approve
Review via email: mp+180798@code.launchpad.net

Commit message

Some packaging changes noted by distro: no need for a manual -dbg package, fix stylistic issues, add missing stanza and remove the explicit depends to libmir*1 - shlibs is enough

Description of the change

Some packaging changes noted by distro: no need for a manual -dbg package, fix stylistic issues, add missing stanza and remove the explicit depends to libmir*1 - shlibs is enough

To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks!

review: Approve
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Needs Fixing (continuous-integration)
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Gerry Boland (gerboland) :
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 2013-08-14 14:11:21 +0000
3+++ debian/control 2013-08-19 07:47:29 +0000
4@@ -19,40 +19,23 @@
5 Vcs-Browser: http://bazaar.launchpad.net/~mir-team/unity-mir/trunk/files
6
7 Package: libunity-mir1
8-Section: libs
9-Replaces: unity-mir
10-Conflicts: unity-mir
11-Provides: unity-mir
12-Architecture: i386 amd64 armhf
13+Architecture: any
14 Multi-Arch: same
15 Pre-Depends: ${misc:Pre-Depends},
16 Depends: ${misc:Depends},
17 ${shlibs:Depends},
18- libmirserver1,
19- libmirclient1,
20- libubuntu-application-api-mirserver1,
21- libubuntu-application-api-mirclient1,
22- libqt5core5,
23+Replaces: unity-mir,
24+Conflicts: unity-mir,
25+Provides: unity-mir,
26 Description: Qt plugins for Unity specific Mir APIs
27 Unity-Mir provides Qt bindings for Mir features that are not exposed
28 through the QtUbuntu QPA plugins but needed for shell functionality.
29
30-Package: libunity-mir1-dbg
31-Section: debug
32-Architecture: i386 amd64 armhf
33-Priority: extra
34-Depends: ${misc:Depends},
35- ${shlibs:Depends},
36- libunity-mir1 (= ${binary:Version}),
37-Description: Qt plugins for Unity specific Mir APIs - debugging symbols
38- Unity-Mir provides Qt bindings for Mir features that are not exposed
39- through the QtUbuntu QPA plugins but needed for shell functionality.
40- .
41- This package provides the debugging symbols for libunity-mir1.
42-
43 Package: libunity-mir-dev
44 Section: libdevel
45-Architecture: i386 amd64 armhf
46+Architecture: any
47+Multi-Arch: same
48+Pre-Depends: ${misc:Pre-Depends},
49 Depends: ${misc:Depends},
50 ${shlibs:Depends},
51 libunity-mir1 (= ${binary:Version}),
52
53=== modified file 'debian/rules'
54--- debian/rules 2013-07-25 13:24:00 +0000
55+++ debian/rules 2013-08-19 07:47:29 +0000
56@@ -9,7 +9,3 @@
57 # Force the build to generate debug symbols, so we can have -dbgsym packages
58 override_dh_auto_configure:
59 dh_auto_configure -- QMAKE_CXXFLAGS=-g
60-
61-.PHONY: override_dh_strip
62-override_dh_strip:
63- dh_strip --dbg-package=libunity-mir1-dbg

Subscribers

People subscribed via source and target branches