File: control

package info (click to toggle)
uptimed 1%3A0.4.0%2Bgit20150923.6b22106-1.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 748 kB
  • ctags: 226
  • sloc: ansic: 2,634; sh: 293; perl: 55; makefile: 51
file content (66 lines) | stat: -rw-r--r-- 2,509 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
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.