Code

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