Merge lp:~3v1n0/indicator-sound/use-gee-0.8 into lp:indicator-sound/15.10

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Marco Trevisan (Treviño)
Approved revision: no longer in the source branch.
Merged at revision: 528
Proposed branch: lp:~3v1n0/indicator-sound/use-gee-0.8
Merge into: lp:indicator-sound/15.10
Diff against target: 38 lines (+3/-3)
3 files modified
CMakeLists.txt (+1/-1)
debian/control (+1/-1)
src/CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~3v1n0/indicator-sound/use-gee-0.8
Reviewer Review Type Date Requested Status
Marco Trevisan (Treviño) Approve
Review via email: mp+285920@code.launchpad.net

Commit message

Build using libgee-0.8-dev instead of libgee-dev

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

Rubberstamp! Proposer approves of own proposal.

review: Approve
526. By Matthias Klose

Build using libgee-0.8-dev instead of libgee-dev

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-12-29 16:26:56 +0000
+++ CMakeLists.txt 2016-02-12 19:36:34 +0000
@@ -39,7 +39,7 @@
3939
40pkg_check_modules(40pkg_check_modules(
41 SOUNDSERVICE REQUIRED41 SOUNDSERVICE REQUIRED
42 gee-1.042 gee-0.8
43 gio-2.0>=${GIO_2_0_REQUIRED_VERSION}43 gio-2.0>=${GIO_2_0_REQUIRED_VERSION}
44 gio-unix-2.044 gio-unix-2.0
45 gthread-2.045 gthread-2.0
4646
=== modified file 'debian/control'
--- debian/control 2015-12-29 16:26:56 +0000
+++ debian/control 2016-02-12 19:36:34 +0000
@@ -27,7 +27,7 @@
27 libpulse-dev (>= 1:4.0-0ubuntu21),27 libpulse-dev (>= 1:4.0-0ubuntu21),
28 libpulse-mainloop-glib0 (>= 0.9.18),28 libpulse-mainloop-glib0 (>= 0.9.18),
29 libnotify-dev,29 libnotify-dev,
30 libgee-dev,30 libgee-0.8-dev,
31 libxml2-dev,31 libxml2-dev,
32 pulseaudio,32 pulseaudio,
33 python3-dbusmock,33 python3-dbusmock,
3434
=== modified file 'src/CMakeLists.txt'
--- src/CMakeLists.txt 2016-01-05 19:15:46 +0000
+++ src/CMakeLists.txt 2016-02-12 19:36:34 +0000
@@ -21,7 +21,7 @@
21 accounts-service21 accounts-service
22 PACKAGES22 PACKAGES
23 config23 config
24 gee-1.024 gee-0.8
25 gio-2.025 gio-2.0
26 gio-unix-2.026 gio-unix-2.0
27 libxml-2.027 libxml-2.0

Subscribers

People subscribed via source and target branches