File: control

package info (click to toggle)
liboping 1.10.0-5
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 716 kB
  • sloc: ansic: 3,278; perl: 210; makefile: 92; sh: 22
file content (69 lines) | stat: -rw-r--r-- 2,519 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
67
68
69
Source: liboping
Section: libs
Priority: optional
Maintainer: Sebastian Harl <tokkee@debian.org>
Uploaders: Barak A. Pearlmutter <bap@debian.org>, Bernd Zeimetz <bzed@debian.org>
Build-Depends: debhelper-compat (= 13),
	pkg-config,
	chrpath,
	perl,
	libncursesw5-dev
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://noping.cc
Vcs-Git: https://salsa.debian.org/debian/liboping.git
Vcs-Browser: https://salsa.debian.org/debian/liboping

Package: liboping-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: liboping0 (= ${binary:Version}), ${misc:Depends}
Conflicts: liboping0-dev
Replaces: liboping0-dev
Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the header files, the static library and the manpages.

Package: liboping0
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C/C++ library to generate ICMP ECHO_REQUESTs
 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
 transparently. The interface is object oriented.
 .
 This package contains the shared library.

Package: oping
Section: net
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}),
 ${misc:Depends}
Description: sends ICMP_ECHO requests to network hosts
 oping uses ICMP packages (better known as "ping packets") to test the
 reachability of network hosts. It supports pinging multiple hosts in parallel
 using IPv4 and/or IPv6 transparently.
 .
 This package contains two command line applications: "oping" is a replacement
 for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based
 tool which displays statistics while pinging and highlights aberrant
 round-trip times.

Package: libnet-oping-perl
Section: perl
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends: ${perl:Depends}, ${shlibs:Depends},
 liboping0 (>= ${source:Upstream-Version}), ${misc:Depends}
Description: module for ICMP latency measurement
 Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
 "ping packets") and measuring the time that elapses until the reception of an
 ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
 hosts in parallel using IPv4 or IPv6 transparently.