summaryrefslogtreecommitdiff
path: root/debian/control
blob: 944dff41005a74964db50ddd9a4c4ec83ac6408b (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Source: dh-runit
Section: admin
Priority: optional
Maintainer: Dmitry Bogatov <KAction@debian.org>
Build-Depends:
 debhelper-compat (= 12),
 perl,
 perl-doc,
 libfile-copy-recursive-perl,
 libtext-hogan-perl,
 libfile-slurp-perl,
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/runit-team/dh-runit
Vcs-Git: https://salsa.debian.org/runit-team/dh-runit.git
Homepage: https://salsa.debian.org/runit-team/dh-runit

Package: dh-runit
Architecture: all
Depends: debhelper (>= 9),
         libtext-hogan-perl,
         libfile-slurp-perl,
         libfile-copy-recursive-perl,
         ${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.

Package: runit-helper
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: dh-runit implementation detail
 runit-helper provides code, which actually perform actions on system
 users on behalf of dh-runit package. This separation allows packages
 take advantage of improvement or fixes in 'dh-runit' without
 rebuilding.
 .
 This package is implementation detail of 'dh-runit'. It should never
 be installed manually. No assumption about its content can be made.