diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..b05c8cd --- /dev/null +++ b/debian/control @@ -0,0 +1,21 @@ +Source: traceroute +Section: net +Priority: important +Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org> +Build-Depends: debhelper-compat (= 13) +Standards-Version: 4.6.2 +Homepage: https://traceroute.sourceforge.net/ + +Package: traceroute +Architecture: linux-any +Depends: ${misc:Depends}, ${shlibs:Depends} +Description: Traces the route taken by packets over an IPv4/IPv6 network + The traceroute utility displays the route used by IP packets on their way to a + specified network (or Internet) host. Traceroute displays the IP number and + host name (if possible) of the machines along the route taken by the packets. + Traceroute is used as a network debugging tool. If you're having network + connectivity problems, traceroute will show you where the trouble is coming + from along the route. + . + Install traceroute if you need a tool for diagnosing network connectivity + problems. |