[Pkg-bluetooth-commits] r1399 - in /packages/bluez/trunk/debian: bluez.links bluez.links.in changelog rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon Jun 23 00:57:53 UTC 2014


Author: iwamatsu
Date: Mon Jun 23 00:57:53 2014
New Revision: 1399

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

- Move bluez.links.in to bluez.links, and remove DEB_HOST_MULTIARCH.
- Remove sed function from override_dh_auto_configure target in rules.

Added:
    packages/bluez/trunk/debian/bluez.links
      - copied, changed from r1392, packages/bluez/trunk/debian/bluez.links.in
Removed:
    packages/bluez/trunk/debian/bluez.links.in
Modified:
    packages/bluez/trunk/debian/changelog
    packages/bluez/trunk/debian/rules

Copied: packages/bluez/trunk/debian/bluez.links (from r1392, packages/bluez/trunk/debian/bluez.links.in)
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.links?rev=1399&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.links.in	(original)
+++ packages/bluez/trunk/debian/bluez.links	Mon Jun 23 00:57:53 2014
@@ -1 +1 @@
-usr/lib/@DEB_HOST_MULTIARCH@/bluetooth/bluetoothd usr/sbin/bluetoothd
+usr/lib/bluetooth/bluetoothd usr/sbin/bluetoothd

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1399&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog	(original)
+++ packages/bluez/trunk/debian/changelog	Mon Jun 23 00:57:53 2014
@@ -4,6 +4,9 @@
   * 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.
+    - Move bluez.links.in to bluez.links, and remove DEB_HOST_MULTIARCH.
+    - Remove sed function from override_dh_auto_configure target 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=1399&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules	(original)
+++ packages/bluez/trunk/debian/rules	Mon Jun 23 00:57:53 2014
@@ -28,8 +28,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(CONFIGURE_FLAGS)
-	sed 's/@DEB_HOST_MULTIARCH@/$(DEB_HOST_MULTIARCH)/g' \
-		debian/bluez.links.in > debian/bluez.links
 
 override_dh_installinit:
 	dh_installinit -pbluez --name=bluetooth --restart-after-upgrade




More information about the Pkg-bluetooth-commits mailing list