Import Debian changes 1.0-2
bluez-firmware (1.0-2) unstable; urgency=low
* Move to Architecture: all.
bluez-firmware (1.0-1) unstable; urgency=low
* Initial packaging.
Edd Dumbill authored 18 years ago
Nobuhiro Iwamatsu committed 5 years ago
|
0 |
|
|
1 |
This firmware is required for the successful operation of Broadcom based USB
|
|
2 |
dongles. Kernel 2.6 users need hotplug installed in order to use this. Kernel
|
|
3 |
2.4 users should install the bluez-bcm203x package.
|
|
4 |
|
|
0 |
bluez-firmware (1.0-2) unstable; urgency=low
|
|
1 |
|
|
2 |
* Move to Architecture: all.
|
|
3 |
|
|
4 |
-- Edd Dumbill <ejad@debian.org> Sat, 13 Nov 2004 15:19:33 +0000
|
|
5 |
|
|
6 |
bluez-firmware (1.0-1) unstable; urgency=low
|
|
7 |
|
|
8 |
* Initial packaging.
|
|
9 |
|
|
10 |
-- Edd Dumbill <ejad@debian.org> Sat, 13 Nov 2004 15:19:29 +0000
|
|
0 |
Source: bluez-firmware
|
|
1 |
Section: non-free/admin
|
|
2 |
Priority: optional
|
|
3 |
Maintainer: Edd Dumbill <ejad@debian.org>
|
|
4 |
Build-Depends: debhelper (>> 4.1.0), autotools-dev, cdbs
|
|
5 |
Standards-Version: 3.6.1
|
|
6 |
|
|
7 |
Package: bluez-firmware
|
|
8 |
Architecture: all
|
|
9 |
Depends: ${shlibs:Depends}
|
|
10 |
Description: Firmware for Bluetooth devices
|
|
11 |
This firmware is required for operation of Bluetooth dongles based on
|
|
12 |
the Broadcom BCM203x chipset.
|
|
0 |
This package was debianized by Edd Dumbill <ejad@debian.org> on
|
|
1 |
Fri Nov 12 11:18:04 GMT 2004
|
|
2 |
|
|
3 |
It was downloaded from http:///www.bluez.org/download.html
|
|
4 |
|
|
5 |
The BlueZ project has permission from Broadcom Corporation to
|
|
6 |
distribute this firmware in conjunction with the BlueZ GPLd
|
|
7 |
tools, available in Debian as bluez-utils, as long as the notice
|
|
8 |
contained in /usr/share/doc/bluez-firmware/BCM-LEGAL.txt accompanies
|
|
9 |
the firmware.
|
|
10 |
|
|
11 |
This arrangement was made with BlueZ author Max Krasnyansky
|
|
12 |
<maxk@qualcomm.com>.
|
|
13 |
|
|
14 |
BCM firmware version 2.16
|
|
15 |
Copyright (c) 2000-2003 Broadcom Corporation
|
|
16 |
|
|
17 |
Contact info:
|
|
18 |
bluetooth_help@broadcom.com
|
|
19 |
|
|
0 |
#!/usr/bin/make -f
|
|
1 |
include /usr/share/cdbs/1/rules/buildcore.mk
|
|
2 |
include /usr/share/cdbs/1/rules/debhelper.mk
|
|
3 |
include /usr/share/cdbs/1/rules/simple-patchsys.mk
|
|
4 |
include /usr/share/cdbs/1/class/autotools.mk
|
|
5 |
|
|
6 |
install/bluez-firmware::
|
|
7 |
mkdir -p $(DEB_DESTDIR)usr/share/doc/bluez-firmware
|
|
8 |
mv $(DEB_DESTDIR)lib/firmware/BCM-LEGAL.txt \
|
|
9 |
$(DEB_DESTDIR)usr/share/doc/bluez-firmware/
|