Code

control: Let all packages depend on ${misc:Depends}.
[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), dpkg-dev (>= 1.14.13), autotools-dev,
6  perl, perl-modules, libncurses5-dev
7 Standards-Version: 3.8.4
8 Homepage: http://verplant.org/liboping/
9 Vcs-Git: git://git.tokkee.org/pkg-liboping.git
10 Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git
12 Package: liboping-dev
13 Section: libdevel
14 Architecture: any
15 Depends: liboping0 (= ${binary:Version}), ${misc:Depends}
16 Conflicts: liboping0-dev
17 Replaces: liboping0-dev
18 Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files)
19  liboping features pinging multiple hosts in parallel using IPv4 or IPv6
20  transparently. The interface is object oriented.
21  .
22  This package contains the header files, the static library and the manpages.
24 Package: liboping0
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc: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}, liboping0 (>= ${source:Upstream-Version}),
37  ${misc:Depends}
38 Description: sends ICMP_ECHO requests to network hosts
39  oping uses ICMP packages (better known as "ping packets") to test the
40  reachability of network hosts. It supports pinging multiple hosts in parallel
41  using IPv4 or IPv6 transparently.
43 Package: libnet-oping-perl
44 Section: perl
45 Architecture: any
46 Depends: ${perl:Depends}, ${shlibs:Depends},
47  liboping0 (>= ${source:Upstream-Version}), ${misc:Depends}
48 Description: module for ICMP latency measurement
49  Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as
50  "ping packets") and measuring the time that elapses until the reception of an
51  ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple
52  hosts in parallel using IPv4 or IPv6 transparently.