Source: iputils
Section: net
Priority: extra
Maintainer: Mohammad Abu-Garbeyyeh <mohammad7410@gmail.com>
XSBC-Original-Maintainer: Noah Meyerhans <noahm@debian.org>, Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
Standards-Version: 3.8.3.0
Build-Depends: debhelper7, sp, sgmlspl, docbook, quilt
Vcs-Svn: svn+https://svn.csail.mit.edu/iputils
Vcs-Browser: https://svn.csail.mit.edu/iputils

Package: iputils-ping
Architecture: any
Priority: important
Conflicts: ping, suidmanager (<< 0.50)
Depends: ${shlibs:Depends}
Replaces: netbase (<< 4.00)
Description: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.
 
Package: iputils-tracepath
Architecture: any
Suggests: traceroute
Priority: optional
Depends: ${shlibs:Depends}
Conflicts: suidmanager (<< 0.50)
Replaces: netbase (<< 4.00)
Description: Tools to trace the network path to a remote host
 The tracepath utility is similar to the traceroute utility, but also
 attempts to discover the MTU of the path.
 .
 This package also includes tracepath6 and traceroute6 utilities, which
 may be used on IPv6 networks.

Package: iputils-arping
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: suidmanager (<< 0.50), arping, iputils-ping (<<20001110-6)
Replaces: netbase (<< 4.00)
Description: Tool to send ARP Requests for an IP address
 The standard ping command sends ICMP Echo Requests to an IP address.
 To do that on an Ethernet-type link, however, the sending node needs
 to know the MAC address of the destination, so when standard ping
 fails, you don't really know whether it is the address resolution or
 the Echo Request that fails.
 .
 The arping command only does the ARP part, so it can be useful after
 a failed ping in figuring out whether it is the resolution or the
 ICMP Echo that fails.  It can do other useful things, too.

Package: ping
Architecture: any
Priority: important
Conflicts: suidmanager (<< 0.50)
Depends: ${shlibs:Depends}
Replaces: netbase (<< 4.00)
Description: Tools to test the reachability of network hosts
 The ping command sends ICMP ECHO_REQUEST packets to a host in order to
 test if the host is reachable via the network.
 .
 This package includes a ping6 utility which supports IPv6 network
 connections.
 .
 Same package as iputils-ping, but doesn't conflict with busybox.
