r33529 - in /packages/unstable/loudmouth/debian: changelog patches/07-glib-single-include.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sun Mar 25 22:27:25 UTC 2012


Author: biebl
Date: Sun Mar 25 22:27:25 2012
New Revision: 33529

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33529
Log:
debian/patches/07-glib-single-include.patch: Fix build failure with
glib 2.32. where including individual glib headers is no longer allowed.
Closes: #665576

Added:
    packages/unstable/loudmouth/debian/patches/07-glib-single-include.patch
Modified:
    packages/unstable/loudmouth/debian/changelog
    packages/unstable/loudmouth/debian/patches/series

Modified: packages/unstable/loudmouth/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/changelog?rev=33529&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/changelog [utf-8] (original)
+++ packages/unstable/loudmouth/debian/changelog [utf-8] Sun Mar 25 22:27:25 2012
@@ -5,8 +5,11 @@
     - Drop debian/patches/90_autoreconf.patch
     - Add Build-Depends on dh-autoreconf.
     - Include /usr/share/cdbs/1/rules/autoreconf.mk in debian/rules.
-
- -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:23:04 +0200
+  * debian/patches/07-glib-single-include.patch: Fix build failure with
+    glib 2.32. where including individual glib headers is no longer allowed.
+    Closes: #665576
+
+ -- Michael Biebl <biebl at debian.org>  Mon, 26 Mar 2012 00:26:47 +0200
 
 loudmouth (1.4.3-7) unstable; urgency=low
 

Added: packages/unstable/loudmouth/debian/patches/07-glib-single-include.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/07-glib-single-include.patch?rev=33529&op=file
==============================================================================
--- packages/unstable/loudmouth/debian/patches/07-glib-single-include.patch (added)
+++ packages/unstable/loudmouth/debian/patches/07-glib-single-include.patch [utf-8] Sun Mar 25 22:27:25 2012
@@ -1,0 +1,17 @@
+Description: Fix build failure with glib 2.32
+ where including individual glib headers is no longer allowed.
+Author: Michael Biebl <biebl at debian.org>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665576
+Index: loudmouth-1.4.3/loudmouth/lm-error.c
+===================================================================
+--- loudmouth-1.4.3.orig/loudmouth/lm-error.c	2008-10-29 21:48:15.000000000 +0100
++++ loudmouth-1.4.3/loudmouth/lm-error.c	2012-03-26 00:24:19.518939657 +0200
+@@ -19,7 +19,7 @@
+  */
+ 
+ #include <config.h>
+-#include <glib/gerror.h>
++#include <glib.h>
+ #include "lm-error.h"
+ 
+ /**

Modified: packages/unstable/loudmouth/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/loudmouth/debian/patches/series?rev=33529&op=diff
==============================================================================
--- packages/unstable/loudmouth/debian/patches/series [utf-8] (original)
+++ packages/unstable/loudmouth/debian/patches/series [utf-8] Sun Mar 25 22:27:25 2012
@@ -4,3 +4,4 @@
 04-use-pkg-config-for-gnutls.patch
 05-use-packaged-libasyncns.patch
 06_-lasyncns.patch
+07-glib-single-include.patch




More information about the pkg-gnome-commits mailing list