summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaekyun Lee <jkyun.lee@samsung.com>2012-08-21 19:59:28 +0900
committerJaekyun Lee <jkyun.lee@samsung.com>2012-08-21 19:59:28 +0900
commit1e6130e7f176bd67ec87805c9b97862aca8f6f74 (patch)
treeebfac4021f2693a3cffe2d89e5852c3873824dfc
parenteee152b573f2a3eceff85d72f822deed098a8b22 (diff)
downloadbluetooth-tools-master.tar.gz
bluetooth-tools-master.tar.bz2
bluetooth-tools-master.zip
-rw-r--r--debian/changelog40
-rw-r--r--packaging/bluetooth-tools.spec2
-rw-r--r--[-rwxr-xr-x]scripts/bt-stack-down.sh1
-rwxr-xr-xscripts/bt-stack-up.sh10
4 files changed, 39 insertions, 14 deletions
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 <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
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
index 09db256..b3b2949 100755..100644
--- 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