Merge lp:~ken-vandine/ubuntu-push/ual_api_change into lp:ubuntu-push

Proposed by Ken VanDine
Status: Merged
Approved by: Jonas G. Drange
Approved revision: 177
Merged at revision: 176
Proposed branch: lp:~ken-vandine/ubuntu-push/ual_api_change
Merge into: lp:ubuntu-push
Diff against target: 38 lines (+3/-3)
3 files modified
debian/control (+1/-1)
debian/rules (+1/-1)
launch_helper/cual/cual.go (+1/-1)
To merge this branch: bzr merge lp:~ken-vandine/ubuntu-push/ual_api_change
Reviewer Review Type Date Requested Status
Jonas G. Drange (community) Approve
dobey (community) Approve
Review via email: mp+316757@code.launchpad.net

Commit message

Handle ubuntu-app-launch API change

Description of the change

Handle ubuntu-app-launch API change

To post a comment you must log in.
176. By Ken VanDine

More pkgconfig fixes for UAL

177. By Ken VanDine

dropped debian/changelog entry

Revision history for this message
dobey (dobey) :
review: Approve
Revision history for this message
Jonas G. Drange (jonas-drange) wrote :

LGTM

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 2016-09-29 13:57:04 +0000
3+++ debian/control 2017-02-10 19:25:55 +0000
4@@ -15,7 +15,7 @@
5 libgcrypt11-dev,
6 libglib2.0-dev (>= 2.31.6),
7 libmessaging-menu-dev,
8- libubuntu-app-launch2-dev,
9+ libubuntu-app-launch3-dev,
10 libubuntuoneauth-2.0-dev,
11 libdbus-1-dev,
12 libnih-dbus-dev,
13
14=== modified file 'debian/rules'
15--- debian/rules 2016-07-08 20:20:36 +0000
16+++ debian/rules 2017-02-10 19:25:55 +0000
17@@ -9,7 +9,7 @@
18 testskip_architectures := powerpc s390x
19
20 ifneq (,$(filter $(DEB_HOST_ARCH), arm64 powerpc ppc64el s390x))
21- pkg_configs = ubuntuoneauth-2.0 libaccounts-glib click-0.4 ubuntu-app-launch-2 url-dispatcher-1 messaging-menu dbus-1 libnih libnih-dbus glib-2.0 gobject-2.0
22+ pkg_configs = ubuntuoneauth-2.0 libaccounts-glib click-0.4 ubuntu-app-launch url-dispatcher-1 messaging-menu dbus-1 libnih libnih-dbus glib-2.0 gobject-2.0
23 export CGO_CFLAGS := \
24 $(shell $(foreach pkg, $(pkg_configs), pkg-config --cflags $(pkg); ))
25 export CGO_CXXFLAGS := $(CGO_CFLAGS)
26
27=== modified file 'launch_helper/cual/cual.go'
28--- launch_helper/cual/cual.go 2014-07-29 15:36:00 +0000
29+++ launch_helper/cual/cual.go 2017-02-10 19:25:55 +0000
30@@ -17,7 +17,7 @@
31 package cual
32
33 /*
34-#cgo pkg-config: ubuntu-app-launch-2
35+#cgo pkg-config: ubuntu-app-launch-3
36 #include <glib.h>
37
38 gboolean add_observer (gpointer);

Subscribers

People subscribed via source and target branches