Merge lp:~jbicha/account-plugin-fitbit/build-with-valac into lp:account-plugin-fitbit

Proposed by Jeremy Bícha
Status: Merged
Merged at revision: 34
Proposed branch: lp:~jbicha/account-plugin-fitbit/build-with-valac
Merge into: lp:account-plugin-fitbit
Diff against target: 32 lines (+4/-5)
2 files modified
Makefile.am (+1/-1)
debian/control (+3/-4)
To merge this branch: bzr merge lp:~jbicha/account-plugin-fitbit/build-with-valac
Reviewer Review Type Date Requested Status
Chris Wayne Approve
Review via email: mp+168227@code.launchpad.net

Commit message

* Fix building with libaccounts-glib >= 1.10
* Build with default valac

To post a comment you must log in.
Revision history for this message
Chris Wayne (cwayne) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile.am'
2--- Makefile.am 2013-01-02 20:30:59 +0000
3+++ Makefile.am 2013-06-08 03:56:26 +0000
4@@ -10,7 +10,7 @@
5 --vapidir $(top_srcdir)/src \
6 --pkg config \
7 --pkg AccountPlugin \
8- --pkg accounts \
9+ --pkg libaccounts-glib \
10 --pkg posix \
11 --pkg signon \
12 --pkg gtk+-3.0 \
13
14=== modified file 'debian/control'
15--- debian/control 2013-01-09 20:31:24 +0000
16+++ debian/control 2013-06-08 03:56:26 +0000
17@@ -7,13 +7,12 @@
18 python,
19 pkg-config,
20 gobject-introspection,
21- libaccounts-glib-dev,
22+ libaccounts-glib-dev (>= 1.10),
23 libsignon-glib-dev,
24- valac-0.16,
25+ valac (>= 0.16),
26 dh-autoreconf,
27 intltool,
28- libaccount-plugin-1.0-dev,
29- libaccounts-glib0
30+ libaccount-plugin-1.0-dev
31 Standards-Version: 3.9.3
32 Homepage: http://launchpad.net/account-plugin-fitbit
33

Subscribers

People subscribed via source and target branches