summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:41:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-05 17:41:35 +0000
commit9c80e2b0a6da1aab8c99efc9200d15f1124dc8c4 (patch)
tree7611716063eca933355f485079046f3cb2141e0c /debian/control
parentAdding upstream version 4.99.3. (diff)
downloadtcpdump-9c80e2b0a6da1aab8c99efc9200d15f1124dc8c4.tar.xz
tcpdump-9c80e2b0a6da1aab8c99efc9200d15f1124dc8c4.zip
Adding debian version 4.99.3-1.debian/4.99.3-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control34
1 files changed, 34 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..368fca9
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,34 @@
+Source: tcpdump
+Section: net
+Priority: optional
+Maintainer: Romain Francoise <rfrancoise@debian.org>
+Build-Depends: debhelper-compat (= 13),
+ dh-apparmor,
+ dpkg-dev (>= 1.16.1~),
+ libpcap0.8-dev (>= 1.9.1),
+ libssl-dev
+Standards-Version: 4.6.2
+Rules-Requires-Root: no
+Homepage: https://www.tcpdump.org/
+Vcs-Browser: https://salsa.debian.org/rfrancoise/tcpdump
+Vcs-Git: https://salsa.debian.org/rfrancoise/tcpdump.git
+
+Package: tcpdump
+Architecture: any
+Depends: adduser,
+ ${misc:Depends},
+ ${shlibs:Depends}
+Breaks: apparmor-profiles-extra (<< 1.12~)
+Replaces: apparmor-profiles-extra (<< 1.12~)
+Suggests: apparmor (>= 2.3)
+Multi-Arch: foreign
+Description: command-line network traffic analyzer
+ This program allows you to dump the traffic on a network. tcpdump
+ is able to examine IPv4, ICMPv4, IPv6, ICMPv6, UDP, TCP, SNMP, AFS
+ BGP, RIP, PIM, DVMRP, IGMP, SMB, OSPF, NFS and many other packet
+ types.
+ .
+ It can be used to print out the headers of packets on a network
+ interface, filter packets that match a certain expression. You can
+ use this tool to track down network problems, to detect attacks
+ or to monitor network activities.