summaryrefslogtreecommitdiffstats
path: root/debian/control
blob: 8e29ddf52508cc03adb85f46e1b7069cf10ccf2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Source: dnswire
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends:
 debhelper-compat (= 13),
 golang-github-dnstap-golang-dnstap-dev,
 libprotobuf-c-dev,
 libtinyframe-dev,
 libuv1-dev,
 pkg-config,
 protobuf-c-compiler,
Rules-Requires-Root: no
Standards-Version: 4.6.1
Homepage: https://github.com/DNS-OARC/dnswire
Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnswire
Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnswire

Package: libdnswire-dev
Section: libdevel
Architecture: any
Depends:
 ${misc:Depends},
Description: DNS encapsulations and transporting (development)
 dnswire is a C library for encoding/decoding different DNS encapsulations and
 transporting them over different protocols.
 .
 This package contains the development files.

Package: libdnswire1
Section: libs
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Description: DNS encapsulations and transporting (library)
 dnswire is a C library for encoding/decoding different DNS encapsulations and
 transporting them over different protocols.
 .
 Supported encapsulations:
 .
   * DNSTAP using Protobuf
   * Frame Streams using tinyframe