summaryrefslogtreecommitdiff
path: root/debian/control
blob: 5af3042b3a04c6856ae23c00a3245946de2d2b4c (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
Source: downtimed
Section: admin
Priority: extra
Maintainer: Jörg Frings-Fürst <debian@jff-webhosting.net>
Build-Depends: 
 debhelper (>= 9),
 dh-systemd,
 dpkg-dev (>= 1.15.7)
Standards-Version: 3.9.6
Homepage: http://dist.epipe.com/downtimed/
Vcs-Git: git://anonscm.debian.org/collab-maint/downtimed.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/downtimed.git

Package: downtimed
Architecture: any
Depends: 
 ${shlibs:Depends}, 
 ${misc:Depends}, 
 lsb-base (>= 3.2-14)
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 databas 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.