summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 17:45:33 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-15 07:35:54 +0000
commit0c0230ce7ece2deae44d6a238d5d1c8e1a073dd8 (patch)
treef9103d69e40c9c4dd42e1aab74f60b2f296bca72 /debian/control
parentAdding upstream version 0.2.0. (diff)
downloaddnswire-0c0230ce7ece2deae44d6a238d5d1c8e1a073dd8.tar.xz
dnswire-0c0230ce7ece2deae44d6a238d5d1c8e1a073dd8.zip
Adding debian version 0.2.0-1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control43
1 files changed, 43 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..230d8da
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,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.0
+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: libdnswire0
+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