[Pkg-bluetooth-commits] r1398 - in /packages/bluez/trunk/debian: bluez-obexd.install bluez.install changelog rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Sun Jun 22 23:55:30 UTC 2014


Author: iwamatsu
Date: Sun Jun 22 23:55:29 2014
New Revision: 1398

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1398
Log:
Move bluetoothd daemon and obexd to /usr/lib/bluetooth/. (Closes: #749283)

Modified:
    packages/bluez/trunk/debian/bluez-obexd.install
    packages/bluez/trunk/debian/bluez.install
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/rules

Modified: packages/bluez/trunk/debian/bluez-obexd.install
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez-obexd.install?rev=1398&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez-obexd.install	(original)
+++ packages/bluez/trunk/debian/bluez-obexd.install	Sun Jun 22 23:55:29 2014
@@ -1,3 +1,3 @@
-usr/lib/*/bluetooth/obexd
+usr/lib/bluetooth/obexd
 usr/share/dbus-1/services/org.bluez.obex.service
 usr/lib/systemd/user/obex.service

Modified: packages/bluez/trunk/debian/bluez.install
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.install?rev=1398&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.install	(original)
+++ packages/bluez/trunk/debian/bluez.install	Sun Jun 22 23:55:29 2014
@@ -3,7 +3,7 @@
 # profiles/audio/audio.conf etc/bluetooth
 profiles/network/network.conf etc/bluetooth
 profiles/proximity/proximity.conf etc/bluetooth
-usr/lib/*/bluetooth/bluetoothd
+usr/lib/bluetooth/bluetoothd
 usr/bin/bluetoothctl
 usr/bin/bccmd
 usr/bin/btmon

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1398&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog	(original)
+++ packages/bluez/trunk/debian/changelog	Sun Jun 22 23:55:29 2014
@@ -1,6 +1,9 @@
 bluez (5.19-1~exp0) experimental; urgency=medium
 
   * New upstream release. Update to 5.19.
+  * Move bluetoothd daemon and obexd to /usr/lib/bluetooth/. (Closes: #749283)
+    - Change bluez-obexd.install and bluez.install.
+    - Add --libexec to CONFIGURE_FLAGS in rules.
 
  -- Nobuhiro Iwamatsu <iwamatsu at debian.org>  Wed, 21 May 2014 11:57:16 +0900
 

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1398&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules	(original)
+++ packages/bluez/trunk/debian/rules	Sun Jun 22 23:55:29 2014
@@ -6,6 +6,7 @@
 CONFIGURE_FLAGS := \
 	--disable-silent-rules \
 	--libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) \
+	--libexec=\$${prefix}/lib/ \
 	--enable-static \
 	--enable-usb \
 	--enable-tools \




More information about the Pkg-bluetooth-commits mailing list