Code

c10e1efdec42496a15772cb46a2daa202f4e117d
[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.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.