[Pkg-bluetooth-commits] r702 - in /packages/bluez-utils/trunk/debian: bluez-utils.bluetooth.init changelog

filippo at users.alioth.debian.org filippo at users.alioth.debian.org
Fri Apr 4 21:35:45 UTC 2008


Author: filippo
Date: Fri Apr  4 21:35:44 2008
New Revision: 702

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=702
Log:
* New upstream release
  + fix audio recording (Closes: #464501)
  script accordingly (Closes: #454727)
* Fix bashism in init script (Closes: #464495)

Modified:
    packages/bluez-utils/trunk/debian/bluez-utils.bluetooth.init
    packages/bluez-utils/trunk/debian/changelog

Modified: packages/bluez-utils/trunk/debian/bluez-utils.bluetooth.init
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/bluez-utils.bluetooth.init?rev=702&op=diff
==============================================================================
--- packages/bluez-utils/trunk/debian/bluez-utils.bluetooth.init (original)
+++ packages/bluez-utils/trunk/debian/bluez-utils.bluetooth.init Fri Apr  4 21:35:44 2008
@@ -74,7 +74,7 @@
 			if [ "$VERBOSE" != "no" ]; then
 				$SDPTOOL $o
 			else
-				$SDPTOOL $o &>/dev/null 2>&1
+				$SDPTOOL $o >/dev/null 2>&1
 			fi
 		done
 		IFS="$oldifs"
@@ -172,7 +172,7 @@
 	start-stop-daemon --start --quiet --exec $HCID -- $HCID_OPTIONS || true
 	log_progress_msg "hcid"
 	
-	run_sdptool || true
+	#run_sdptool || true
 
 	start_uarts || true
 	

Modified: packages/bluez-utils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez-utils/trunk/debian/changelog?rev=702&op=diff
==============================================================================
--- packages/bluez-utils/trunk/debian/changelog (original)
+++ packages/bluez-utils/trunk/debian/changelog Fri Apr  4 21:35:44 2008
@@ -1,10 +1,13 @@
-bluez-utils (3.24-2) UNRELEASED; urgency=low
-
+bluez-utils (3.30-0exp1) experimental; urgency=low
+
+  * New upstream release
+    + fix audio recording (Closes: #464501)
   * Enable services inside hcid, replacing old racy daemons and change init
-    script accordingly
+    script accordingly (Closes: #454727)
   * Add watch file
-
- -- Filippo Giunchedi <filippo at debian.org>  Wed, 16 Jan 2008 18:53:24 +0100
+  * Fix bashism in init script (Closes: #464495)
+
+ -- Filippo Giunchedi <filippo at debian.org>  Sat, 16 Feb 2008 17:55:13 +0100
 
 bluez-utils (3.24-1) unstable; urgency=low
 




More information about the Pkg-bluetooth-commits mailing list