Code

Bump version to 1.10.0; Update ChangeLog.
[liboping.git] / debian / control
1 Source: liboping
2 Section: libs
3 Priority: optional
4 Maintainer: Florian Forster <octo@verplant.org>
5 Build-Depends: debhelper (>= 4.0.0), autotools-dev
6 Standards-Version: 3.6.2
8 Package: liboping
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}
12 Description: Library to send ICMPv4/ICMPv6 echo packets to multiple hosts
13  liboping was inspired by ping, libping and fping: It differs from these
14  existing solutions in that it can `ping' multiple hosts in parallel using IPv4
15  or IPv6 transparently. Other design principles were an object oriented
16  interface, simplicity and extensibility.
18 Package: liboping-dev
19 Section: libdevel
20 Architecture: any
21 Depends: liboping (= ${Source-Version})
22 Description: Development files for the liboping library
23  liboping was inspired by ping, libping and fping: It differs from these
24  existing solutions in that it can `ping' multiple hosts in parallel using IPv4
25  or IPv6 transparently. Other design principles were an object oriented
26  interface, simplicity and extensibility.
28 Package: oping
29 Section: net
30 Architecture: any
31 Depends: liboping (= ${Source-Version}), ${shlibs:Depends}
32 Description: Sends ICMPv4/ICMPv6 echo packets to multiple remote hosts
33  liboping was inspired by ping, libping and fping: It differs from these
34  existing solutions in that it can `ping' multiple hosts in parallel using IPv4
35  or IPv6 transparently. Other design principles were an object oriented
36  interface, simplicity and extensibility.