diff options
author | Michael Stapelberg <michael@stapelberg.de> | 2013-06-18 23:38:47 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-06-18 23:38:47 +0200 |
commit | bd4ea14f372d8140ee7ab79d1d7ced9f1a89f8dc (patch) | |
tree | 523d70ec4efc4c4dcbd417e9b379e1a8e84be6eb | |
parent | a13e311e14e19db5e136d553d47dc3f02db6cb18 (diff) | |
download | init-system-helpers-bd4ea14f372d8140ee7ab79d1d7ced9f1a89f8dc.tar.gz |
update changelogdebian/1.2
-rw-r--r-- | debian/changelog | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index b63da0d..51f5f39 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ init-system-helpers (1.2) unstable; urgency=low 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> Mon, 17 Jun 2013 20:58:11 +0200 + -- Michael Stapelberg <stapelberg@debian.org> Tue, 18 Jun 2013 23:38:45 +0200 init-system-helpers (1.1) unstable; urgency=low |