File: control

package info (click to toggle)
svtools 0.6-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 180 kB
  • sloc: sh: 1,278; makefile: 174
file content (30 lines) | stat: -rw-r--r-- 1,099 bytes parent folder | download
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
Source: svtools
Section: misc
Priority: optional
Maintainer: Debian QA Group <packages@qa.debian.org>
Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: help2man,
Standards-Version: 4.7.0
Rules-Requires-Root: no
Homepage: https://github.com/kayahr/svtools
Vcs-Browser: https://salsa.debian.org/debian/svtools
Vcs-Git: https://salsa.debian.org/debian/svtools.git

Package: svtools
Architecture: all
Multi-Arch: foreign
Depends: bsdextrautils,
         ${misc:Depends},
Recommends: daemontools,
Description: utilities for daemontools and multilog
 This package provides some convenient utilities to handle multilog log
 files and maintain supervised services:
 .
  mlcat - output concatenated multilog files;
  mlhead - output the first part of multilog files;
  mltail - output the last part of multilog files;
  svdir - find the daemontools service directory;
  svinfo - get information about a supervised process;
  svinitd - wrap init.d commands for daemontools services;
  svinitd-create - create an init.d script for a supervised process;
  svsetup - set up a service for daemontools.