X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=37902f2fcabd1184bc019052ed3fc553e8b5f0cd;hb=836706fbf762f0fefe1208411e177ce96a939742;hp=92eeaf30178085c13b2872f08f220d7d32081dbe;hpb=444997ef9206601538a6dc3fe638c32d79ee7b3f;p=pkg-liboping.git diff --git a/debian/control b/debian/control index 92eeaf3..37902f2 100644 --- a/debian/control +++ b/debian/control @@ -2,26 +2,28 @@ Source: liboping Section: libs Priority: optional Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 4.0.0), autotools-dev -Standards-Version: 3.7.2 +Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.13), autotools-dev, perl, perl-modules +Standards-Version: 3.8.3 +Homepage: http://verplant.org/liboping/ +Vcs-Git: git://git.tokkee.org/pkg-liboping.git +Vcs-Browser: http://git.tokkee.org/?p=pkg-liboping.git Package: liboping-dev Section: libdevel Architecture: any -Depends: liboping0 (>= ${binary:Version}) +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. . @@ -30,9 +32,19 @@ Description: C/C++ library to generate ICMP_ECHO requests Package: oping Section: net Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}) 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}, liboping0 (>= ${source:Upstream-Version}) +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. +