summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index 74b3dba..03f464d 100644
--- a/debian/control
+++ b/debian/control
@@ -20,3 +20,15 @@ Description: debhelper add-on to handle runit runscripts
20 The dh_runit command installs runscripts and adds the appropriate code to 20 The dh_runit command installs runscripts and adds the appropriate code to
21 the postinst, prerm and postrm maint scripts to properly enable/disable 21 the postinst, prerm and postrm maint scripts to properly enable/disable
22 runscripts. 22 runscripts.
23
24Package: runit-helper
25Architecture: all
26Depends: ${misc:Depends}, ${shlibs:Depends}
27Description: dh-sysuser implementation detail
28 runit-helper provides code, which actually perform actions on system
29 users on behalf of dh-runit package. This separation allows packages
30 take advantage of improvement or fixes in 'dh-runit' without
31 rebuilding.
32 .
33 This package is implementation detail of 'dh-runit'. It should never
34 be installed manually. No assumption about its content can be made.