tags 652162 + pending
thanks

Dear maintainer,

I've prepared an NMU for pidgin-facebookchat (versioned as 1.69-2.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.
-- 
Regards,
        dai

GPG Fingerprint = 0B29 D88E 42E6 B765 B8D8 EA50 7839 619D D439 668E
diff -Nru pidgin-facebookchat-1.69/debian/changelog pidgin-facebookchat-1.69/debian/changelog
--- pidgin-facebookchat-1.69/debian/changelog	2011-02-03 22:12:38.000000000 +0900
+++ pidgin-facebookchat-1.69/debian/changelog	2012-01-08 21:53:25.000000000 +0900
@@ -1,3 +1,14 @@
+pidgin-facebookchat (1.69-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * FTBFS: gtypes.h:34:24: fatal error: glibconfig.h:
+    No such file or directory (Closes: #652162).
+    - debian/control: add quilt and pkg-config to Build-Depends.
+    - debian/patches/use_pkg_config_for_glib_cflags.patch
+      thanks to Peter Green <plugw...@p10link.net>.
+
+ -- HIGUCHI Daisuke (VDR dai) <d...@debian.org>  Sun, 08 Jan 2012 21:48:24 +0900
+
 pidgin-facebookchat (1.69-2) unstable; urgency=low
 
   * Do not provide facebook.png.  Closes: #609168.
diff -Nru pidgin-facebookchat-1.69/debian/control pidgin-facebookchat-1.69/debian/control
--- pidgin-facebookchat-1.69/debian/control	2011-02-03 21:44:55.000000000 +0900
+++ pidgin-facebookchat-1.69/debian/control	2012-01-08 21:52:56.000000000 +0900
@@ -4,7 +4,7 @@
 Maintainer: Jonathan Davies <j...@ubuntu.com>
 Uploaders: Iulian Udrea <iul...@ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50), libglib2.0-dev, libpurple-dev, libjson-glib-dev, zlib1g-dev
+Build-Depends: debhelper (>= 7.0.50), libglib2.0-dev, libpurple-dev, libjson-glib-dev, zlib1g-dev, quilt, pkg-config
 Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/pidgin-facebookchat/
 
diff -Nru pidgin-facebookchat-1.69/debian/patches/series pidgin-facebookchat-1.69/debian/patches/series
--- pidgin-facebookchat-1.69/debian/patches/series	2011-02-03 22:00:59.000000000 +0900
+++ pidgin-facebookchat-1.69/debian/patches/series	2012-01-08 21:48:55.000000000 +0900
@@ -1,2 +1,3 @@
 debian-changes-1.67.1-1
 dont_provide_facebook_png.patch
+use_pkg_config_for_glib_cflags.patch
diff -Nru pidgin-facebookchat-1.69/debian/patches/use_pkg_config_for_glib_cflags.patch pidgin-facebookchat-1.69/debian/patches/use_pkg_config_for_glib_cflags.patch
--- pidgin-facebookchat-1.69/debian/patches/use_pkg_config_for_glib_cflags.patch	1970-01-01 09:00:00.000000000 +0900
+++ pidgin-facebookchat-1.69/debian/patches/use_pkg_config_for_glib_cflags.patch	2012-01-08 21:48:13.000000000 +0900
@@ -0,0 +1,19 @@
+Description: use pkg-config for glib includes
+ The hard coded list of include locations for glib is incompatible
+ with multiarch. Use pkg-config instead.
+Author: Peter Green <plugw...@p10link.net>
+Bug-Debian: http://bugs.debian.org/652162
+
+Index: pidgin-facebookchat-1.69/Makefile
+===================================================================
+--- pidgin-facebookchat-1.69.orig/Makefile	2011-12-31 22:18:01.000000000 +0000
++++ pidgin-facebookchat-1.69/Makefile	2011-12-31 22:18:39.000000000 +0000
+@@ -11,7 +11,7 @@
+ MACPORT_COMPILER = i686-apple-darwin10-gcc-4.0.1
+ 
+ LIBPURPLE_CFLAGS = -I/usr/include/libpurple -I/usr/local/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS -DHAVE_ZLIB
+-GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/include/json-glib-1.0 -ljson-glib-1.0
++GLIB_CFLAGS := $(shell pkg-config --cflags glib-2.0) $(shell pkg-config --cflags json-glib-1.0)
+ WIN32_DEV_DIR = /root/pidgin/win32-dev
+ WIN32_PIDGIN_DIR = /root/pidgin/pidgin-2.3.0_win32
+ WIN32_CFLAGS = -I${WIN32_DEV_DIR}/gtk_2_0/include/glib-2.0 -I${WIN32_PIDGIN_DIR}/libpurple/win32 -I${WIN32_DEV_DIR}/gtk_2_0/include -I${WIN32_DEV_DIR}/gtk_2_0/include/glib-2.0 -I${WIN32_DEV_DIR}/gtk_2_0/lib/glib-2.0/include -I/usr/include/json-glib-1.0 -Wno-format

Attachment: signature.asc
Description: Digital signature

Reply via email to