1
0
Fork 0
dnswire/debian/control
Daniel Baumann 1268c25a22
Updating my email address.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-09 06:50:59 +01:00

53 lines
1.3 KiB
Text

Source: dnswire
Section: libs
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper (>= 13.14~),
debhelper-compat (= 13),
dpkg-dev (>= 1.22.5),
libprotobuf-c-dev,
libtinyframe-dev,
libuv1-dev,
pkg-config,
protobuf-c-compiler,
Rules-Requires-Root: no
Standards-Version: 4.7.0
Homepage: https://github.com/DNS-OARC/dnswire
Vcs-Browser: https://forgejo.debian.net/dns-oarc/dnswire
Vcs-Git: https://forgejo.debian.net/dns-oarc/dnswire
Package: libdnswire-dev
Section: libdevel
Architecture: any
Depends:
libdnswire1t64 (= ${binary:Version}),
libprotobuf-c-dev,
libtinyframe-dev,
${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: libdnswire1t64
Provides:
${t64:Provides},
Replaces:
libdnswire1,
Breaks:
libdnswire1 (<< ${source:Version}),
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