Merge lp:~mterry/indicator-bluetooth/systemd-lifecycle into lp:indicator-bluetooth

Proposed by Michael Terry
Status: Work in progress
Proposed branch: lp:~mterry/indicator-bluetooth/systemd-lifecycle
Merge into: lp:indicator-bluetooth
Diff against target: 48 lines (+8/-2)
4 files modified
data/indicator-bluetooth.service.in (+4/-1)
debian/control (+1/-0)
debian/indicator-bluetooth.links (+2/-0)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~mterry/indicator-bluetooth/systemd-lifecycle
Reviewer Review Type Date Requested Status
Indicator Applet Developers Pending
Review via email: mp+321787@code.launchpad.net

Commit message

WIP

To post a comment you must log in.

Unmerged revisions

108. By Michael Terry

Start indicator in systemd when indicators.target is started

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'data/indicator-bluetooth.service.in'
--- data/indicator-bluetooth.service.in 2016-10-22 09:06:54 +0000
+++ data/indicator-bluetooth.service.in 2017-04-03 21:11:43 +0000
@@ -1,8 +1,11 @@
1[Unit]1[Unit]
2Description=Indicator Bluetooth Backend2Description=Indicator Bluetooth Backend
3PartOf=graphical-session.target3PartOf=graphical-session.target
4After=indicators-pre.target4PartOf=indicators.target
55
6[Service]6[Service]
7ExecStart=@pkglibexecdir@/indicator-bluetooth-service7ExecStart=@pkglibexecdir@/indicator-bluetooth-service
8Restart=on-failure8Restart=on-failure
9
10[Install]
11WantedBy=indicators.target
912
=== modified file 'debian/control'
--- debian/control 2016-07-19 07:35:00 +0000
+++ debian/control 2017-04-03 21:11:43 +0000
@@ -4,6 +4,7 @@
4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>4Maintainer: Ubuntu Desktop Team <ubuntu-desktop@lists.ubuntu.com>
5Build-Depends: debhelper (>= 9.0),5Build-Depends: debhelper (>= 9.0),
6 dh-autoreconf,6 dh-autoreconf,
7 dh-systemd,
7 dh-translations,8 dh-translations,
8 gnome-common,9 gnome-common,
9 libglib2.0-dev,10 libglib2.0-dev,
1011
=== added file 'debian/indicator-bluetooth.links'
--- debian/indicator-bluetooth.links 1970-01-01 00:00:00 +0000
+++ debian/indicator-bluetooth.links 2017-04-03 21:11:43 +0000
@@ -0,0 +1,2 @@
1# Because dh-systemd does not yet support user units, we manually make the WantedBy link
2/usr/lib/systemd/user/indicator-bluetooth.service /usr/lib/systemd/user/indicators.target.wants/indicator-bluetooth.service
03
=== modified file 'debian/rules'
--- debian/rules 2013-01-31 17:19:41 +0000
+++ debian/rules 2017-04-03 21:11:43 +0000
@@ -3,7 +3,7 @@
3export DPKG_GENSYMBOLS_CHECK_LEVEL=43export DPKG_GENSYMBOLS_CHECK_LEVEL=4
44
5%:5%:
6 dh $@ --with translations,autoreconf6 dh $@ --with autoreconf,systemd,translations
77
8override_dh_autoreconf:8override_dh_autoreconf:
9 NOCONFIGURE=1 dh_autoreconf ./autogen.sh9 NOCONFIGURE=1 dh_autoreconf ./autogen.sh

Subscribers

People subscribed via source and target branches