summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 08:05:17 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-03-13 08:24:56 +0000
commit92d76cb730cdb2d4f2deb138d76054eb98537ce6 (patch)
tree4820bf7543f7a5a7c183629f4816d92a5f1ea946 /debian/control
parentAdding upstream version 1.1.0+debian. (diff)
downloaddnsjit-92d76cb730cdb2d4f2deb138d76054eb98537ce6.tar.xz
dnsjit-92d76cb730cdb2d4f2deb138d76054eb98537ce6.zip
Adding debian version 1.1.0+debian-1.debian/1.1.0+debian-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ebd3de
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: dnsjit
+Section: utils
+Priority: optional
+Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
+Build-Depends:
+ debhelper-compat (= 13),
+ libck-dev,
+ libgnutls28-dev,
+ liblmdb-dev,
+ libluajit-5.1-dev,
+ libnghttp2-dev,
+ libpcap-dev,
+ libuv1-dev,
+ luajit,
+Rules-Requires-Root: no
+Standards-Version: 4.5.1
+Homepage: https://www.dns-oarc.net/tools/dnsjit
+Vcs-Browser: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsjit
+Vcs-Git: https://git.progress-linux.org/users/daniel.baumann/debian/packages/dnsjit
+
+Package: dnsjit
+Section: utils
+Architecture: any
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
+Description: Engine for capturing, parsing and replaying DNS
+ dnsjit is a combination of different DNS related tools around Lua to create a
+ script-based engine for capturing, parsing and statistics gathering of DNS
+ messages while also providing facilities for replaying DNS traffic.