Adding debian version 2.0.0+debian-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-08 12:00:23 +01:00
parent 1cf0d30d41
commit aae241d722
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
11 changed files with 146 additions and 0 deletions

39
debian/control vendored Normal file
View file

@ -0,0 +1,39 @@
Source: dnscap
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
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.