X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=fc62cb9becc647bf99411a80f7d951c181339ea6;hb=a66c6b8b1776c1622626cfcea184977dac167718;hp=24042895d86e7c7f8507541c06241e954cfcc97c;hpb=18d9594f85b2513b78bcd3a8eb821aab88c17a6f;p=pkg-liboping.git diff --git a/debian/control b/debian/control index 2404289..fc62cb9 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: liboping Section: libs Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 4.0.0), autotools-dev, dpatch +Build-Depends: debhelper (>= 5.0.0), autotools-dev, dpatch, perl-modules Standards-Version: 3.8.1 Homepage: http://verplant.org/liboping/ Vcs-Git: git://git.tokkee.org/pkg-liboping.git @@ -14,17 +14,16 @@ Architecture: any Depends: liboping0 (>= ${binary:Version}) Conflicts: liboping0-dev Replaces: liboping0-dev -Description: C/C++ library to generate ICMP_ECHO requests (development files) +Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files) liboping features pinging multiple hosts in parallel using IPv4 or IPv6 transparently. The interface is object oriented. . This package contains the header files, the static library and the manpages. Package: liboping0 -Section: libs Architecture: any Depends: ${shlibs:Depends} -Description: C/C++ library to generate ICMP_ECHO requests +Description: C/C++ library to generate ICMP ECHO_REQUESTs liboping features pinging multiple hosts in parallel using IPv4 or IPv6 transparently. The interface is object oriented. . @@ -35,7 +34,17 @@ Section: net Architecture: any Depends: ${shlibs:Depends} Description: sends ICMP_ECHO requests to network hosts - oping uses ICMP packages (better known as "ping packets") to test the - reachability of network hosts. It supports pinging multiple hosts in parallel + oping uses ICMP packages (better known as "ping packets") to test the + reachability of network hosts. It supports pinging multiple hosts in parallel using IPv4 or IPv6 transparently. +Package: libnet-oping-perl +Section: perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends} +Description: module for ICMP latency measurement + Net::Oping is a Perl module for sending ICMP ECHO_REQUESTs (better known as + "ping packets") and measuring the time that elapses until the reception of an + ICMP ECHO_REPLY packet (also known as "pong"). It supports pinging multiple + hosts in parallel using IPv4 or IPv6 transparently. +