tag 451401 patch
thanks

Kurt Roeckx <[EMAIL PROTECTED]> (15/11/2007):
> When trying to build gnome-phone-manager I get the following error:
> configure: error: Package requirements (glib-2.0 gobject-2.0 gnokii >= 0.6.18 
> gthread-2.0 bluez) were not met:

> The package build depends on libgnokii3-dev.  But that doesn't
> seem to be providing the pkg-config file needed by other packages.

Yup, of the two present in the source package. Once a patch similar to
the attached one is applied, you'll get the following difference, WRT
file lists in the binary packages:

Files in second .deb but not in first (libgnokii3-dev)
-------------------------------------
-rw-r--r--  root/root   /usr/lib/pkgconfig/gnokii.pc

Cheers,

-- 
Cyril Brulebois
--- gnokii-0.6.21.orig/Makefile
+++ gnokii-0.6.21/Makefile
@@ -140,6 +140,7 @@
        @for dir in $(INSTALL_INCLUDES); do \
                if [ -e $$dir/Makefile ]; then \
                        $(MAKE) -C $$dir install; \
+                       $(MAKE) -C $$dir install-includes; \
                fi; \
        done
 

Attachment: pgpGAsVkghqDU.pgp
Description: PGP signature

Reply via email to