summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 7095b8f..97a7a9b 100644
--- a/debian/control
+++ b/debian/control
@@ -9,13 +9,15 @@ Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git
9 9
10Package: dh-runit 10Package: dh-runit
11Architecture: any 11Architecture: any
12Depends: debhelper (>= 9), ${shlibs:Depends}, ${misc:Depends}, 12Depends: debhelper (>= 9),
13 libpath-tiny-perl,
13 perl-modules, 14 perl-modules,
14 libpath-tiny-perl 15 ${misc:Depends},
16 ${shlibs:Depends}
15Description: debhelper add-on to handle runit runscripts 17Description: debhelper add-on to handle runit runscripts
16 dh-runit provides a debhelper sequence addon named 'runit' and the 18 dh-runit provides a debhelper sequence addon named 'runit' and the
17 dh_runit command. 19 dh_runit command.
18 . 20 .
19 The dh_runit command installs runscripts and adds the appropriate code to 21 The dh_runit command installs runscripts and adds the appropriate code to
20 the postinst, prerm and postrm maint scripts to properly enable/disable 22 the postinst, prerm and postrm maint scripts to properly enable/disable
21 runscripts. \ No newline at end of file 23 runscripts.