Package: anyremote
Version: 5.1+dfsg-1
Severity: important
Tags: patch

Hi,

currently anyremote cannot be built on non-Linux architectures
(kfreebsd-{amd64,i386} and hurd-i386) because it unconditionally build-depends
on libbluetooth-dev (which is specific for Linux).
anyremote builds fine without it on GNU/Hurd, and most probably on kFreeBSD as
well (configure.in checks for linux and freebsd, which is not kfreebsd),
so the easy fix is to disable the libbluetooth-dev b-d for those archs.
Patch attached.

Thanks,
-- 
Pino
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@
 Maintainer: Philipp Huebner <debala...@debian.org>
 Uploaders: Juan Angulo Moreno <j...@apuntale.com>
 Homepage: http://anyremote.sourceforge.net
-Build-Depends: debhelper (>= 6), autotools-dev, libbluetooth-dev, libx11-dev, 
libxtst-dev, x11proto-xext-dev, libglib2.0-dev, libdbus-1-dev, 
libdbus-glib-1-dev, libxtst-dev
+Build-Depends: debhelper (>= 6), autotools-dev, libbluetooth-dev 
[!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386], libx11-dev, libxtst-dev, 
x11proto-xext-dev, libglib2.0-dev, libdbus-1-dev, libdbus-glib-1-dev, 
libxtst-dev
 Standards-Version: 3.8.3
 
 Package: anyremote

Reply via email to