Code

control: Removed duplicate field "Section" for package "liboping0".
[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 Architecture: any
25 Depends: ${shlibs:Depends}
26 Description: C/C++ library to generate ICMP ECHO_REQUESTs
27  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
28  transparently. The interface is object oriented.
29  .
30  This package contains the shared library.
32 Package: oping
33 Section: net
34 Architecture: any
35 Depends: ${shlibs:Depends}
36 Description: sends ICMP_ECHO requests to network hosts
37  oping uses ICMP packages (better known as "ping packets") to test the
38  reachability of network hosts. It supports pinging multiple hosts in parallel
39  using IPv4 or IPv6 transparently.
41 Package: libnet-oping-perl
42 Section: perl
43 Architecture: any
44 Depends: ${perl:Depends}, ${shlibs:Depends}
45 Description: module for ICMP latency measurement
46  Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
47  "ping packets") and measuring the time that elapses until the reception of an
48  ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
49  hosts in parallel using IPv4 or IPv6 transparently.