From: Jaekyun Lee Date: Tue, 21 Aug 2012 10:59:28 +0000 (+0900) Subject: Tizen 2.0 release X-Git-Tag: 2.0_alpha^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2F2.0alpha;p=adaptation%2Fbluetooth-tools.git Tizen 2.0 release --- diff --git a/debian/changelog b/debian/changelog index f6253d4..ba358e3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,39 @@ -bluetooth-tools (0.1.0) unstable; urgency=low +bluetooth-tools (0.2.26) unstable; urgency=low - * Initial Release + * Upload the package + * Git: slp/pkgs/b/bluetooth-tools + * Tag: bluetooth-tools_0.2.26 - -- Jaekyun Lee Fri, 23 Mar 2012 10:56:06 +0900 + -- Divya yadav Tue, 07 Aug 2012 12:48:23 +0530 + +bluetooth-tools (0.2.25) unstable; urgency=low + + * Upload the package + * Git: slp/pkgs/b/bluetooth-tools + * Tag: bluetooth-tools_0.2.25 + + -- DoHyun Pyun Wed, 23 May 2012 12:15:46 +0900 + +bluetooth-tools (0.2.24) unstable; urgency=low + + * Remove the code to launch the Obexd + * Git: slp/pkgs/b/bluetooth-tools + * Tag: bluetooth-tools_0.2.24 + + -- DoHyun Pyun Fri, 11 May 2012 09:42:39 +0900 + +bluetooth-tools (0.2.23) unstable; urgency=low + + * Changhe the basic FTP root folder + * Git: slp/pkgs/b/bluetooth-tools + * Tag: bluetooth-tools_0.2.23 + + -- DoHyun Pyun Tue, 08 May 2012 08:53:47 +0900 + +bluetooth-tools (0.2.22) unstable; urgency=low + + * split from bluetooth-dev-tools + * Git: slp/pkgs/b/bluetooth-tools + * Tag: bluetooth-tools_0.2.22 + + -- Jkyun Lee Mon, 05 Mar 2012 13:48:49 +0900 diff --git a/packaging/bluetooth-tools.spec b/packaging/bluetooth-tools.spec index d5ccf90..8eb65d8 100644 --- a/packaging/bluetooth-tools.spec +++ b/packaging/bluetooth-tools.spec @@ -1,6 +1,6 @@ Name: bluetooth-tools Summary: bluetooth-tools -Version: 0.1.0 +Version: 0.2.26 Release: 1 Group: TO_BE/FILLED_IN License: TO BE FILLED IN diff --git a/scripts/bt-stack-down.sh b/scripts/bt-stack-down.sh old mode 100755 new mode 100644 index 09db256..b3b2949 --- a/scripts/bt-stack-down.sh +++ b/scripts/bt-stack-down.sh @@ -14,6 +14,7 @@ killall bt-syspopup killall bluetooth-share killall bluetooth-pb-agent killall bluetooth-map-agent +killall bluetooth-hfp-agent # result exit 0 diff --git a/scripts/bt-stack-up.sh b/scripts/bt-stack-up.sh index 8353d60..4b780e7 100755 --- a/scripts/bt-stack-up.sh +++ b/scripts/bt-stack-up.sh @@ -15,16 +15,6 @@ fi # Execute BlueZ BT stack echo "Run bluetoothd" /usr/sbin/bluetoothd -d -/usr/lib/obex/obexd -d --noplugin=syncevolution,pcsuite --symlinks -r /opt/media /usr/bin/bluetooth-share & -sleep 2 exit 0 - -# Check result -#if (dbus-send --system --print-reply --dest=org.bluez / org.bluez.Manager.DefaultAdapter | grep hci); then -# exit 0 -#else -# echo "Running BT stack is failed." -# exit 1 -#fi