Merge lp:~osomon/libindicator/multi-arch into lp:libindicator

Proposed by Olivier Tilloy
Status: Needs review
Proposed branch: lp:~osomon/libindicator/multi-arch
Merge into: lp:libindicator
Diff against target: 58 lines (+11/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+5/-1)
To merge this branch: bzr merge lp:~osomon/libindicator/multi-arch
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+341908@code.launchpad.net

Commit message

Make the packages multi-arch aware.

To post a comment you must log in.

Unmerged revisions

540. By Olivier Tilloy

Make the packages multi-arch aware.

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 2018-03-21 17:40:06 +0000
3+++ debian/changelog 2018-03-22 14:40:22 +0000
4@@ -1,3 +1,9 @@
5+libindicator (16.10.0+18.04.20180322-0ubuntu1) UNRELEASED; urgency=medium
6+
7+ * Make the packages multi-arch aware (LP: #1757204)
8+
9+ -- Olivier Tilloy <olivier.tilloy@canonical.com> Thu, 22 Mar 2018 15:36:14 +0100
10+
11 libindicator (16.10.0+18.04.20180321.1-0ubuntu1) bionic; urgency=medium
12
13 [ Olivier Tilloy ]
14
15=== modified file 'debian/control'
16--- debian/control 2017-12-05 05:56:26 +0000
17+++ debian/control 2018-03-22 14:40:22 +0000
18@@ -27,6 +27,7 @@
19 Package: libindicator7
20 Section: libs
21 Architecture: any
22+Multi-Arch: same
23 Depends: ${shlibs:Depends},
24 ${misc:Depends},
25 Description: panel indicator applet - shared library
26@@ -38,6 +39,7 @@
27 Package: libindicator-dev
28 Section: libdevel
29 Architecture: any
30+Multi-Arch: same
31 Depends: ${shlibs:Depends},
32 ${misc:Depends},
33 libgtk2.0-dev (>= 2.12.0),
34@@ -51,7 +53,7 @@
35 Package: libindicator3-7
36 Section: libs
37 Architecture: any
38-Pre-Depends: multiarch-support
39+Multi-Arch: same
40 Depends: ${shlibs:Depends},
41 ${misc:Depends},
42 Description: panel indicator applet - shared library
43@@ -63,6 +65,7 @@
44 Package: libindicator3-dev
45 Section: libdevel
46 Architecture: any
47+Multi-Arch: same
48 Depends: ${shlibs:Depends},
49 ${misc:Depends},
50 libgtk-3-dev (>= 2.91.3),
51@@ -76,6 +79,7 @@
52 Package: libindicator3-tools
53 Section: devel
54 Architecture: any
55+Multi-Arch: same
56 Depends: ${shlibs:Depends},
57 ${misc:Depends},
58 libindicator3-7 (= ${binary:Version}),

Subscribers

People subscribed via source and target branches