summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control4
1 files changed, 3 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 08d73ab..7095b8f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,9 @@ 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), ${shlibs:Depends}, ${misc:Depends},
13 perl-modules,
14 libpath-tiny-perl
13Description: debhelper add-on to handle runit runscripts 15Description: debhelper add-on to handle runit runscripts
14 dh-runit provides a debhelper sequence addon named 'runit' and the 16 dh-runit provides a debhelper sequence addon named 'runit' and the
15 dh_runit command. 17 dh_runit command.