blob: 9f76b090ed5f3797521082e9eb46def7fec09a79 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
|
init-system-helpers (1.5) unstable; urgency=low
* deb-systemd-helper: clean up /var/lib/systemd/deb-systemd-helper-enabled
and /etc/systemd to pass a piuparts run.
* deb-systemd-helper: add --quiet
* dh_systemd_enable: add --no-enable
-- Michael Stapelberg <stapelberg@debian.org> Sun, 14 Jul 2013 21:53:26 +0200
init-system-helpers (1.4) unstable; urgency=low
* deb-systemd-helper: ensure state directory exists before writing to it
(Thanks uau, bigon) (Closes: #714265)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 27 Jun 2013 18:28:36 +0200
init-system-helpers (1.3) unstable; urgency=low
* deb-systemd-helpe): replicate /etc/systemd/system in state dir
* deb-systemd-helper: delete state file on remove if user didn’t disable
service
* deb-systemd-helper: always store .dsh-also state, not only when creating
links
* add deb-systemd-invoke, a wrapper which respects (basic) policy-rc.d
-- Michael Stapelberg <stapelberg@debian.org> Wed, 19 Jun 2013 19:44:59 +0200
init-system-helpers (1.2) unstable; urgency=low
* split dh_systemd into dh_systemd_start and dh_systemd_enable. This makes
each helper much easier and allows us to do the right thing — we need to
run parts of the code _before_ dh_installinit and parts of the code
_afterwards_.
* deb-systemd-helper: only remove state file on purge.
* deb-systemd-helper: store state about which units were enabled in addition
to the specified one. This allows us to drop Also= and Alias= units from
the call to deb-systemd-helper and behave more like systemctl.
-- Michael Stapelberg <stapelberg@debian.org> Tue, 18 Jun 2013 23:38:45 +0200
init-system-helpers (1.1) unstable; urgency=low
* deb-systemd-helper: also store enable state for already enabled units
* add dh-systemd package which contains the dh_systemd debhelper add-on
-- Michael Stapelberg <stapelberg@debian.org> Tue, 11 Jun 2013 23:32:02 +0200
init-system-helpers (1.0) unstable; urgency=low
* Initial release
-- Michael Stapelberg <stapelberg@debian.org> Sun, 05 May 2013 11:25:48 +0200
|