summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:40:29 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-09 13:40:29 +0000
commitb9b66f0ed977be6f30d93514371f9835a1b1069f (patch)
treeff02a25fe7ac43fc854f95204259af273f2b519a /debian/control
parentAdding upstream version 1:2.1.5. (diff)
downloadtraceroute-b9b66f0ed977be6f30d93514371f9835a1b1069f.tar.xz
traceroute-b9b66f0ed977be6f30d93514371f9835a1b1069f.zip
Adding debian version 1:2.1.5-1.debian/1%2.1.5-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control22
1 files changed, 22 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..60ca196
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,22 @@
+Source: traceroute
+Section: net
+Priority: important
+Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
+Build-Depends: debhelper-compat (= 13)
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+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.