Hello,

with the attached patches applied to the bluez-utils (version 3.22) package 
the needed libraries for bluetooth headsets under /usr/lib/alsa-lib/ are 
built and put into the package. This is the first time that I change build 
options of Debian packages so maybe some other changes are needed too.

Regards,
Benjamin
--- bluez-utils-3.22.orig/debian/bluez-utils.install	2007-11-26 16:13:18.000000000 +0100
+++ bluez-utils-3.22/debian/bluez-utils.install	2007-11-26 16:25:56.000000000 +0100
@@ -3,6 +3,7 @@
 debian/tmp/etc/dbus*/*
 debian/tmp/usr/bin/*
 debian/tmp/usr/sbin/*
+debian/tmp/usr/lib/alsa-lib/*
 debian/tmp/usr/share/man/man1/*
 debian/tmp/usr/share/man/man5/*
 debian/tmp/usr/share/man/man8/*
--- bluez-utils-3.22.orig/debian/rules	2007-11-26 16:13:18.000000000 +0100
+++ bluez-utils-3.22/debian/rules	2007-11-26 16:25:55.000000000 +0100
@@ -10,7 +10,7 @@
 DEB_DH_INSTALLINIT_ARGS = "--name=bluetooth"
 #DH_ALWAYS_EXCLUDE = "README"
 # FIXME test --enable-alsa
-DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules 
+DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules --enable-audio
 #DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --enable-input --enable-network --enable-serial
 DEB_DESTDIR := $(CURDIR)/debian/tmp
 

Reply via email to