summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 18:48:10 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-04 19:09:07 +0000
commitee8502360558742b243f6f108755614f1cac7c88 (patch)
treeb153572b43fc38bfee8afd1d8b29192b80f9f5a0 /debian/control
parentAdding upstream version 2.4.2+debian. (diff)
downloaddnsperf-ee8502360558742b243f6f108755614f1cac7c88.tar.xz
dnsperf-ee8502360558742b243f6f108755614f1cac7c88.zip
Adding debian version 2.4.2+debian-1.debian/2.4.2+debian-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control31
1 files changed, 31 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..86803fe
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,31 @@
+Source: dnsperf
+Section: utils
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ libldns-dev,
+ libssl-dev,
+ pkg-config,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://www.dns-oarc.net/tools/dnsperf
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsperf
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsperf
+
+Package: dnsperf
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Suggests:
+ python3-dnspython,
+ python3-pcapy,
+Description: DNS Performance Testing Tool
+ dnsperf gathers accurate latency and throughput metrics for the Domain Name
+ Service (DNS). Network operators can benchmark their naming and addressing
+ infrastructure. dnsperf "self-paces" the DNS query load to simulate network
+ conditions.
+ .
+ resperf systematically increases the query rate and monitors the response
+ rate to simulate caching DNS services.