diff -u bluez-utils-3.30/debian/rules bluez-utils-3.30/debian/rules --- bluez-utils-3.30/debian/rules +++ bluez-utils-3.30/debian/rules @@ -8,8 +8,8 @@ DEB_UPDATE_RCD_PARAMS = "start 25 2 3 4 5 . stop 74 0 1 6 ." DEB_DH_INSTALLINIT_ARGS = "--name=bluetooth" -#DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules --enable-audio --enable-alsa -DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules --enable-audio --enable-alsa --enable-hidd --enable-pand --enable-dund +#DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules --enable-audio --enable-alsa +DEB_CONFIGURE_EXTRA_FLAGS := --disable-initscripts --enable-obex --enable-cups --enable-hid2hci --disable-sdpd --enable-glib --enable-pcmciarules --enable-audio --enable-input --enable-serial --enable-network --enable-alsa DEB_DESTDIR := $(CURDIR)/debian/tmp @@ -30,6 +30,9 @@ install/bluez-audio:: install -D -m 0644 $(CURDIR)/audio/audio.conf $(CURDIR)/debian/bluez-audio/etc/bluetooth/audio.conf +install/bluez-network:: + install -D -m 0644 $(CURDIR)/network/network.conf $(CURDIR)/debian/bluez-network/etc/bluetooth/network.conf + binary-install/bluez-audio:: dh_gstscancodecs -pbluez-audio diff -u bluez-utils-3.30/debian/changelog bluez-utils-3.30/debian/changelog --- bluez-utils-3.30/debian/changelog +++ bluez-utils-3.30/debian/changelog @@ -1,3 +1,27 @@ +bluez-utils (3.30-3ubuntu1) intrepid; urgency=low + + * Merge with debian unstable, remaining changes: (LP: #235576) + - debian/control: + * Leave maintainer as Ubuntu Core Dev + * Introduce 3 new packages, bluez-network, bluez-serial, bluez-input. + - debian/patches: + * Drop 060_gst_marginal, it's now included in debian patch + 006_a2dpsink_marginal + * Leave 007_dell_bluetooth.patch as it's not upstream until 3.32. + * Leave 002_hcid_conf_defaults delta to debian. + - debian/bluez-utils.preinst: + * Check for upgrades before 3.30 and cleanup old service files + - debian/rules: + * Enable network, serial, and input plugins. + * Turn off hidd, dund, and pand to try the plugins again. + If bug #191704 or #192043 crop up again, feel free to re-enable + these. + * Install network plugin conf file. + - debian/bluez-{network,serial,input}.install: + * Include the plugins for network, serial, and input. + + -- Mario Limonciello Wed, 28 May 2008 13:40:48 -0500 + bluez-utils (3.30-3) unstable; urgency=low * Add watch file @@ -34,6 +58,55 @@ -- Filippo Giunchedi Sat, 05 Apr 2008 16:09:24 +0200 +bluez-utils (3.26-0ubuntu6) hardy; urgency=low + + * debian/rules + - Enable hidd and pand as users are experiencing problem without those + binaries. (LP: #191704, #192043) + + -- Onkar Shinde Wed, 16 Apr 2008 17:41:18 +0530 + +bluez-utils (3.26-0ubuntu5) hardy; urgency=low + + * Add 007_dell_bluetooth to enable HID->HCI + switching on Dell 370 & 410 BT controllers. (LP: #209715) + + -- Mario Limonciello Fri, 04 Apr 2008 13:34:15 -0500 + +bluez-utils (3.26-0ubuntu4) hardy; urgency=low + + * enable dund, so that palm pilot ppp-over-BT works. + + -- LaMont Jones Tue, 01 Apr 2008 21:16:29 -0600 + +bluez-utils (3.26-0ubuntu3) hardy; urgency=low + + * Add missing Ubuntu change in bluez-utils to install service files. + (LP: #178525, #191704) + + -- Steve Kowalik Fri, 15 Feb 2008 10:14:40 +1100 + +bluez-utils (3.26-0ubuntu2) hardy; urgency=low + + * Add missing Conflicts and Replaces for bluez-audio. LP: #191304. + + -- Tollef Fog Heen Wed, 13 Feb 2008 12:32:43 +0100 + +bluez-utils (3.26-0ubuntu1) hardy; urgency=low + + * New upstream release + * Merge from debian unstable, remaining changes: + - Move bluez-audio from Recommends to Depends (but keep it in a + separate package to make merging from Debian easier). + - Keep setting discovto 0 in hcid.conf by default + - Don't care about stop links if we are shutting down. + - Enable network, serial and input modules. + - Change maintainer to Ubuntu Core Developers. + - Make the a2dp gstreamer plugin be of rank marginal rather than + primary. + + -- Tollef Fog Heen Mon, 11 Feb 2008 15:45:49 +0100 + bluez-utils (3.24-1) unstable; urgency=low * New upstream release, bump build-dep to libbluetooth-dev >= 3.24 @@ -46,12 +119,63 @@ -- Filippo Giunchedi Sun, 13 Jan 2008 11:27:59 +0100 +bluez-utils (3.24-0ubuntu2) hardy; urgency=low + + * Install /etc/bluetooth/*.service files as well. (LP: #178525) + + -- Steve Kowalik Wed, 09 Jan 2008 13:22:37 +1100 + +bluez-utils (3.24-0ubuntu1) hardy; urgency=low + + * New upstream version, and merge from Debian unstable: + - Add Autostart=true to audio service file. + - Patch that downgrades of the rank of a2dpsink from primary to marginal. + - Add libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, + gstreamer-tools and libasound2-dev to the Build-Depends. + - Run dh_gstscancodecs during build. + - Add -enable-network --enable-serial --enable-input --enable-audio + --enable-alsa to the ./configure call. + - Install all of the new files. + - Don't stop the service when shutting down or rebooting. + - Munge Maintainer field as per spec. + * Bump the Build-Dependancy on bluez-libs. + + -- Steve Kowalik Fri, 04 Jan 2008 21:29:10 +1100 + bluez-utils (3.22-2) unstable; urgency=medium * Added patches/006_baudrates.patch to fix FTBFS on sparc. -- Mario Iseli Mon, 10 Dec 2007 14:26:30 +0100 +bluez-utils (3.22-1ubuntu2) hardy; urgency=high + + * New patch, 060_gst-rank-marginal, downgrades the rank of a2dpsink from + primary to marginal; should fix a2dpsink taking over as the default output + sink. + + -- Loic Minier Thu, 29 Nov 2007 22:09:36 +0100 + +bluez-utils (3.22-1ubuntu1) hardy; urgency=low + + * Merge from Debian unstable. + * Remaining Ubuntu changes: + - Add Autostart=true to audio service file. + - Add libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, + gstreamer-tools and libasound2-dev to the Build-Depends. + - Run dh_gstscancodecs during build. + - Add -enable-network --enable-serial --enable-input --enable-audio + --enable-alsa to the ./configure call. + - Install all of the new files. + - Don't stop the service when shutting down or rebooting. + - Munge Maintainer field as per spec. + * Ubuntu changes dropped: + - Kubuntu's pin helper patch, since it isn't needed any more. + * Bump the Build-Dependancy on bluez-libs. + * Update the Autostart=true patch. + + -- Steve Kowalik Tue, 27 Nov 2007 13:48:54 +1100 + bluez-utils (3.22-1) unstable; urgency=low * New upstream release (Closes: #440692). @@ -69,12 +193,131 @@ -- Filippo Giunchedi Thu, 11 Oct 2007 17:22:10 +0200 +bluez-utils (3.20-0ubuntu1) hardy; urgency=low + + * New upstream release. + * Bump Build-Depends on bluez-libs to be 3.20. + * Drop 990_upstream_cvs_gstbluetooth_crasher.patch, integrated upstream. + * Correct spelling of Original in the control file. + + -- Steve Kowalik Wed, 24 Oct 2007 15:45:03 +1000 + bluez-utils (3.19-1) unstable; urgency=low * New upstream release -- Mario Iseli Thu, 27 Sep 2007 09:57:10 +0200 +bluez-utils (3.19-0ubuntu3) gutsy; urgency=low + + * Fix XSBC-Maintainer to be XSBC-Original-Maintainer. + + -- Tollef Fog Heen Wed, 03 Oct 2007 10:28:03 +0200 + +bluez-utils (3.19-0ubuntu2) gutsy; urgency=low + + * Add patch from upstream CVS to avoid crashing on zero-length files. + + -- Tollef Fog Heen Fri, 28 Sep 2007 14:57:52 +0200 + +bluez-utils (3.19-0ubuntu1) gutsy; urgency=low + + * New upstream release + - Various bugfixes + * Bump build-depends to bluez-libs 3.19. + * Add Autostart=true to audio service file. + + -- Tollef Fog Heen Wed, 19 Sep 2007 14:33:02 +0200 + +bluez-utils (3.18-0ubuntu2) gutsy; urgency=low + + * Add libgstreamer-plugins-base0.10-dev and libgstreamer0.10-dev to + Build-depends. + + -- Tollef Fog Heen Mon, 10 Sep 2007 10:58:26 +0200 + +bluez-utils (3.18-0ubuntu1) gutsy; urgency=low + + * New upstream release: + - 3.18: + - Implement proper locking for headsets. + - Fix various A2DP SEP locking issues. + - Fix and cleanup audio stream handling. + - Fix stream starting if suspend request is pending. + - Fix A2DP and AVDTP endianess problems. + - Add network timeout and retransmission support. + - Add more detailed decoding of EIR elements. + - 3.17: + - Fix crashes in audio and network services. + - Check PAN source and destination roles. + - Only export the needed symbols for the plugins. + * debian/bluez-utils.install: install usr/lib/gstreamer0.10. + * debian/rules: run dh_gstscancodecs. + * debian/control: + - bump libbluetooth2-dev requirement. + - Build-Depends on gstreamer-tools. + + -- Daniel Holbach Fri, 07 Sep 2007 10:12:05 +0200 + +bluez-utils (3.16-0ubuntu2) gutsy; urgency=low + + * Fixed bluez-utils.install, install missing files, makes kdebluetooth + happy again + + -- Anthony Mercatante Wed, 29 Aug 2007 23:49:13 +0200 + +bluez-utils (3.16-0ubuntu1) gutsy; urgency=low + + * New upstream release: + - Add support for headsets with SCO audio over HCI. + - Add support for auto-create through ALSA plugin. + - Add support for ALSA plugin parameters. + - Add GStreamer plugin with SBC decoder and encoder. + - Fix network service NAP, GN and PANU servers. Set EIR information from + SDP database. + * debian/control: bumped libbluetooth2-dev requirement. + + -- Daniel Holbach Wed, 29 Aug 2007 15:27:30 -0400 + +bluez-utils (3.15-0ubuntu2) gutsy; urgency=low + + * debian/rules: + - --enable-obex dropped, + - --enable-network --enable-serial --enable-input --enable-audio and + --enable-alsa added. + * debian/control: Build-Depends on libasound2-dev. + * Fixes "A2DP support is not included in the binary packages of bluez-utils" + (LP: #135196) + + -- Daniel Holbach Tue, 28 Aug 2007 10:46:05 -0400 + +bluez-utils (3.15-0ubuntu1) gutsy; urgency=low + + * New upstream release: + - 3.15: + - Add A2DP support to the audio service. + - Add proxy support to the serial service. + - Set service classes value from SDP database. + - 3.14: + - Add missing signals for the adapter interface. + - Add basic commands for Simple Pairing. + - Add correct Simple Pairing and EIR interaction. + - Add missing properties for remote information. + - Add EPoX endian quirk to the input service. + - Fix HID descriptor import and storage functions. + - Fix handling of adapters in raw mode. + - Fix remote device listing methods. + - 3.13: + - Fix some issues with the headset support. + - Fix concurrent pending connection attempts. + - Fix usage of devname instead of netdev. + - Add identifier for Nokia SyncML records. + - Add command for reading the CSR chip revision. + - Add generic CSR radio test support. + * debian/control: bump libbluetooth2-dev requirement. + + -- Daniel Holbach Mon, 27 Aug 2007 17:38:54 -0400 + bluez-utils (3.13-1) unstable; urgency=low * New upstream release @@ -114,6 +357,137 @@ -- Filippo Giunchedi Thu, 12 Jul 2007 16:19:40 +0200 +bluez-utils (3.12-0ubuntu1) gutsy; urgency=low + + * New upstream release: + - Add support for limited discovery mode. + - Add support for setting of event mask. + - Add GetRemoteServiceIdentifiers method. + - Add skeleton for local D-Bus server. + - Add headset gain control methods. + - Fix various headset implementation issues. + - Fix various serial port service issues. + - Fix various input service issues. + - Let CUPS plugin discover printers in range. + - Improve the BCM2035 UART init routine. + - Ignore connection events for non-ACL links. + * debian/control: bumped bluez-libs requirement. + + + -- Daniel Holbach Tue, 26 Jun 2007 10:39:33 +0200 + +bluez-utils (3.11-0ubuntu1) gutsy; urgency=low + + * New upstream release. + * debian/control: + - bump libbluetooth-dev Build-Depends. + - change from ${Source-Version} to ${source:Version}. + + -- Daniel Holbach Fri, 08 Jun 2007 14:32:15 +0200 + +bluez-utils (3.9-0ubuntu4) feisty; urgency=low + + * debian/control: + - Recommends bluez-gnome instead of bluez-passkey-gnome. + + -- Daniel Holbach Fri, 30 Mar 2007 14:59:45 +0200 + +bluez-utils (3.9-0ubuntu3) feisty; urgency=low + + * debian/patches/010-kubuntu-pin-helper.patch: + - updated for better debugging output. + + -- Anthony Mercatante Wed, 28 Mar 2007 00:47:12 +0100 + +bluez-utils (3.9-0ubuntu2) feisty; urgency=low + + * debian/patches/010-kubuntu-pin-helper.patch: + - updated for with 3.9 + + -- Anthony Mercatante Wed, 21 Mar 2007 21:35:30 +0100 + +bluez-utils (3.9-0ubuntu1) feisty; urgency=low + + * New upstream release: + - Add RemoteDeviceDisconnectRequested signal. + - Add updated service framework. + - Add embedded GLib library. + - Add support for using system GLib library. + - Create internal SDP server library. + * debian/control: + - bump bluez-libs requirement. + - add libglib2.0-dev as Build-Depends. + * debian/patches/010-kubuntu-pin-helper.patch: + - updated. + * debian/rules, debian/bluez-utils.examples: + - updated location of example passkey-agent.c + * debian/rules: + - use --disable-sdpd and --enable-glib. + * debian/bluez-utils.bluetooth.init: + - don't start/stop sdpd, pass hcid -s instead. + + -- Daniel Holbach Mon, 19 Feb 2007 11:09:01 +0100 + +bluez-utils (3.8-0ubuntu1) feisty; urgency=low + + * New upstream release: + - The new service and authorization API has been added and marked as + experimental features at the moment. + * debian/patches/010-kubuntu-pin-helper.patch: + - updated. + * debian/patches/015-add-ids-for-logitech-dinovo-laser.patch: + - dropped, added upstream. + * debian/control: + - bumped libbluetooth2-dev Build-Depends. + + -- Daniel Holbach Mon, 8 Jan 2007 12:23:21 +0100 + +bluez-utils (3.7-1ubuntu5) feisty; urgency=low + + * debian/patches/015-add-ids-for-logitech-dinovo-laser.patch: + - add IDs for Logitech diNovo Laser keyboard and mouse (Malone: #66884) + + -- Daniel Holbach Wed, 6 Dec 2006 18:59:47 +0100 + +bluez-utils (3.7-1ubuntu4) edgy; urgency=low + + * debian/bluez-utils.bluetooth.init: + - pass -- $HCID_OPTIONS to 'restart' too, not only to 'start' (Malone: + #67169), thanks James Henstridge for + finding out. + + -- Daniel Holbach Fri, 20 Oct 2006 17:47:23 +0200 + +bluez-utils (3.7-1ubuntu3) edgy; urgency=low + + * debian/rules: + - install usr/bin/passkey-agent. + * debian/patches/010-kubuntu-pin-helper.patch: + - applied modified version of http://kmobiletools.org/node/228 + + -- Daniel Holbach Fri, 13 Oct 2006 13:40:52 +0200 + +bluez-utils (3.7-1ubuntu2) edgy; urgency=low + + * Add discovto 0 to the default config file leading to iscan enable + working out of the box. Malone: #59222 + + -- Tollef Fog Heen Wed, 11 Oct 2006 13:22:49 +0200 + +bluez-utils (3.7-1ubuntu1) edgy; urgency=low + + * Merge from debian unstable. + - Remove extra space after Architecture: any + - We still don't want modutils + - Better description -- Bluetooth services, not just bluetooth + - Enable experimental DBUS interfaces by default + - Respect VERBOSE when logging messages. + - Don't stop init script in runlevel 0 and 6. + - We install udev rules directly to the rules.d directory, so remove + symlink magic from bluez-pcmcia-support.postinst + + -- Tollef Fog Heen Wed, 11 Oct 2006 12:26:36 +0200 + bluez-utils (3.7-1) unstable; urgency=low * New upstream release @@ -187,6 +561,72 @@ -- Filippo Giunchedi Sun, 17 Jul 2006 09:21:50 +0200 +bluez-utils (3.1-1ubuntu10) edgy; urgency=low + + * Use proper if construct to avoid exiting with non-zero value if + /etc/pcmcia/bluetooth doesn't exist. + + -- Tollef Fog Heen Thu, 14 Sep 2006 22:19:58 +0200 + +bluez-utils (3.1-1ubuntu9) edgy; urgency=low + + * Only chmod /etc/pcmcia/bluetooth if it exists. + + -- Tollef Fog Heen Thu, 14 Sep 2006 19:51:34 +0200 + +bluez-utils (3.1-1ubuntu8) edgy; urgency=low + + * Drop totally unnecessary dependency on sysvinit. + + -- Scott James Remnant Thu, 31 Aug 2006 17:15:26 +0100 + +bluez-utils (3.1-1ubuntu7) edgy; urgency=low + + * Rebuild against dbus 0.90 + + -- Sebastian Dröge Thu, 24 Aug 2006 17:26:19 +0200 + +bluez-utils (3.1-1ubuntu6) edgy; urgency=low + + * Fix the patch so it actually applies. + + -- Matthew Garrett Mon, 21 Aug 2006 19:52:50 +0100 + +bluez-utils (3.1-1ubuntu5) edgy; urgency=low + + * Fix the init script + + -- Matthew Garrett Mon, 21 Aug 2006 19:37:17 +0100 + +bluez-utils (3.1-1ubuntu4) edgy; urgency=low + + * Fix up the DBUS SDP interface + + -- Matthew Garrett Mon, 21 Aug 2006 19:26:09 +0100 + +bluez-utils (3.1-1ubuntu3) edgy; urgency=low + + * Fix discoverability of host + * Enable DBUS functionality + * Add RFCOMM interface over DBUS + + -- Matthew Garrett Mon, 21 Aug 2006 15:09:34 +0100 + +bluez-utils (3.1-1ubuntu2) edgy; urgency=low + + * Remove stop links from rc0 and rc6 + + -- Scott James Remnant Thu, 20 Jul 2006 23:57:42 +0100 + +bluez-utils (3.1-1ubuntu1) edgy; urgency=low + + * Merge from debian unstable, remaining changes: + - drop dependency on modutils, + - don't build bluez-bcm203x package, + - LSB init script. + + -- Scott James Remnant Wed, 12 Jul 2006 17:18:45 +0100 + bluez-utils (3.1-1) unstable; urgency=low * New upstream release @@ -212,6 +652,18 @@ -- Filippo Giunchedi Fri, 2 Jun 2006 14:10:35 +0200 +bluez-utils (2.25-1ubuntu1) edgy; urgency=low + + * merged from debian/unstable: + - updated debian/bluez-utils.bluetooth.init with our verbose + handling + - debian/patches/008_unsafe_pand_option.patch: re-added + - patches/002_hcid_conf_defaults.patch: use pinwrapper instead of bluez-pin + - don't build bluez-bcm203x + - build-dep on libbluetooth2-dev + + -- Michael Vogt Fri, 30 Jun 2006 15:46:52 +0200 + bluez-utils (2.25-1) unstable; urgency=low * new upstream version @@ -250,6 +702,48 @@ -- Filippo Giunchedi Mon, 26 Dec 2005 11:51:03 +0100 +bluez-utils (2.24-0ubuntu6) dapper; urgency=low + + * Fix the 'install' call harder, to deal with every possible mangling + of coreutils semantics we've seen over the last 6 months, really. + + -- Adam Conrad Mon, 20 Mar 2006 12:39:11 +1100 + +bluez-utils (2.24-0ubuntu5) dapper; urgency=low + + * Use POSIX-compliant syntax with 'install' in debian/rules, so it + doesn't accuse us of overwriting directories with files. + + -- Adam Conrad Sun, 19 Mar 2006 22:30:51 +1100 + +bluez-utils (2.24-0ubuntu4) dapper; urgency=low + + * Enable hid2hci by default and start hidd with the --search option + * Apply unsafe handling of pand -e option patch (LP #6714) + + -- Charles Majola Wed, 15 Feb 2006 03:00:24 +0000 + +bluez-utils (2.24-0ubuntu3) dapper; urgency=low + + * pinwrapper script added and 002_hcid_conf_defaults.patch modified + to use it for kubuntu compatibility + https://launchpad.net/distros/ubuntu/+source/kdebluetooth/+bug/30889 + * Fix by Anthony Mercatante + + -- Jonathan Riddell Sun, 02 Feb 2006 00:59:16 +0100 + +bluez-utils (2.24-0ubuntu2) dapper; urgency=low + + * Prefer module-init-tools over modutils + + -- Matt Zimmerman Mon, 30 Jan 2006 07:14:21 -0800 + +bluez-utils (2.24-0ubuntu1) dapper; urgency=low + + * New upstream version + + -- Charles Majola Tue, 17 Jan 2006 10:57:52 +0200 + bluez-utils (2.23-0exp1) experimental; urgency=low * New upstream release, Closes: #338260 @@ -260,6 +754,47 @@ -- Filippo Giunchedi Tue, 20 Dec 2005 14:15:37 +0100 +bluez-utils (2.22-0ubuntu3) dapper; urgency=low + + * debian/patches/007_dbus-0.60-api: + - fix a FTBFS because of dbus api changes + + -- Michael Vogt Tue, 20 Dec 2005 21:44:22 +0100 + +bluez-utils (2.22-0ubuntu2) dapper; urgency=low + + * rebuild for latest dbus, changed dependencies accordingly + + -- Michael Vogt Tue, 20 Dec 2005 20:41:48 +0100 + +bluez-utils (2.22-0ubuntu1) dapper; urgency=low + + * New upstream version + + -- Charles Majola Tue, 1 Nov 2005 22:08:47 +0000 + +bluez-utils (2.20-0ubuntu3) breezy; urgency=low + + * bluez-utils.init + - don't start hid2hci by default + + -- Charles Majola Fri, 30 Sep 2005 09:33:00 +0200 + +bluez-utils (2.20-0ubuntu2) breezy; urgency=low + + * Remove depends on bluez-pin for bluez-utils + + -- Jonathan Riddell Mon, 12 Sep 2005 14:12:16 +0100 + +bluez-utils (2.20-0ubuntu1) breezy; urgency=low + + * New upstream release + * Retire patches merged upstream + - debian/patches/009_escape_pinhelper_quotes.patch + - debian/patches/008_let_bluepin_check_for_Xorg.patch + + -- Charles Majola Wed, 7 Sep 2005 11:04:01 +0200 + bluez-utils (2.19-1) unstable; urgency=high * New upstream release. @@ -279,12 +814,57 @@ -- Edd Dumbill Sat, 16 Jul 2005 14:15:37 +0100 +bluez-utils (2.18-0ubuntu4) breezy; urgency=low + + * Remove "PIN" prefix, only pin helpers use it, security is set to auto + * CAN Entry + + -- Charles Majola Mon, 29 Aug 2005 10:06:31 +0200 + +bluez-utils (2.18-0ubuntu3) breezy; urgency=low + + * Change maintainer + * Bump Standards Version + * Remove package bcm203x, doesn't work with 2.6 kernels + * Fix pairing failure due to wrong default pin "1234" -> "PIN:1234" + + -- Charles Majola Mon, 15 Aug 2005 11:32:49 +0200 + +bluez-utils (2.18-0ubuntu2) breezy; urgency=low + + * debian/patches/009_escape_pinhelper_quotes.patch + - possible security valnerability (CAN-2005-2547) + + -- Charles Majola Wed, 10 Aug 2005 12:49:39 +0200 + +bluez-utils (2.18-0ubuntu1) breezy; urgency=low + + * New upstream release + - retire dbus patch, included upstream + + -- Charles Majola Wed, 13 Jul 2005 15:30:40 +0200 + bluez-utils (2.15-2) unstable; urgency=low * Don't make device nodes if using udev (Closes: #283866) -- Edd Dumbill Sun, 6 Feb 2005 15:55:45 +0000 +bluez-utils (2.15-1ubuntu2) breezy; urgency=low + + * debian/patches/001_dbus.patch: + - updated for the new dbus. + * debian/control.in: + - updated the Build-Depends on dbus. + + -- Sebastien Bacher Thu, 26 May 2005 23:03:03 +0200 + +bluez-utils (2.15-1ubuntu1) breezy; urgency=low + + * Resynchronise with Debian. + + -- Jeff Bailey Wed, 20 Apr 2005 10:59:58 -0400 + bluez-utils (2.15-1) unstable; urgency=low * New upstream release. @@ -301,6 +881,24 @@ -- Edd Dumbill Wed, 1 Dec 2004 14:53:30 +0000 +bluez-utils (2.10-5ubuntu3) hoary; urgency=low + + * Let bluez-pin also check for Xorg server. + + -- Matthias Urlichs Thu, 3 Mar 2005 21:29:06 +0100 + +bluez-utils (2.10-5ubuntu2) hoary; urgency=low + + * Suggest python instead of python2.2. + + -- Matthias Klose Thu, 13 Jan 2005 00:31:50 +0100 + +bluez-utils (2.10-5ubuntu1) hoary; urgency=low + + * Resynchronise with Debian. + + -- Scott James Remnant Thu, 02 Dec 2004 12:46:42 +0000 + bluez-utils (2.10-5) unstable; urgency=high * Build depend on libbluetooth1 >= 2.10-2, to get HID fix in for @@ -309,6 +907,14 @@ -- Edd Dumbill Mon, 29 Nov 2004 16:48:39 +0000 +bluez-utils (2.10-4ubuntu1) hoary; urgency=low + + * Nathaniel McCallum + - debian/init.d: pretty initscript + - debian/control: versioned depend on lsb-base + + -- Thom May Mon, 29 Nov 2004 11:06:57 +0000 + bluez-utils (2.10-4) unstable; urgency=low * Reflect rename of bluez-bcm203x-firmware to bluez-firmware. diff -u bluez-utils-3.30/debian/bluez-utils.preinst bluez-utils-3.30/debian/bluez-utils.preinst --- bluez-utils-3.30/debian/bluez-utils.preinst +++ bluez-utils-3.30/debian/bluez-utils.preinst @@ -15,6 +15,24 @@ fi } +# Remove a no-longer used conffile +rm_conffile() { + PKGNAME="$1" + CONFFILE="$2" + if [ -e "$CONFFILE" ]; then + md5sum="`md5sum \"$CONFFILE\" | sed -e \"s/ .*//\"`" + old_md5sum="`dpkg-query -W -f='${Conffiles}' $PKGNAME | sed -n -e \"\\\\' $CONFFILE '{s/ obsolete$//;s/.* //p}\"`" + if [ "$md5sum" != "$old_md5sum" ]; then + echo "Obsolete conffile $CONFFILE has been modified by you." + echo "Saving as $CONFFILE.dpkg-bak ..." + mv -f "$CONFFILE" "$CONFFILE".dpkg-bak + else + echo "Removing obsolete conffile $CONFFILE ..." + rm -f "$CONFFILE" + fi + fi +} + case "$1" in install|upgrade) #if dpkg --compare-versions "$2" le "2.19-1"; then @@ -25,6 +43,12 @@ if dpkg --compare-versions "$2" le "3.7-1"; then prep_mv_conffile "/etc/dbus-1/system.d/bluez-hcid.conf" fi + + if dpkg --compare-versions "$2" le "3.30-1"; then + rm_conffile bluez-utils "/etc/bluetooth/network.service" + rm_conffile bluez-utils "/etc/bluetooth/serial.service" + rm_conffile bluez-utils "/etc/bluetooth/input.service" + fi esac #DEBHELPER# diff -u bluez-utils-3.30/debian/control bluez-utils-3.30/debian/control --- bluez-utils-3.30/debian/control +++ bluez-utils-3.30/debian/control @@ -1,7 +1,8 @@ Source: bluez-utils Section: admin Priority: optional -Maintainer: Debian Bluetooth Maintainers +Maintainer: Ubuntu Core Developers +XSBC-Original-Maintainer: Debian Bluetooth Maintainers Uploaders: Edd Dumbill , Filippo Giunchedi , Mario Iseli Build-Depends: bison, flex, debhelper (>= 5), libbluetooth-dev (>= 3.30), autotools-dev, cdbs, libdbus-1-dev, libdbus-glib-1-dev (> 0.60), libusb-dev, libglib2.0-dev, libgstreamer-plugins-base0.10-dev, libgstreamer0.10-dev, gstreamer-tools (>= 0.10.14), libasound2-dev Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez-utils @@ -56,6 +57,45 @@ project distributed under GNU General Public License (GPL). Tag: special::not-yet-tagged, special::not-yet-tagged::b +Package: bluez-input +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: bluez-utils (<< 3.30-1) +Replaces: bluez-utils (<< 3.30-1) +Description: Bluetooth input support + This package contains a plugin to communicate with input-capable bluetooth + devices like mice and keyboards + . + BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source + project distributed under GNU General Public License (GPL). +Tag: special::not-yet-tagged, special::not-yet-tagged::b + +Package: bluez-network +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: bluez-utils (<< 3.30-1) +Replaces: bluez-utils (<< 3.30-1) +Description: Bluetooth network support + This package contains a plugin to communicate with network-capable bluetooth + devices like phones. + . + BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source + project distributed under GNU General Public License (GPL). +Tag: special::not-yet-tagged, special::not-yet-tagged::b + +Package: bluez-serial +Architecture: any +Depends: ${shlibs:Depends} +Conflicts: bluez-utils (<< 3.30-1) +Replaces: bluez-utils (<< 3.30-1) +Description: Bluetooth audio support + This package contains a driver to communicate with serial-capable bluetooth + devices like GPS receivers. + . + BlueZ is the official Linux Bluetooth protocol stack. It is an Open Source + project distributed under GNU General Public License (GPL). +Tag: special::not-yet-tagged, special::not-yet-tagged::b + Package: bluetooth Architecture: all Depends: bluez-utils diff -u bluez-utils-3.30/debian/patches/002_hcid_conf_defaults.patch bluez-utils-3.30/debian/patches/002_hcid_conf_defaults.patch --- bluez-utils-3.30/debian/patches/002_hcid_conf_defaults.patch +++ bluez-utils-3.30/debian/patches/002_hcid_conf_defaults.patch @@ -20,0 +21,8 @@ +@@ -41,6 +41,7 @@ + + # Inquiry and Page scan + iscan enable; pscan enable; ++ discovto 0; + + # Default link mode + # none - no specific policy only in patch2: unchanged: --- bluez-utils-3.30.orig/debian/bluez-input.install +++ bluez-utils-3.30/debian/bluez-input.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/bluetooth/plugins/libinput.so only in patch2: unchanged: --- bluez-utils-3.30.orig/debian/bluez-network.install +++ bluez-utils-3.30/debian/bluez-network.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/bluetooth/plugins/libnetwork.so only in patch2: unchanged: --- bluez-utils-3.30.orig/debian/patches/007_dell_bluetooth.patch +++ bluez-utils-3.30/debian/patches/007_dell_bluetooth.patch @@ -0,0 +1,55 @@ +diff -Nur -x '*.orig' -x '*~' bluez-utils-3.26/tools/hid2hci.c bluez-utils-3.26.new/tools/hid2hci.c +--- bluez-utils-3.26/tools/hid2hci.c 2008-02-01 17:16:34.000000000 -0600 ++++ bluez-utils-3.26.new/tools/hid2hci.c 2008-04-04 15:39:40.000000000 -0500 +@@ -211,6 +211,42 @@ + return err; + } + ++static int switch_dell(struct device_info *devinfo) ++{ ++ char report[] = { 0x7F, 0x13, 0x00, 0x00}; ++ ++ struct usb_dev_handle *handle; ++ int err; ++ ++ //release any locks that the kernel may have on this device ++ handle = usb_open(devinfo->dev); ++ if (handle) ++ { ++ usb_claim_interface(handle, 0); ++ usb_detach_kernel_driver_np(handle,0); ++ } ++ ++ //switch device modes ++ err = usb_control_msg(handle, ++ USB_ENDPOINT_OUT + USB_TYPE_CLASS + USB_RECIP_INTERFACE, ++ 0x09, ++ 0x7f + (0x03 << 8), ++ 0, ++ (char*)report, 4, 10000); ++ ++ if (err == 0) { ++ err = -1; ++ errno = EALREADY; ++ } else { ++ if (errno == ETIMEDOUT) ++ err = 0; ++ } ++ ++ usb_close(handle); ++ ++ return err; ++} ++ + static struct device_id device_list[] = { + { HCI, 0x0a12, 0x1000, switch_hidproxy }, + { HID, 0x0a12, 0x0001, switch_hidproxy }, +@@ -229,6 +265,8 @@ + { HCI, 0x046d, 0xc70e, switch_logitech }, /* Logitech diNovo keyboard */ + { HCI, 0x046d, 0xc713, switch_logitech }, /* Logitech diNovo Edge */ + { HCI, 0x046d, 0xc714, switch_logitech }, /* Logitech diNovo Edge */ ++ { HCI, 0x413c, 0x8158, switch_dell }, /* Dell Wireless 370 */ ++ { HCI, 0x413c, 0x8154, switch_dell }, /* Dell Wireless 410 */ + { -1 } + }; + only in patch2: unchanged: --- bluez-utils-3.30.orig/debian/bluez-serial.install +++ bluez-utils-3.30/debian/bluez-serial.install @@ -0,0 +1 @@ +debian/tmp/usr/lib/bluetooth/plugins/libserial.so