summaryrefslogtreecommitdiff
path: root/debian/control
blob: 34adebd0bcdf58b82b7f428e662f732e13e34d29 (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
Source: downtimed
Section: admin
Priority: optional
Maintainer: Jörg Frings-Fürst <debian@jff.email>
Build-Depends:
 debhelper-compat (= 13),
 dpkg-dev (>= 1.15.7)
Standards-Version: 4.6.1.0
Rules-Requires-Root: no
Homepage: http://dist.epipe.com/downtimed/
Vcs-Git: git://jff.email/opt/git/downtimed.git
Vcs-Browser: https://jff.email/cgit/downtimed.git

Package: downtimed
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 lsb-base (>= 3.2-14)
Pre-Depends:
 ${misc:Pre-Depends}
Description: monitor of downtime, shutdown, and crashes
 Downtimed is a daemon intended to monitor and record the times
 an operating system is non-functional.  It does this by keeping
 a simple database file and by regularly recording time stamps.
 A client executable reads the database to account for the lengths
 of periods when the system was down.