summaryrefslogtreecommitdiff
path: root/debian/control
blob: f0ec5a85f2b2dcca2dc030a979ddb450ac69c5d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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/dh-runit.git
Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/dh-runit.git
Homepage: https://anonscm.debian.org/cgit/users/kaction-guest/dh-runit.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.