Merge lp:~osomon/libappindicator/bionic-ftbfs-fix into lp:libappindicator/16.10

Proposed by Olivier Tilloy
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: 287
Merged at revision: 285
Proposed branch: lp:~osomon/libappindicator/bionic-ftbfs-fix
Merge into: lp:libappindicator/16.10
Diff against target: 40 lines (+4/-4)
3 files modified
debian/control (+2/-2)
docs/reference/Makefile.am (+1/-1)
src/app-indicator.c (+1/-1)
To merge this branch: bzr merge lp:~osomon/libappindicator/bionic-ftbfs-fix
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+341729@code.launchpad.net

Commit message

Fix build failures on bionic,
and update Vcs-* fields in debian/control.

To post a comment you must log in.
Revision history for this message
Marco Trevisan (Treviño) (3v1n0) wrote :

Thanks!

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 2017-07-19 11:28:55 +0000
3+++ debian/control 2018-03-20 12:43:28 +0000
4@@ -36,8 +36,8 @@
5 # If you aren't a member of ~indicator-applet-developers but need to upload
6 # packaging changes, just go ahead. ~indicator-applet-developers will notice
7 # and sync up the code again.
8-Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libappindicator/trunk.13.04
9-Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.13.04/files
10+Vcs-Bzr: https://code.launchpad.net/~indicator-applet-developers/libappindicator/trunk.16.10
11+Vcs-Browser: https://bazaar.launchpad.net/~indicator-applet-developers/libappindicator/trunk.16.10/files
12
13 Package: python-appindicator
14 Section: python
15
16=== modified file 'docs/reference/Makefile.am'
17--- docs/reference/Makefile.am 2013-06-08 04:26:37 +0000
18+++ docs/reference/Makefile.am 2018-03-20 12:43:28 +0000
19@@ -33,7 +33,7 @@
20 DOC_SOURCE_DIR=$(top_srcdir)/src
21
22 # Extra options to pass to gtkdoc-scangobj. Not normally needed.
23-SCANGOBJ_OPTIONS=--nogtkinit --type-init-func="g_type_init()"
24+SCANGOBJ_OPTIONS=--type-init-func="g_type_init()"
25
26 # Extra options to supply to gtkdoc-scan.
27 # e.g. SCAN_OPTIONS=--deprecated-guards="GTK_DISABLE_DEPRECATED"
28
29=== modified file 'src/app-indicator.c'
30--- src/app-indicator.c 2017-02-15 14:10:41 +0000
31+++ src/app-indicator.c 2018-03-20 12:43:28 +0000
32@@ -2288,7 +2288,7 @@
33
34 g_return_if_fail (GTK_IS_WIDGET (menuitem));
35
36- priv->sec_activate_target = g_object_ref(G_OBJECT(menuitem));
37+ priv->sec_activate_target = g_object_ref(menuitem);
38 priv->sec_activate_enabled = widget_is_menu_child(self, menuitem);
39 g_signal_connect(menuitem, "parent-set", G_CALLBACK(sec_activate_target_parent_changed), self);
40 }

Subscribers

People subscribed via source and target branches