Codebase list empathy / cd9bdbe
* Remove missioncontrol deps from the pc files, patch from upstream git Sjoerd Simons 14 years ago
2 changed file(s) with 45 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
22 * debian/control:
33 + Remove libtelepathy-dev dependency from libempathy-dev
44 + Remove libmissioncontrol-dev dependency from libempathy-dev
5
6 -- Sjoerd Simons <sjoerd@debian.org> Thu, 27 Aug 2009 10:03:08 +0100
5 * debian/patches/0001-Remove-libmissioncontrol-deps.patch:
6 * Remove missioncontrol deps from the pc files, patch from upstream git
7
8 -- Sjoerd Simons <sjoerd@debian.org> Thu, 27 Aug 2009 10:18:33 +0100
79
810 empathy (2.27.91.1-1) experimental; urgency=low
911
0 From 04a7d6c69ba5cce0d2bf741407c60a766f29de99 Mon Sep 17 00:00:00 2001
1 From: Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>
2 Date: Wed, 26 Aug 2009 16:44:47 -0400
3 Subject: [PATCH] Remove libmissioncontrol deps
4
5 and remove trailing spaces
6 ---
7 libempathy-gtk/libempathy-gtk.pc.in | 4 ++--
8 libempathy/libempathy.pc.in | 4 ++--
9 2 files changed, 4 insertions(+), 4 deletions(-)
10
11 diff --git a/libempathy-gtk/libempathy-gtk.pc.in b/libempathy-gtk/libempathy-gtk.pc.in
12 index 8ac9f5c..e0e3f80 100644
13 --- a/libempathy-gtk/libempathy-gtk.pc.in
14 +++ b/libempathy-gtk/libempathy-gtk.pc.in
15 @@ -6,8 +6,8 @@ includedir=@includedir@
16 Name: libempathy-gtk
17 Description: Empathy interface library
18 Requires: pkg-config >= 0.21
19 -Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, libmissioncontrol, \
20 +Requires.private: glib-2.0, gobject-2.0, gtk+-2.0, \
21 libempathy, telepathy-glib, libcanberra-gtk
22 Version: @VERSION@
23 Libs: -L${libdir} -lempathy-gtk
24 -Cflags: -I${includedir}
25 +Cflags: -I${includedir}
26 diff --git a/libempathy/libempathy.pc.in b/libempathy/libempathy.pc.in
27 index 6c1f810..6dd89fd 100644
28 --- a/libempathy/libempathy.pc.in
29 +++ b/libempathy/libempathy.pc.in
30 @@ -6,8 +6,8 @@ includedir=@includedir@
31 Name: libempathy
32 Description: Empathy base library
33 Requires: pkg-config >= 0.21
34 -Requires.private: glib-2.0, gobject-2.0, libxml-2.0, libmissioncontrol, \
35 +Requires.private: glib-2.0, gobject-2.0, libxml-2.0, \
36 gio-2.0, gio-unix-2.0, telepathy-glib
37 Version: @VERSION@
38 Libs: -L${libdir} -lempathy
39 -Cflags: -I${includedir}
40 +Cflags: -I${includedir}