[Pkg-bluetooth-commits] r805 - in /packages/bluez/trunk/debian: changelog rules

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Thu May 21 16:31:07 UTC 2009


Author: filippo
Date: Thu May 21 16:31:07 2009
New Revision: 805

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=805
Log:
* New upstream release
  - scripts/bluetooth.rules -> scripts/bluetooth-serial.rules
  - switch to new syntax for hid2hci in init script
* Upload to unstable
* Install udev rules for hid2hci

Modified:
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/rules

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=805&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Thu May 21 16:31:07 2009
@@ -1,3 +1,13 @@
+bluez (4.40-1) unstable; urgency=low
+
+  * New upstream release
+    - scripts/bluetooth.rules -> scripts/bluetooth-serial.rules
+    - switch to new syntax for hid2hci in init script
+  * Upload to unstable
+  * Install udev rules for hid2hci
+
+ -- Filippo Giunchedi <filippo at debian.org>  Wed, 20 May 2009 19:19:24 +0200
+
 bluez (4.34-0exp1) experimental; urgency=low
 
   * First upload of bluez 4.x (Closes: #499529)

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=805&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Thu May 21 16:31:07 2009
@@ -37,7 +37,7 @@
 	install -D -m 0644 $(CURDIR)/audio/audio.conf $(CURDIR)/debian/bluez/etc/bluetooth/audio.conf
 	install -D -m 0644 $(CURDIR)/network/network.conf $(CURDIR)/debian/bluez/etc/bluetooth/network.conf
 	#install -D -m 0755 $(CURDIR)/scripts/hid2hci.pm-utils $(CURDIR)/debian/bluez/usr/lib/pm-utils/sleep.d/48hid2hci
-	#install -D -m 0644 $(CURDIR)/debian/hid2hci.rules $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules
+	install -D -m 0644 $(CURDIR)/scripts/bluetooth-hid2hci.rules $(CURDIR)/debian/bluez/lib/udev/rules.d/62-bluez-hid2hci.rules
 
 	mv $(DEB_DESTDIR)/usr/share/man/man1/l2ping.1 \
 	   $(DEB_DESTDIR)/usr/share/man/man8/l2ping.8
@@ -48,10 +48,10 @@
 	install -D -m 0644 $(CURDIR)/debian/bluez-utils.override $(CURDIR)/debian/bluez-utils/usr/share/lintian/overrides/bluez-utils
 
 install/bluez-alsa::
-	install -D -m 0644 $(CURDIR)/audio/asound.conf $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf
+	install -D -m 0644 $(CURDIR)/audio/bluetooth.conf $(CURDIR)/debian/bluez-alsa/usr/share/alsa/bluetooth.conf
 
 install/bluez-pcmcia-support::
-	cp -f $(CURDIR)/scripts/bluetooth.rules $(CURDIR)/debian/bluez-pcmcia-support.udev
+	cp -f $(CURDIR)/scripts/bluetooth-serial.rules $(CURDIR)/debian/bluez-pcmcia-support.udev
 
 binary-install/bluez-gstreamer::
 	LD_LIBRARY_PATH="$(CURDIR)/debian/tmp/usr/lib:$(LD_LIBRARY_PATH)" dh_gstscancodecs -pbluez-gstreamer




More information about the Pkg-bluetooth-commits mailing list