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

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon May 20 07:54:26 UTC 2013


Author: iwamatsu
Date: Mon May 20 07:54:26 2013
New Revision: 1291

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1291
Log:
Add support systemd

Modified:
    packages/bluez/trunk/debian/bluez-obexd.install
    packages/bluez/trunk/debian/bluez.install
    packages/bluez/trunk/debian/control
    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=1291&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez-obexd.install (original)
+++ packages/bluez/trunk/debian/bluez-obexd.install Mon May 20 07:54:26 2013
@@ -1,1 +1,3 @@
 usr/lib/*/bluetooth/obexd usr/lib/bluetooth
+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=1291&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.install (original)
+++ packages/bluez/trunk/debian/bluez.install Mon May 20 07:54:26 2013
@@ -20,9 +20,9 @@
 lib/udev/hid2hci
 lib/udev/rules.d/97-hid2hci.rules
 #-- for systemd
-# lib/systemd 
-# usr/lib/systemd
-# usr/share/dbus-1
+lib/systemd/system/bluetooth.service
+etc/dbus-1/system.d/bluetooth.conf
+usr/share/dbus-1/system-services/org.bluez.service
 usr/share/man/man1/sdptool.1
 usr/share/man/man1/bccmd.1
 usr/share/man/man1/hciattach.1

Modified: packages/bluez/trunk/debian/control
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/control?rev=1291&op=diff
==============================================================================
--- packages/bluez/trunk/debian/control (original)
+++ packages/bluez/trunk/debian/control Mon May 20 07:54:26 2013
@@ -15,7 +15,8 @@
                libudev-dev,
                libreadline-dev,
                check (>= 0.9.8-1.1),
-			   libical-dev
+			   libical-dev,
+			   systemd
 Vcs-Svn: svn://svn.debian.org/svn/pkg-bluetooth/packages/bluez/trunk
 Vcs-Browser: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk
 Homepage: http://www.bluez.org

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1291&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Mon May 20 07:54:26 2013
@@ -18,7 +18,7 @@
 	--enable-obex \
 	--enable-client \
 	--enable-experimental \
-	--disable-systemd 
+	--enable-systemd 
 
 %:
 	dh $@




More information about the Pkg-bluetooth-commits mailing list