summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control19
1 files changed, 19 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..08d73ab
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,19 @@
1Source: dh-runit
2Section: admin
3Priority: optional
4Maintainer: Dmitry Bogatov <KAction@gnu.org>
5Build-Depends: debhelper (>=9), perl, perl-doc
6Standards-Version: 3.9.8
7Vcs-Browser: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git
8Vcs-Git: https://anonscm.debian.org/cgit/users/kaction-guest/cligh.git
9
10Package: dh-runit
11Architecture: any
12Depends: debhelper (>= 9), ${shlibs:Depends}, ${misc:Depends}
13Description: debhelper add-on to handle runit runscripts
14 dh-runit provides a debhelper sequence addon named 'runit' and the
15 dh_runit command.
16 .
17 The dh_runit command installs runscripts and adds the appropriate code to
18 the postinst, prerm and postrm maint scripts to properly enable/disable
19 runscripts. \ No newline at end of file