Adding debian version 2.15.2-1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
69e263a68b
commit
a3d7355f16
6 changed files with 128 additions and 0 deletions
37
debian/control
vendored
Normal file
37
debian/control
vendored
Normal file
|
@ -0,0 +1,37 @@
|
|||
Source: oarc-dsc
|
||||
Section: utils
|
||||
Priority: optional
|
||||
Maintainer: Daniel Baumann <daniel@debian.org>
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
libdnswire-dev,
|
||||
libgeoip-dev,
|
||||
libmaxminddb-dev,
|
||||
libpcap-dev,
|
||||
libuv1-dev,
|
||||
pkgconf,
|
||||
python3,
|
||||
Rules-Requires-Root: no
|
||||
Standards-Version: 4.7.2
|
||||
Homepage: https://www.dns-oarc.net/tools/dsc
|
||||
Vcs-Browser: https://forgejo.debian.net/dns-oarc/oarc-dsc
|
||||
Vcs-Git: https://forgejo.debian.net/dns-oarc/oarc-dsc
|
||||
|
||||
Package: oarc-dsc
|
||||
Section: utils
|
||||
Architecture: any
|
||||
Depends:
|
||||
python3,
|
||||
${misc:Depends},
|
||||
${shlibs:Depends},
|
||||
Suggests:
|
||||
oarc-dsc-datatool,
|
||||
Description: DNS Statistics Collector
|
||||
DNS Statistics Collector (DSC) is a tool used for collecting and exploring
|
||||
statistics from busy DNS servers. It can be set up to run on or near
|
||||
nameservers to generate aggregated data that can then be transported to
|
||||
central systems for processing, displaying and archiving.
|
||||
.
|
||||
Together with dsc-datatool the aggregated data can be furthur enriched
|
||||
and converted for import into for example InfluxDB which can then be
|
||||
accessed by Grafana for visualzation.
|
Loading…
Add table
Add a link
Reference in a new issue