Merge lp:~andreserl/maas/lp1456538 into lp:~maas-maintainers/maas/packaging

Proposed by Andres Rodriguez
Status: Merged
Approved by: Andres Rodriguez
Approved revision: 400
Merged at revision: 400
Proposed branch: lp:~andreserl/maas/lp1456538
Merge into: lp:~maas-maintainers/maas/packaging
Diff against target: 28 lines (+5/-2)
2 files modified
debian/changelog (+3/-0)
debian/rules (+2/-2)
To merge this branch: bzr merge lp:~andreserl/maas/lp1456538
Reviewer Review Type Date Requested Status
Gavin Panella (community) Approve
Review via email: mp+260327@code.launchpad.net

Commit message

debian/rules: Ensure maas-regiond-worker is not started in packaging.

To post a comment you must log in.
Revision history for this message
Gavin Panella (allenap) :
review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2015-05-22 12:08:34 +0000
3+++ debian/changelog 2015-05-27 15:37:48 +0000
4@@ -4,6 +4,9 @@
5 * debian/extras/99-maas-sudoers: Allow maas to check the status of
6 maas-dhcpd and maas-dhcp6 and start these services (LP: #1457708).
7
8+ [ Andres Rodriguez ]
9+ * debian/rules: Ensure maas-regiond-worker is not started in packaging.
10+
11 -- Andres Rodriguez <andreserl@ubuntu.com> Thu, 21 May 2015 19:18:22 -0400
12
13 maas (1.8.0~beta7+bzr3926-0ubuntu1) trusty; urgency=medium
14
15=== modified file 'debian/rules'
16--- debian/rules 2015-05-15 17:10:13 +0000
17+++ debian/rules 2015-05-27 15:37:48 +0000
18@@ -18,8 +18,8 @@
19 dh_installinit --name maas-regiond
20 dh_systemd_start --name maas-regiond
21 # maas-regiond-worker
22- dh_installinit --name maas-regiond-worker # Upstart
23- dh_installinit --name maas-regiond-worker@ # systemd
24+ dh_installinit --no-start --name maas-regiond-worker # Upstart
25+ dh_installinit --no-start --name maas-regiond-worker@ # systemd
26 # maas-dhcpd
27 dh_systemd_enable --name maas-dhcpd
28 dh_installinit --name maas-dhcpd

Subscribers

People subscribed via source and target branches

to all changes: