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
|
Source: uptimed
Section: utils
Priority: optional
Maintainer: Axel Beckert <abe@debian.org>
Build-Depends: automake,
debhelper-compat (= 13),
docbook-utils,
dpkg-dev (>> 1.16.1~),
libtool,
opensp,
po-debconf,
sgmlspl
Standards-Version: 4.6.0
Homepage: https://github.com/rpodgorny/uptimed
Vcs-Browser: https://salsa.debian.org/debian/uptimed
Vcs-Git: https://salsa.debian.org/debian/uptimed.git
Rules-Requires-Root: no
Package: uptimed
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${misc:Depends},
${shlibs:Depends}
Replaces: libuptimed-dev,
libuptimed0
Breaks: libuptimed-dev,
libuptimed0
Provides: libuptimed-dev,
libuptimed0
Description: daemon to track uptimes, especially the high ones
The uptime daemon tracks a system's highest uptimes via boot IDs,
using the system boot time to keep sessions apart from each other.
It features a console program to display statistics, and can
send mail if a milestone or a new record is reached.
|