summaryrefslogtreecommitdiff
path: root/debian/control
blob: 97a7a9bc83bc79800c2ef859fb04d465d65e78ec (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Source: dh-runit
Section: admin
Priority: optional
Maintainer: Dmitry Bogatov <KAction@gnu.org>
Build-Depends: debhelper (>=9), perl, perl-doc
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git

Package: dh-runit
Architecture: any
Depends: debhelper (>= 9),
         libpath-tiny-perl,
         perl-modules,
         ${misc:Depends},
         ${shlibs:Depends}
Description: debhelper add-on to handle runit runscripts
 dh-runit provides a debhelper sequence addon named 'runit' and the
 dh_runit command.
 .
 The dh_runit command installs runscripts and adds the appropriate code to
 the postinst, prerm and postrm maint scripts to properly enable/disable
 runscripts.