Code

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