Tizen 2.0 release 2.0alpha master 2.0_alpha submit/master/20120920.150936
authorJaekyun Lee <jkyun.lee@samsung.com>
Tue, 21 Aug 2012 10:59:28 +0000 (19:59 +0900)
committerJaekyun Lee <jkyun.lee@samsung.com>
Tue, 21 Aug 2012 10:59:28 +0000 (19:59 +0900)
debian/changelog
packaging/bluetooth-tools.spec
scripts/bt-stack-down.sh [changed mode: 0755->0644]
scripts/bt-stack-up.sh

index f6253d4..ba358e3 100644 (file)
@@ -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 <jkyun.lee@samsung.com>  Fri, 23 Mar 2012 10:56:06 +0900
+ -- Divya yadav <divya.yadav@samsung.com>  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 <dh79.pyun@samsung.com>  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 <dh79.pyun@samsung.com>  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 <dh79.pyun@samsung.com>  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 <jkyun.lee@samsung.com>  Mon, 05 Mar 2012 13:48:49 +0900
index d5ccf90..8eb65d8 100644 (file)
@@ -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
old mode 100755 (executable)
new mode 100644 (file)
index 09db256..b3b2949
@@ -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
index 8353d60..4b780e7 100755 (executable)
@@ -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