1 Source: liboping
2 Section: libs
3 Priority: optional
4 Maintainer: Sebastian Harl <tokkee@debian.org>
5 Uploaders: Barak A. Pearlmutter <bap@debian.org>
6 Build-Depends: debhelper (>= 7), dpkg-dev (>= 1.14.13), autotools-dev,
7 chrpath,
8 perl, perl-modules,
9 libncurses5-dev
10 Standards-Version: 3.9.2
11 Homepage: http://verplant.org/liboping/
12 Vcs-Git: git://git.tokkee.org/pkg-liboping.git
13 Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git
15 Package: liboping-dev
16 Section: libdevel
17 Architecture: any
18 Depends: liboping0 (= ${binary:Version}), ${misc:Depends}
19 Conflicts: liboping0-dev
20 Replaces: liboping0-dev
21 Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
22 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
23 transparently. The interface is object oriented.
24 .
25 This package contains the header files, the static library and the manpages.
27 Package: liboping0
28 Architecture: any
29 Depends: ${shlibs:Depends}, ${misc:Depends}
30 Description: C/C++ library to generate ICMP ECHO_REQUESTs
31 liboping features pinging multiple hosts in parallel using IPv4 or IPv6
32 transparently. The interface is object oriented.
33 .
34 This package contains the shared library.
36 Package: oping
37 Section: net
38 Architecture: any
39 Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}),
40 ${misc:Depends}
41 Description: sends ICMP_ECHO requests to network hosts
42 oping uses ICMP packages (better known as "ping packets") to test the
43 reachability of network hosts. It supports pinging multiple hosts in parallel
44 using IPv4 and/or IPv6 transparently.
45 .
46 This package contains two command line applications: "oping" is a replacement
47 for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based
48 tool which displays statistics while pinging and highlights aberrant
49 round-trip times.
51 Package: libnet-oping-perl
52 Section: perl
53 Architecture: any
54 Depends: ${perl:Depends}, ${shlibs:Depends},
55 liboping0 (>= ${source:Upstream-Version}), ${misc:Depends}
56 Description: module for ICMP latency measurement
57 Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
58 "ping packets") and measuring the time that elapses until the reception of an
59 ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
60 hosts in parallel using IPv4 or IPv6 transparently.