diff options
author | Michael Stapelberg <stapelberg@debian.org> | 2013-06-19 19:49:46 +0200 |
---|---|---|
committer | Michael Stapelberg <michael@stapelberg.de> | 2013-06-19 19:49:46 +0200 |
commit | 43dafe028725e36d0345c8c21c21be1fb2711233 (patch) | |
tree | 8a60efdbeaf7d4bb97c05d5ec57c2ffa55a5ae9a | |
parent | afc331012f7dd294ecfd829e04c9d9eede0f2e06 (diff) | |
download | init-system-helpers-43dafe028725e36d0345c8c21c21be1fb2711233.tar.gz |
update package description to reflect dh_systemd_* splitdebian/1.3
-rw-r--r-- | debian/control | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control index 369bd92..1003dfd 100644 --- a/debian/control +++ b/debian/control @@ -28,8 +28,9 @@ Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, debhelper Description: debhelper add-on to handle systemd unit files dh-systemd provides a debhelper sequence addon named 'systemd' and the - dh_systemd command. + dh_systemd_enable/dh_systemd_start commands. . - The dh_systemd command adds the appropriate code to the postinst, prerm and - postrm maint scripts to properly enable/disable systemd service files and deal - with start/stop/restart on upgrades for systemd-only service files. + The dh_systemd_enable command adds the appropriate code to the postinst, prerm + and postrm maint scripts to properly enable/disable systemd service files. + The dh_systemd_start command deals with start/stop/restart on upgrades for + systemd-only service files. |