Code

1bd2ea553424a7cd18bef7749244d4c43cd9635d
[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 (>= 4.0.0), autotools-dev
6 Standards-Version: 3.7.2
8 Package: liboping-dev
9 Section: libdevel
10 Architecture: any
11 Depends: liboping0 (>= ${Source-Version})
12 Conflicts: liboping0-dev
13 Replaces: liboping0-dev
14 Description: C/C++ library to generate ICMP_ECHO requests (development files)
15  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
16  transparently. The interface is object oriented.
17  .
18  This package contains the header files, the static library and the manpages.
20 Package: liboping0
21 Section: libs
22 Architecture: any
23 Depends: ${shlibs:Depends}
24 Description: C/C++ library to generate ICMP_ECHO requests
25  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
26  transparently. The interface is object oriented.
27  .
28  This package contains the shared library.
30 Package: oping
31 Section: net
32 Architecture: any
33 Depends: ${shlibs:Depends}
34 Description: sends ICMP_ECHO requests to network hosts
35  oping uses ICMP packages (better known as "ping packets") to test the 
36  reachability of network hosts. It supports pinging multiple hosts in parallel 
37  using IPv4 or IPv6 transparently.