[Pkg-telepathy-commits] [SCM] Empathy packaging branch, debian, updated. debian/3.1.1-1-10-gb5c8efc

Laurent Bigonville bigon at bigon.be
Tue Jun 14 23:10:28 UTC 2011


The following commit has been merged in the debian branch:
commit 2621a7ade0b9eea7cdfe8dc6c474ab6e3053aecf
Author: Laurent Bigonville <bigon at bigon.be>
Date:   Mon Jun 13 17:10:24 2011 +0200

    debian/patches/0001-add-missing-gio.patch: Add missing gio linkage to fix FTBFS

diff --git a/debian/changelog b/debian/changelog
index 196daa3..4736a07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,8 +4,10 @@ empathy (3.1.2.1-1) UNRELEASED; urgency=low
     - Bump build-dependencies
   * debian/control:
     - Bump Standards-Version to 3.9.2 (no further changes)
+  * debian/patches/0001-add-missing-gio.patch: Add missing gio linkage to fix
+    FTBFS
 
- -- Laurent Bigonville <bigon at debian.org>  Mon, 13 Jun 2011 16:38:15 +0200
+ -- Laurent Bigonville <bigon at debian.org>  Mon, 13 Jun 2011 17:09:59 +0200
 
 empathy (3.1.1-1) experimental; urgency=low
 
diff --git a/debian/patches/0001-add-missing-gio.patch b/debian/patches/0001-add-missing-gio.patch
new file mode 100644
index 0000000..575f321
--- /dev/null
+++ b/debian/patches/0001-add-missing-gio.patch
@@ -0,0 +1,11 @@
+--- a/telepathy-yell/configure.ac
++++ b/telepathy-yell/configure.ac
+@@ -91,7 +91,7 @@
+ AM_CONDITIONAL(ENABLE_SHARED_LIBRARY, test "x$ENABLE_SHARED_LIBRARY" != "xno")
+ 
+ dnl Check for Glib
+-PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28, gobject-2.0 >= 2.26])
++PKG_CHECK_MODULES(GLIB, [glib-2.0 >= 2.28, gobject-2.0 >= 2.26, gio-2.0])
+ 
+ AC_SUBST(GLIB_CFLAGS)
+ AC_SUBST(GLIB_LIBS)
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..12b7672
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+0001-add-missing-gio.patch

-- 
Empathy packaging



More information about the Pkg-telepathy-commits mailing list