X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=debian%2Fcontrol;h=d540c60275fb3527be6fb1aac9a324cfad112936;hb=57bff7149bd86b88263148770f1e773e8a84e3b3;hp=ab18923488f7f52467b03b6d41585765fc91dafb;hpb=41dcda76e690da522a4ca31e443e120801ed7dbc;p=pkg-liboping.git diff --git a/debian/control b/debian/control index ab18923..d540c60 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ 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}), ${misc:Depends} Conflicts: liboping0-dev Replaces: liboping0-dev Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files) @@ -23,7 +23,7 @@ Description: C/C++ library to generate ICMP ECHO_REQUESTs (development files) Package: liboping0 Architecture: any -Depends: ${shlibs:Depends} +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. @@ -33,16 +33,23 @@ Description: C/C++ library to generate ICMP ECHO_REQUESTs Package: oping Section: net Architecture: any -Depends: ${shlibs:Depends}, liboping0 (>= ${source:Upstream-Version}) +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. + 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}) +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