[Pkg-bluetooth-commits] r1385 - /packages/bluez/trunk/debian/rules

iwamatsu at users.alioth.debian.org iwamatsu at users.alioth.debian.org
Tue Apr 8 01:01:45 UTC 2014


Author: iwamatsu
Date: Tue Apr  8 01:01:45 2014
New Revision: 1385

URL: http://svn.debian.org/wsvn/pkg-bluetooth/?sc=1&rev=1385
Log:
Add override_dh_systemd_enable and override_dh_systemd_start target in debian/rules

Modified:
    packages/bluez/trunk/debian/rules

Modified: packages/bluez/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-bluetooth/packages/bluez/trunk/debian/rules?rev=1385&op=diff
==============================================================================
--- packages/bluez/trunk/debian/rules	(original)
+++ packages/bluez/trunk/debian/rules	Tue Apr  8 01:01:45 2014
@@ -33,3 +33,9 @@
 
 override_dh_strip:
 	dh_strip -a --dbg-package=bluez-dbg libbluetooth3-dbg
+
+override_dh_systemd_enable:
+	dh_systemd_enable -pbluez bluetooth.service
+
+override_dh_systemd_start:
+	dh_systemd_start -pbluez --restart-after-upgrade bluetooth.service




More information about the Pkg-bluetooth-commits mailing list