Code

Renamed liboping0-dev to liboping-dev.
[pkg-liboping.git] / debian / control
1 Source: liboping
2 Section: libs
3 Priority: optional
4 Maintainer: Sebastian Harl <sh@tokkee.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 Description: C library to generate ICMP_ECHO requests (development files)
13  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
14  transparently. The interface is object oriented.
15  .
16  This package contains the header files, the static library and the manpages.
18 Package: liboping0
19 Section: libs
20 Architecture: any
21 Depends: ${shlibs:Depends}
22 Description: C library to generate ICMP_ECHO requests
23  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
24  transparently. The interface is object oriented.
25  .
26  This package contains the shared library.
28 Package: oping
29 Section: net
30 Architecture: any
31 Depends: ${shlibs:Depends}
32 Description: sends ICMP_ECHO requests to network hosts
33  oping uses ICMP packages (better known as "ping packets") to test the 
34  reachability of network hosts. It supports pinging multiple hosts in parallel 
35  using IPv4 or IPv6 transparently.