Package: gtkguitune Version: 0.8-3 Severity: important Tags: patch Hello,
gtkguitune currently FTBFS on hurd-i386 because it doesn't include sys/soundcard.h. The attached patch fixes it. Samuel -- System Information: Debian Release: wheezy/sid APT prefers testing APT policy: (990, 'testing'), (500, 'unstable'), (500, 'stable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 3.0.0 (SMP w/8 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages gtkguitune depends on: ii libc6 2.13-10 Embedded GNU C Library: Shared lib ii libfontconfig1 2.8.0-3 generic font configuration library ii libfreetype6 2.4.4-2 FreeType 2 font engine, shared lib ii libgcc1 1:4.6.1-4 GCC support library ii libglib2.0-0 2.28.6-1 The GLib library of C routines ii libglibmm-2.4-1c2a 2.28.1-1 C++ wrapper for the GLib toolkit ( ii libgtk2.0-0 2.24.4-3 The GTK+ graphical user interface ii libgtkmm-2.4-1c2a 1:2.24.0-1 C++ wrappers for GTK+ (shared libr ii libpango1.0-0 1.28.4-1 Layout and rendering of internatio ii libpangomm-1.4-1 2.28.2-1 C++ Wrapper for pango (shared libr ii libsigc++-2.0-0c2a 2.2.9-1 type-safe Signal Framework for C++ ii libstdc++6 4.6.1-4 GNU Standard C++ Library v3 ii oss-compat 0.0.6 Open Sound System (OSS) compatibil gtkguitune recommends no packages. gtkguitune suggests no packages. -- no debconf information -- Samuel Thibault <[email protected]> <s> on se croirait en cool : Some browsers close comments on the first ">" character, so to hide script content from such browsers, you can transpose operands for relational and shift operators (e.g., use "y < x" rather than "x > y") or use scripting language-dependent escapes for ">". -+- #ens-mim -+-
--- debian/patches/01_kFreeBSD.dpatch.orig 2011-08-12 11:44:42.000000000 +0000 +++ debian/patches/01_kFreeBSD.dpatch 2011-08-12 11:46:10.000000000 +0000 @@ -23,7 +23,7 @@ +#if defined(__linux__) #include <linux/soundcard.h> +#endif -+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__) +#include <sys/soundcard.h> +#endif @@ -39,7 +39,7 @@ +#if defined(__linux__) #include <linux/soundcard.h> +#endif -+#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) ++#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__) || defined(__GNU__) +#include <sys/soundcard.h> +#endif

