Source: uptimed
Section: utils
Priority: extra
Maintainer: gustavo panizzo <gfa@zumbi.com.ar>
Build-Depends: automake,
               debhelper (>= 10),
               dh-systemd,
               dpkg-dev (>> 1.16.1~),
               libtool,
	       opensp,
	       sgmlspl,
	       docbook-utils,
               po-debconf
Standards-Version: 3.9.8
Homepage: https://github.com/rpodgorny/uptimed
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/uptimed.git
Vcs-Git: https://anonscm.debian.org/git/collab-maint/uptimed.git

Package: uptimed
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: lsb-base, ${misc:Depends}, ${shlibs:Depends}
Description: utility to track high uptimes - daemon
 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.

Package: libuptimed0
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: utility to track high uptimes - library
 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.
 .
 This package provides the library package for uptimed.

Package: libuptimed-dev
Section: libdevel
Architecture: any
Depends: libuptimed0 (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Description: utility to track high uptimes - development files
 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.
 .
 This is the development files package for uptimed.

Package: uprecords-cgi
Architecture: all
Depends: uptimed (>= ${source:Version}), ${misc:Depends}
Recommends: apache | httpd
Description: utility to track high uptimes - CGI script
 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.
 .
 This package provides a CGI script that produces an HTML report
 containing all the highest uptimes from the uptimed database.
