diff --git a/debian/changelog b/debian/changelog index 89a7fbf..c2810a9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bluez-firmware (1.2-2) unstable; urgency=low + + * move /usr/lib/firmware to /lib/firmware (Closes: #400040) + + -- Filippo Giunchedi Sat, 16 Sep 2006 22:57:52 +0200 + bluez-firmware (1.2-1) unstable; urgency=low * New upstream release @@ -5,12 +11,6 @@ * update standards to 3.7.2, no changes -- Filippo Giunchedi Sat, 16 Sep 2006 22:30:13 +0200 - -bluez-firmware (1.1-1) UNRELEASED; urgency=low - - * New upstream release - - -- Filippo Giunchedi Thu, 10 Nov 2005 23:35:23 +0100 bluez-firmware (1.0-3) unstable; urgency=low diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control index 0c82aae..a783024 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Debian Bluetooth Maintainers Uploaders: Edd Dumbill , Filippo Giunchedi -Build-Depends: debhelper (>> 4.1.0), autotools-dev, cdbs +Build-Depends: debhelper (>= 5), autotools-dev, cdbs Standards-Version: 3.7.2 Package: bluez-firmware diff --git a/debian/copyright b/debian/copyright index 49163b3..4ad40e6 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,10 +4,9 @@ It was downloaded from http://www.bluez.org/download.html The BlueZ project has permission from Broadcom Corporation to -distribute this firmware in conjunction with the BlueZ GPLd -tools, available in Debian as bluez-utils, as long as the notice -contained in /usr/share/doc/bluez-firmware/BCM-LEGAL.txt accompanies -the firmware. +distribute this firmware in conjunction with the BlueZ tools, +available in Debian as bluez-utils, as long as the notice contained in +/usr/share/doc/bluez-firmware/BCM-LEGAL.txt accompanies the firmware. This arrangement was made with BlueZ author Max Krasnyansky . diff --git a/debian/rules b/debian/rules index c9025a8..f0e0748 100755 --- a/debian/rules +++ b/debian/rules @@ -4,7 +4,9 @@ include /usr/share/cdbs/1/rules/simple-patchsys.mk include /usr/share/cdbs/1/class/autotools.mk +DEB_CONFIGURE_EXTRA_FLAGS = --libdir=/lib + install/bluez-firmware:: mkdir -p $(DEB_DESTDIR)usr/share/doc/bluez-firmware - mv $(DEB_DESTDIR)usr/lib/firmware/BCM-LEGAL.txt \ + mv $(DEB_DESTDIR)lib/firmware/BCM-LEGAL.txt \ $(DEB_DESTDIR)usr/share/doc/bluez-firmware/