summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMichael Stapelberg <stapelberg@debian.org>2013-06-11 23:32:11 +0200
committerMichael Stapelberg <michael@stapelberg.de>2013-06-11 23:32:11 +0200
commitd50611823c584b891ad076ef922cfddd67c51752 (patch)
tree05af91f2d36860de4428a45d72ef8b0d6c62455a /debian/control
parent244fbdca67461cf62f263fa79afde9395f5a4500 (diff)
downloadinit-system-helpers-debian/1.1.tar.gz
add dh-systemd package, update changelogdebian/1.1
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control11
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 23b0e20..369bd92 100644
--- a/debian/control
+++ b/debian/control
@@ -22,3 +22,14 @@ Description: helper tools for all init systems
While this package is maintained by pkg-systemd-maintainers, it is NOT
specific to systemd at all. Maintainers of other init systems are welcome to
include their helpers in this package.
+
+Package: dh-systemd
+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.
+ .
+ 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.