From 5018b1a0fb8aa426b62b3d3b90dd474beace3c97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 4 Mar 2021 20:34:30 +0100 Subject: Adding debian version 2.0.0+debian-1. Signed-off-by: Daniel Baumann --- debian/control | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..0689f0f --- /dev/null +++ b/debian/control @@ -0,0 +1,39 @@ +Source: dnscap +Section: utils +Priority: optional +Maintainer: Daniel Baumann +Build-Depends: + debhelper-compat (= 13), + libldns-dev, + libpcap-dev, + libssl-dev, + libyaml-perl, + zlib1g-dev, +Rules-Requires-Root: no +Standards-Version: 4.5.1 +Homepage: https://www.dns-oarc.net/tools/dnscap +Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnscap +Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnscap + +Package: dnscap +Architecture: any +Depends: + ${misc:Depends}, + ${perl:Depends}, + ${shlibs:Depends}, +Description: Network capture utility designed specifically for DNS traffic + dnscap is a network capture utility designed specifically for DNS traffic. It + produces binary data in pcap(3) format. This utility is similar to tcpdump(1), + but has a number of features tailored to DNS transactions and protocol options. + +Package: dnscap-dev +Architecture: all +Depends: + dnscap (>= ${source:Version}), + ${misc:Depends}, +Description: Network capture utility designed specifically for DNS traffic (development) + dnscap is a network capture utility designed specifically for DNS traffic. It + produces binary data in pcap(3) format. This utility is similar to tcpdump(1), + but has a number of features tailored to DNS transactions and protocol options. + . + This package contains the development files. -- cgit v1.2.3