X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=debian%2Fcontrol;h=d37a8d9f36a66e96ab2f17d6fd8bc7507a6e63de;hb=f898c267ab3f88cb9b378fddab5cd11e58769383;hp=012b75e1f234298492a0cc1a126b5d0d16c76aeb;hpb=a0f5612381c6818bc2ab48996b07852870b1a809;p=pkg-liboping.git diff --git a/debian/control b/debian/control index 012b75e..d37a8d9 100644 --- a/debian/control +++ b/debian/control @@ -1,25 +1,30 @@ Source: liboping Section: libs Priority: optional -Maintainer: Sebastian Harl -Build-Depends: debhelper (>= 4.0.0), autotools-dev -Standards-Version: 3.7.2 +Maintainer: Sebastian Harl +Build-Depends: debhelper (>= 5.0.0), dpkg-dev (>= 1.14.13), autotools-dev, + perl, perl-modules, libncurses5-dev +Standards-Version: 3.9.1 +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 (= ${Source-Version}) -Description: C library to generate ICMP_ECHO requests (development files) +Depends: liboping0 (= ${binary:Version}), ${misc:Depends} +Conflicts: liboping0-dev +Replaces: liboping0-dev +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 library to generate ICMP_ECHO requests +Depends: ${shlibs:Depends}, ${misc:Depends} +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. . @@ -28,9 +33,26 @@ Description: C library to generate ICMP_ECHO requests Package: oping Section: net Architecture: any -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}), + ${misc: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 - using IPv4 or IPv6 transparently. + 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 and/or IPv6 transparently. + . + This package contains two command line applications: "oping" is a replacement + for tools like ping(1), ping6(1) and fping(1). "noping" is an ncurses-based + tool which displays statistics while pinging and highlights aberrant + round-trip times. + +Package: libnet-oping-perl +Section: perl +Architecture: any +Depends: ${perl:Depends}, ${shlibs:Depends}, + liboping0 (>= ${source:Upstream-Version}), ${misc: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.