Your message dated Mon, 12 Sep 2011 19:47:25 +0000
with message-id <e1r3ctv-00036y...@franck.debian.org>
and subject line Bug#636097: fixed in pidgin-skype 20110407+svn612+dfsg-1.1
has caused the Debian Bug report #636097,
regarding pidgin-skype FTBFS with multiarch
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
636097: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=636097
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pidgin-skype
Version: 20110407+svn612+dfsg-1
Severity: serious
Tags: patch
Justification: fails to build from source
User: multiarch-de...@lists.alioth.debian.org
Usertags: origin-ubuntu oneiric ubuntu-patch multiarch

pidgin-skype currently has include paths hard coded which break with multiarch. 
 Rather than hardcoding multiarch paths, this patch makes use of pkg-config

  * Use pkg-config to find glib and dbus include paths (LP: #756174)
    - add debian/patches/use-pkg-config.patch
    - update debian/patches/series
  * Add libdbus-1-dev and pkg-config to build-deps
    - update debian/control


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 
'natty-proposed'), (500, 'natty'), (100, 'natty-backports')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-11-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
diff -Nru pidgin-skype-20110407+svn612+dfsg/debian/changelog pidgin-skype-20110407+svn612+dfsg/debian/changelog
diff -Nru pidgin-skype-20110407+svn612+dfsg/debian/control pidgin-skype-20110407+svn612+dfsg/debian/control
--- pidgin-skype-20110407+svn612+dfsg/debian/control	2011-04-10 19:01:15.000000000 -0500
+++ pidgin-skype-20110407+svn612+dfsg/debian/control	2011-07-20 20:44:59.000000000 -0500
@@ -1,9 +1,9 @@
 Source: pidgin-skype
 Section: contrib/net
 Priority: optional
+Maintainer: Gabriele Giacone <1o5g4...@gmail.com>
 Build-Depends: debhelper (>= 7.0.50~), libglib2.0-dev, 
- libpurple-dev (>= 2.1.1), libx11-dev, librsvg2-bin
+ libpurple-dev (>= 2.1.1), libx11-dev, librsvg2-bin, libdbus-1-dev, pkg-config
 Standards-Version: 3.9.2
 DM-Upload-Allowed: yes
 Homepage: http://eion.robbmob.com/
diff -Nru pidgin-skype-20110407+svn612+dfsg/debian/patches/series pidgin-skype-20110407+svn612+dfsg/debian/patches/series
--- pidgin-skype-20110407+svn612+dfsg/debian/patches/series	2011-04-10 19:01:15.000000000 -0500
+++ pidgin-skype-20110407+svn612+dfsg/debian/patches/series	2011-07-20 20:42:00.000000000 -0500
@@ -1 +1,2 @@
 00Makefile
+use-pkg-config.patch
diff -Nru pidgin-skype-20110407+svn612+dfsg/debian/patches/use-pkg-config.patch pidgin-skype-20110407+svn612+dfsg/debian/patches/use-pkg-config.patch
--- pidgin-skype-20110407+svn612+dfsg/debian/patches/use-pkg-config.patch	1969-12-31 18:00:00.000000000 -0600
+++ pidgin-skype-20110407+svn612+dfsg/debian/patches/use-pkg-config.patch	2011-07-24 02:59:04.000000000 -0500
@@ -0,0 +1,19 @@
+Description: Use pkg-config to find include paths
+ We can use pkg-config to find the dbus and glib include paths
+ instead of hard coding them so the build doesn't break w/multiarch.
+Author: Micah Gersten <mic...@ubuntu.com>
+Bug-Ubuntu: https://bugs.launchpad.net/bugs/756174
+
+--- pidgin-skype-20110407+svn612+dfsg.orig/Makefile
++++ pidgin-skype-20110407+svn612+dfsg/Makefile
+@@ -6,8 +6,8 @@ WIN32_COMPILER = /usr/bin/i586-mingw32-g
+ LINUX_ARM_COMPILER = arm-none-linux-gnueabi-gcc
+ 
+ LIBPURPLE_CFLAGS = -I/usr/include/libpurple -DPURPLE_PLUGINS -DENABLE_NLS
+-GLIB_CFLAGS = -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/lib64/glib-2.0/include -I/usr/include
+-DBUS_CFLAGS = -DSKYPE_DBUS -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/lib64/dbus-1.0/include
++GLIB_CFLAGS = `pkg-config --cflags glib-2.0` -I/usr/include
++DBUS_CFLAGS = -DSKYPE_DBUS `pkg-config --cflags dbus-1`
+ WIN32_DEV_DIR = /root/pidgin/win32-dev
+ WIN32_PIDGIN_DIR = /root/pidgin/pidgin-2.6.1
+ WIN32_CFLAGS = -DPURPLE_PLUGINS -DENABLE_NLS -I${WIN32_DEV_DIR}/gtk_2_0/include/glib-2.0 -I${WIN32_PIDGIN_DIR}/libpurple/win32 -I${WIN32_PIDGIN_DIR}/libpurple -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

--- End Message ---
--- Begin Message ---
Source: pidgin-skype
Source-Version: 20110407+svn612+dfsg-1.1

We believe that the bug you reported is fixed in the latest version of
pidgin-skype, which is due to be installed in the Debian FTP archive:

pidgin-skype-dbg_20110407+svn612+dfsg-1.1_i386.deb
  to contrib/p/pidgin-skype/pidgin-skype-dbg_20110407+svn612+dfsg-1.1_i386.deb
pidgin-skype_20110407+svn612+dfsg-1.1.debian.tar.gz
  to contrib/p/pidgin-skype/pidgin-skype_20110407+svn612+dfsg-1.1.debian.tar.gz
pidgin-skype_20110407+svn612+dfsg-1.1.dsc
  to contrib/p/pidgin-skype/pidgin-skype_20110407+svn612+dfsg-1.1.dsc
pidgin-skype_20110407+svn612+dfsg-1.1_i386.deb
  to contrib/p/pidgin-skype/pidgin-skype_20110407+svn612+dfsg-1.1_i386.deb



A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 636...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <gre...@debian.org> (supplier of updated pidgin-skype package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 07 Sep 2011 20:55:31 +0200
Source: pidgin-skype
Binary: pidgin-skype pidgin-skype-dbg
Architecture: source i386
Version: 20110407+svn612+dfsg-1.1
Distribution: unstable
Urgency: low
Maintainer: Gabriele Giacone <1o5g4...@gmail.com>
Changed-By: gregor herrmann <gre...@debian.org>
Description: 
 pidgin-skype - Skype plugin for libpurple messengers
 pidgin-skype-dbg - Skype plugin for libpurple messengers (debug symbols)
Closes: 636097
Changes: 
 pidgin-skype (20110407+svn612+dfsg-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Fix "pidgin-skype FTBFS with multiarch": add patch from Micah Gersten
     (forwarded from Ubuntu) that uses pkg-config instead of using hardcoded
     paths.
     Closes: #636097
     LP: #756174
Checksums-Sha1: 
 b6ae4eb6801d52e62c2f01ce360d0b534048853c 1949 
pidgin-skype_20110407+svn612+dfsg-1.1.dsc
 73239be96f392843f0921c5a3cdbba40a3d42f84 9931 
pidgin-skype_20110407+svn612+dfsg-1.1.debian.tar.gz
 e1bb098e040d375d0a37c9ade0ecdd368eee727f 106056 
pidgin-skype_20110407+svn612+dfsg-1.1_i386.deb
 bb66392d00f0bc10dddf52792ec1ffbfba8f904e 114844 
pidgin-skype-dbg_20110407+svn612+dfsg-1.1_i386.deb
Checksums-Sha256: 
 a37d128d277eb9cb8a8b6c9e0af44a34b0351bce7af764946173cf0bfa6cb274 1949 
pidgin-skype_20110407+svn612+dfsg-1.1.dsc
 c88cf373e4abedeaec52bb1a5bc38c60e7de950cc42367f3f6a1b194321eb8d9 9931 
pidgin-skype_20110407+svn612+dfsg-1.1.debian.tar.gz
 18d66a0981321c091ba10cb81c0ab2b5c4265a8cc1ce75cda0cb5781a1578bd3 106056 
pidgin-skype_20110407+svn612+dfsg-1.1_i386.deb
 f18efa410cce4f06ec0fbe271281b1b8f91689e506b0ea40de030a60b068e7e0 114844 
pidgin-skype-dbg_20110407+svn612+dfsg-1.1_i386.deb
Files: 
 8d8daa56612595172dceb4f88507bbee 1949 contrib/net optional 
pidgin-skype_20110407+svn612+dfsg-1.1.dsc
 a9d920ccaa74cd7f41823f726d099c16 9931 contrib/net optional 
pidgin-skype_20110407+svn612+dfsg-1.1.debian.tar.gz
 8f31f472ee5050981046dd8e79b60e60 106056 contrib/net optional 
pidgin-skype_20110407+svn612+dfsg-1.1_i386.deb
 a21ec462c767571006d62b91a56f3c0a 114844 contrib/debug extra 
pidgin-skype-dbg_20110407+svn612+dfsg-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCAAGBQJOZ8OeAAoJELs6aAGGSaoGX6kP/iKlG2Wfy31FV5GISHW3DGlv
XTbgLq6pzDkD7hDZy5E+vTNvcI7ikC/lRCrXso0+UHCeBzOELdZEwMQAGF9uV7Y1
ut2tJgwInbkNvOePEMxPGyQpFBi2aZLM8mbtcxt3L0dnpS5hRsQyb3fAvMFbuuPb
Ei8UQLcDNAihJVbrW4Gifk7zY2Ad1TbIuBWpzIfO+KHn+0gxCqYsr8Qk6/ofwlWe
dJNg8cUPHAv6kxDdoaItrNi/MovNXZnZZNtBCtE6f3wj6IOsvaiQMBY9rb/HU9lP
iWlUs4KUmxd6xImKvf/TJDhauoUMniVmktm3t6GwDyikB0PAZTmsFSqfJPdCFy/8
rra79ZsJvqS3FiKri9SnjayIvDidI+jdxaTgCMtjqRC/gEHWzszUa3DIXnq8IhOI
Ee0XLMN5JwP7I8tMpFkZsOdCd2yJvP7O1o3CTwKF0hHNBcufw66dhI+0vyde0tCe
DfanMpbNJItgKLoKwXthTuCFZC1IcqUr7Qsga4zakC2tFvDNoNQgYDCASvX3XWYS
r5jXH+kkcqXDG8seyGjWU7uXAOSxnnQrd6hbgg84Lxgg3rmlcagTV5kkf9+rRVA1
svw9rw0fEGkxUdJD8Dxa7VPgF0yfWLLlg2EcAdEQHUc2uqgmDzCa13LJXcPMXRS4
eg9I/3aJIHxavvqLgIuX
=jCAZ
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to