Package: pinball Severity: important Tags: patch Hi,
The current version of pinball fails to build on GNU/kFreeBSD, because the build-dependency on libasound2-dev, which is Linux specific, could not been satisfied. Please find attached a patch to fix that. It would be nice if you can include it in the next upload. Thanks in advance, Aurelien -- System Information: Debian Release: testing/unstable Architecture: kfreebsd-i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: GNU/kFreeBSD 5.4-1-686 Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Author: aurel32 Status: in BTS diff -u pinball-0.3.1/debian/control pinball-0.3.1/debian/control --- pinball-0.3.1/debian/control +++ pinball-0.3.1/debian/control @@ -2,7 +2,7 @@ Section: games Priority: optional Maintainer: Jochen Friedrich <[EMAIL PROTECTED]> -Build-Depends: debhelper (>> 4.0.0), xlibmesa-gl-dev | libgl-dev, libpng-dev, libsdl1.2-dev, glutg3-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libogg-dev, libvorbis-dev, sp, sgmlspl, docbook-utils, libaa1-dev, libasound2-dev, libtiff4-dev +Build-Depends: debhelper (>> 4.0.0), xlibmesa-gl-dev | libgl-dev, libpng-dev, libsdl1.2-dev, glutg3-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev, libogg-dev, libvorbis-dev, sp, sgmlspl, docbook-utils, libaa1-dev, libasound2-dev [!kfreebsd-i386], libtiff4-dev Standards-Version: 3.6.2 Package: pinball

