Your message dated Fri, 12 Feb 2010 12:30:17 +0100
with message-id <[email protected]>
and subject line Re: Please update configure to use new nm-glib pkgconfig file 
names
has caused the Debian Bug report #569190,
regarding Please update configure to use new nm-glib pkgconfig file names
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 [email protected]
immediately.)


-- 
569190: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=569190
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: empathy
Version: 2.28.2-3
Severity: wishlist
Tags: patch

Hi,

since network-manager 0.7.999-1, libnm_glib and libnm_glib_vpn have been
renamed to libnm-glib and libnm-glib-vpn along with its pkgconfig files.

For now, I ship compat symlinks in libnm-glib-dev and libnm-glib-vpn-dev
so packages like your don't ftbfs. As I want to get rid of those
symlinks eventually, please consider updating the configure check in
your package. Attached is a patch for that and I would appreciate if you
forward that also to upstream.

You will also need to regenerate ./configure, either by shipping a
separate patch for that or running autoreconf during build time.

You probably also want to bump the build-dependency on
libnm-glib(-vpn)-dev to >= 0.7.999-1.

Thanks for considering,
Michael


-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 2.6.32.8 (SMP w/1 CPU core)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

Versions of packages empathy depends on:
ii  dbus-x11                 1.2.20-2        simple interprocess messaging syst
ii  libatk1.0-0              1.28.0-1        The ATK accessibility toolkit
ii  libbonobo2-0             2.24.2-1        Bonobo CORBA interfaces library
ii  libc6                    2.10.2-5        Embedded GNU C Library: Shared lib
ii  libcairo2                1.8.8-2         The Cairo 2D vector graphics libra
ii  libchamplain-0.4-0       0.4.4-1         C library providing ClutterActor t
ii  libchamplain-gtk-0.4-0   0.4.4-1         A Gtk+ widget to display maps
ii  libclutter-1.0-0         1.0.8-1         Open GL based interactive canvas l
ii  libclutter-gtk-0.10-0    0.10.2-1        Open GL based interactive canvas l
ii  libdbus-1-3              1.2.20-2        simple interprocess messaging syst
ii  libdbus-glib-1-2         0.84-1          simple interprocess messaging syst
ii  libebook1.2-9            2.28.2-1        Client library for evolution addre
ii  libedataserver1.2-11     2.28.2-1        Utility library for evolution data
ii  libempathy-gtk28         2.28.2-3        High-level library and user-interf
ii  libempathy30             2.28.2-3        High-level library and user-interf
ii  libfontconfig1           2.8.0-2         generic font configuration library
ii  libfreetype6             2.3.11-1        FreeType 2 font engine, shared lib
ii  libgconf2-4              2.28.0-1        GNOME configuration database syste
ii  libgl1-mesa-glx [libgl1] 7.7-3           A free implementation of the OpenG
ii  libglib2.0-0             2.22.4-1        The GLib library of C routines
ii  libgnome-keyring0        2.28.2-1        GNOME keyring services library
ii  libgstfarsight0.10-0     0.0.17-2+b1     Audio/Video communications framewo
ii  libgstreamer0.10-0       0.10.25-4+b1    Core GStreamer libraries and eleme
ii  libgtk2.0-0              2.18.6-1        The GTK+ graphical user interface 
ii  libnotify1 [libnotify1-g 0.4.5-1         sends desktop notifications to a n
ii  liborbit2                1:2.14.17-2     libraries for ORBit2 - a CORBA ORB
ii  libpango1.0-0            1.26.2-1        Layout and rendering of internatio
ii  libsoup2.4-1             2.29.90-1       an HTTP library implementation in 
ii  libtelepathy-farsight0   0.0.13-1        Glue library between telepathy and
ii  libtelepathy-glib0       0.10.0-1        Telepathy framework - GLib library
ii  libunique-1.0-0          1.1.6-1         Library for writing single instanc
ii  libwebkit-1.0-2          1.1.20-1        Web content engine library for Gtk
ii  libx11-6                 2:1.3.3-1       X11 client-side library
ii  libxcomposite1           1:0.4.1-1       X11 Composite extension library
ii  libxdamage1              1:1.1.2-1       X11 damaged region extension libra
ii  libxext6                 2:1.1.1-2       X11 miscellaneous extension librar
ii  libxfixes3               1:4.0.4-1       X11 miscellaneous 'fixes' extensio
ii  libxml2                  2.7.6.dfsg-2+b1 GNOME XML library

Versions of packages empathy recommends:
pn  empathy-doc                   <none>     (no description available)
hi  gvfs-backends                 1.4.3-1    userspace virtual filesystem - bac
ii  telepathy-gabble              0.8.10-1   Jabber/XMPP connection manager
ii  telepathy-salut               0.3.10-1   Link-local XMPP connection manager

Versions of packages empathy suggests:
pn  telepathy-butterfly           <none>     (no description available)
pn  telepathy-haze                <none>     (no description available)
ii  vino                          2.28.1-2.1 VNC server for GNOME

-- no debconf information
diff --git a/configure.ac b/configure.ac
index 547946d..53b5cdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -184,7 +184,7 @@ else
 
    PKG_CHECK_MODULES(NETWORK_MANAGER,
    [
-      libnm_glib >= $NETWORK_MANAGER_REQUIRED
+      libnm-glib >= $NETWORK_MANAGER_REQUIRED
    ], have_nm="yes", have_nm="no")
 
    if test "x$have_nm" = "xyes"; then

--- End Message ---
--- Begin Message ---
Version: 2.29.3-1

Hi,

This should be fixed in experimental with version 2.29.3-1.


--- End Message ---

Reply via email to