Merge lp:~unit193/libappindicator/build-depends into lp:libappindicator/16.10

Proposed by Unit 193
Status: Merged
Approved by: Jeremy Bícha
Approved revision: 287
Merged at revision: 287
Proposed branch: lp:~unit193/libappindicator/build-depends
Merge into: lp:libappindicator/16.10
Diff against target: 19 lines (+2/-0)
1 file modified
debian/control (+2/-0)
To merge this branch: bzr merge lp:~unit193/libappindicator/build-depends
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Review via email: mp+341865@code.launchpad.net

Commit message

Have -dev package depend on libgtk2.0-dev or libgk-3-dev according to its pkgconfig file (LP: #1757574)

Description of the change

As mentioned in 1757574, this adds depends on gtk in the development header packages, as listed in the pkg-config file's "required" field.

To post a comment you must log in.
Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thanks!

I'm using bileto to handle this merge and upload.

https://bileto.ubuntu.com/#/ticket/3208

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 2018-03-20 11:07:24 +0000
3+++ debian/control 2018-03-22 00:54:53 +0000
4@@ -84,6 +84,7 @@
5 gir1.2-appindicator-0.1 (= ${binary:Version}),
6 libdbusmenu-glib-dev (>= 0.1.8),
7 libdbus-glib-1-dev (>= 0.76),
8+ libgtk2.0-dev,
9 libappindicator1 (= ${binary:Version}),
10 Description: Application Indicators
11 A library and indicator to take menus from applications and place them in
12@@ -122,6 +123,7 @@
13 gir1.2-appindicator3-0.1 (= ${binary:Version}),
14 libdbusmenu-glib-dev (>= 0.1.8),
15 libdbus-glib-1-dev (>= 0.76),
16+ libgtk-3-dev,
17 libappindicator3-1 (= ${binary:Version}),
18 Description: Application Indicators
19 A library and indicator to take menus from applications and place them in

Subscribers

People subscribed via source and target branches