File: control

package info (click to toggle)
smokeping 2.7.3-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 8,816 kB
  • sloc: perl: 17,259; sh: 3,868; javascript: 668; xml: 293; makefile: 165
file content (69 lines) | stat: -rw-r--r-- 1,792 bytes parent folder | download | duplicates (2)
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
67
68
69
Source: smokeping
Section: net
Priority: optional
Maintainer: Gabriel Filion <gabriel@koumbit.org>
Uploaders: Antoine Beaupré <anarcat@debian.org>
Build-Depends: debhelper (>= 10~)
 , autoconf
 , automake
 , dh-apache2
 , apache2-dev
 , rename
Build-Depends-Indep: librrds-perl
 , groff-base
 , libhtml-parser-perl
 , libdigest-hmac-perl
 , libwww-perl
 , liburi-perl
 , libcgi-fast-perl
 , libconfig-grammar-perl
 , libnet-openssh-perl
 , libnet-snmp-perl
 , libnet-ldap-perl
 , libnet-dns-perl
 , libnet-telnet-perl
 , libio-pty-perl
Standards-Version: 4.3.0
Homepage: https://smokeping.org/
Vcs-Browser: https://salsa.debian.org/debian/smokeping
Vcs-Git: https://salsa.debian.org/debian/smokeping.git

Package: smokeping
Architecture: all
Depends: ${perl:Depends}, ${misc:Depends}
 , libwww-perl
 , libsnmp-session-perl (>= 0.86)
 , librrds-perl (>= 1.2)
 , liburi-perl
 , fping (>= 2.4b2-to-ipv6-2)
 , libcgi-fast-perl
 , debianutils (>= 1.7)
 , adduser
 , lsb-base (>= 3.0-6)
 , libdigest-hmac-perl
 , ucf (>= 0.28)
 , libconfig-grammar-perl
 , libjs-cropper
 , libjs-scriptaculous
 , libjs-prototype
 , default-mta | mail-transport-agent
Recommends: apache2 | httpd-cgi
 , libsocket6-perl
 , dnsutils
 , echoping
 , ${misc:Recommends}
Suggests: curl
 , libauthen-radius-perl
 , libnet-ldap-perl
 , libnet-dns-perl
 , openssh-client
 , libio-socket-ssl-perl
 , libnet-telnet-perl
Description: latency logging and graphing system
 SmokePing consists of a daemon process which organizes the
 latency measurements and a CGI which presents the graphs.
 .
 With SmokePing you can measure latency and packet loss in your network.
 SmokePing uses RRDtool to maintain a longterm datastore and to draw pretty
 graphs giving up to the minute information on the state of each
 network connection.