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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
|
init-system-helpers (1.15) unstable; urgency=low
* ship /etc/systemd/system to avoid piuparts warnings
* d-s-h: add spaces to allow the manpage to break lines with MANWIDTH=80
* i-s-h: override lintian warning spelling-error-in-manpage, we cannot
rename the upstream command “systemctl reenable” into “re-enable”
-- Michael Stapelberg <stapelberg@debian.org> Fri, 07 Feb 2014 20:18:34 +0100
init-system-helpers (1.14) unstable; urgency=low
* dh_systemd: treat symlinks like aliases (Closes: #731803)
-- Michael Stapelberg <stapelberg@debian.org> Wed, 25 Dec 2013 14:35:55 +0100
init-system-helpers (1.13) unstable; urgency=low
* d-s-h: cleanup state directory on unmask (for piuparts)
-- Michael Stapelberg <stapelberg@debian.org> Wed, 06 Nov 2013 19:10:45 +0100
init-system-helpers (1.12) unstable; urgency=low
* dh_systemd: lower generated dependency from 1.11 to 1.11~
* d-s-h: Don’t print action(s) to stderr, no news are good news
(Closes: #723727)
-- Michael Stapelberg <stapelberg@debian.org> Mon, 04 Nov 2013 19:52:10 +0100
init-system-helpers (1.11) unstable; urgency=low
* dh_systemd_enable: unmask service on purge to not leave the mask sylink
behind (Closes: #723759)
-- Michael Stapelberg <stapelberg@debian.org> Fri, 20 Sep 2013 16:27:46 +0200
init-system-helpers (1.10) unstable; urgency=low
* Bugfix: check whether /var/lib/systemd/deb-systemd-helper-enabled exists
(Thanks Alf Gaida) (Closes: #723693)
* d-s-h: Fix mask/unmask implementation (Thanks Michael Biebl)
(Closes: #714903)
-- Michael Stapelberg <stapelberg@debian.org> Thu, 19 Sep 2013 02:13:14 +0000
init-system-helpers (1.9) unstable; urgency=low
* dh_systemd_enable: document debian/package.{service,tmpfile}
* Bugfix: create files with permission 0644 (Closes: #722524)
* dh_systemd_enable: skip unit files without an [Install] section
(Closes: #721241)
* d-s-h: implement mask and unmask commands
* update maintscripts to mask a service while removed (but not purged)
(Closes: #722521, #714903)
-- Michael Stapelberg <stapelberg@debian.org> Wed, 18 Sep 2013 04:46:06 +0200
init-system-helpers (1.8) unstable; urgency=low
* Add test suite (development-time, not build-time)
* deb-systemd-helper: implement was-enabled, debian-installed, update-state
* deb-systemd-helper: update files atomically to be more robust when being
cancelled
* dh_systemd_enable: deal with changes to the [Install] section
(Closes: #717603)
-- Michael Stapelberg <stapelberg@debian.org> Wed, 24 Jul 2013 22:43:08 +0200
init-system-helpers (1.7) unstable; urgency=low
* Drop dependency on libmodule-install-perl to make it easier to have this
package in Ubuntu (Thanks Jeremy Bicha) (Closes: #716929)
-- Michael Stapelberg <stapelberg@debian.org> Tue, 16 Jul 2013 23:53:28 +0200
init-system-helpers (1.6) unstable; urgency=low
* Fix syntax error in dh_systemd_start (Closes: #716946)
-- Michael Stapelberg <stapelberg@debian.org> Mon, 15 Jul 2013 17:49:57 +0200
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
* dh_systemd_start: add --no-start
-- 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
|