Code

357dde5e741361a104ecd1e87cc545da65557b9a
[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), autotools-dev, dpatch, perl-modules
6 Standards-Version: 3.8.1
7 Homepage: http://verplant.org/liboping/
8 Vcs-Git: git://git.tokkee.org/pkg-liboping.git
9 Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git
11 Package: liboping-dev
12 Section: libdevel
13 Architecture: any
14 Depends: liboping0 (>= ${binary:Version})
15 Conflicts: liboping0-dev
16 Replaces: liboping0-dev
17 Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
18  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
19  transparently. The interface is object oriented.
20  .
21  This package contains the header files, the static library and the manpages.
23 Package: liboping0
24 Section: libs
25 Architecture: any
26 Depends: ${shlibs: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}
37 Description: sends ICMP_ECHO requests to network hosts
38  oping uses ICMP packages (better known as "ping packets") to test the
39  reachability of network hosts. It supports pinging multiple hosts in parallel
40  using IPv4 or IPv6 transparently.
42 Package: libnet-oping-perl
43 Section: perl
44 Architecture: any
45 Depends: ${perl:Depends}, ${shlibs:Depends}
46 Description: module for ICMP latency measurement
47  Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
48  "ping packets") and measuring the time that elapses until the reception of an
49  ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
50  hosts in parallel using IPv4 or IPv6 transparently.