Package: src:gearman-interface Severity: serious Tags: patch Justification: FTBFS
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hallo, as requested on debian-mentors, reporting and attaching this issue for the NMU I'm currently preparing. - -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.2.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEARECAAYFAk9TKqAACgkQvyUNygvkuQIHlgCfSiYxcEas78NEvUzSnooAn3r/ BB0AoJafOvPEYvelNsB/P61lI3NmQXAX =Y/y7 -----END PGP SIGNATURE-----
Description: Fix include path for current gearmand. Author: Martin Pitt <martin.p...@ubuntu.com> Index: gearman-interface-0.13.2/interface/globals.i =================================================================== --- gearman-interface-0.13.2.orig/interface/globals.i 2009-11-05 20:15:59.000000000 +0100 +++ gearman-interface-0.13.2/interface/globals.i 2012-02-14 08:18:47.911915240 +0100 @@ -39,7 +39,7 @@ %feature("autodoc", "1"); %{ -#include <libgearman/gearman.h> +#include <libgearman-1.0/gearman.h> typedef struct gearman_st Gearman; typedef struct gearman_client_st Client; @@ -80,7 +80,7 @@ %ignore gearman_packet_pack_fn; %ignore gearman_packet_unpack_fn; -%include <libgearman/constants.h> +%include <libgearman-1.0/constants.h> %typedef uint32_t in_port_t;