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

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Mon Aug 22 03:17:53 UTC 2011


Author: iwamatsu
Date: Mon Aug 22 03:17:52 2011
New Revision: 1116

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

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

Modified: packages/bluez/trunk/debian/bluez.install
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/bluez.install?rev=1116&op=diff
==============================================================================
--- packages/bluez/trunk/debian/bluez.install (original)
+++ packages/bluez/trunk/debian/bluez.install Mon Aug 22 03:17:52 2011
@@ -18,6 +18,7 @@
 lib/udev/hid2hci
 lib/udev/rules.d/97-bluetooth-hid2hci.rules
 lib/udev/rules.d/97-bluetooth.rules
+lib/systemd
 usr/share/man/man1/sdptool.1
 usr/share/man/man1/hcitool.1
 usr/share/man/man1/dfutool.1

Modified: packages/bluez/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/changelog?rev=1116&op=diff
==============================================================================
--- packages/bluez/trunk/debian/changelog (original)
+++ packages/bluez/trunk/debian/changelog Mon Aug 22 03:17:52 2011
@@ -3,6 +3,7 @@
   * New upstream release.
   * Add debug packages.
     bluez-dbg and libbluetooth3-dbg.
+  * Add support systemd.
   * Update debian/control.
     - Updated Architecture from some architecture to linux-any.
 	  (Closes: #636545)

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1116&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules (original)
+++ packages/bluez/trunk/debian/rules Mon Aug 22 03:17:52 2011
@@ -39,7 +39,8 @@
                              --enable-wiimote \
                              --enable-thermometer \
                              --enable-dbusoob \
-                             --disable-hal
+                             --disable-hal \
+                             --with-systemdunitdir=/lib/systemd/system
 
 DEB_DESTDIR := $(CURDIR)/debian/tmp
 # for debug pakcages




More information about the Pkg-bluetooth-commits mailing list