Codebase list golang-github-dnstap-golang-dnstap / 258a04c6-1475-4d6c-8f4a-244ff06f1e74/main debian / control
258a04c6-1475-4d6c-8f4a-244ff06f1e74/main

Tree @258a04c6-1475-4d6c-8f4a-244ff06f1e74/main (Download .tar.gz)

control @258a04c6-1475-4d6c-8f4a-244ff06f1e74/mainraw · history · blame

Source: golang-github-dnstap-golang-dnstap
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders:
 Sascha Steinbiss <satta@debian.org>,
Section: devel
Testsuite: autopkgtest-pkg-go
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-golang,
 help2man,
 golang-any,
 golang-github-miekg-dns-dev,
 golang-goprotobuf-dev,
 golang-github-farsightsec-golang-framestream-dev (>= 0.3.0)
Standards-Version: 4.5.0
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-dnstap-golang-dnstap
Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-dnstap-golang-dnstap.git
Homepage: https://github.com/dnstap/golang-dnstap
Rules-Requires-Root: no
XS-Go-Import-Path: github.com/dnstap/golang-dnstap

Package: golang-github-dnstap-golang-dnstap-dev
Architecture: all
Depends:
 ${misc:Depends},
 golang-github-miekg-dns-dev,
 golang-goprotobuf-dev,
 golang-github-farsightsec-golang-framestream-dev
Description: flexible, structured event replication format for DNS servers
 dnstap implements an encoding format for DNS server events. It uses a
 lightweight framing on top of event payloads encoded using Protocol Buffers and
 is transport neutral.
 dnstap can represent internal state inside a DNS server that is difficult to
 obtain using techniques based on traditional packet capture or unstructured
 textual format logging.
 .
 This package contains the Go library code.

Package: golang-github-dnstap-golang-dnstap-cli
Architecture: amd64 arm64 armel armhf i386 mips64el mipsel ppc64el s390x ppc64 riscv64
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: dnstap command line tool
 dnstap implements an encoding format for DNS server events. It uses a
 lightweight framing on top of event payloads encoded using Protocol Buffers and
 is transport neutral.
 dnstap can represent internal state inside a DNS server that is difficult to
 obtain using techniques based on traditional packet capture or unstructured
 textual format logging.
 .
 This package contains the "dnstap" command line tool.