diff --git a/debian/control b/debian/control index c90f3d2..7061977 100644 --- a/debian/control +++ b/debian/control @@ -4,6 +4,7 @@ Priority: optional Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), + libcryptopant-dev, libldns-dev, libpcap-dev, libssl-dev, diff --git a/debian/patches/debian/0002-cryptopant.patch b/debian/patches/debian/0002-cryptopant.patch deleted file mode 100644 index 4f20869..0000000 --- a/debian/patches/debian/0002-cryptopant.patch +++ /dev/null @@ -1,14 +0,0 @@ -Author: Daniel Baumann -Description: Building without cryptopant plugin, needs cryptopANT which is not available (OpenSSL vs. GPL-2). - -diff -Naurp dnscap.orig/plugins/Makefile.am dnscap/plugins/Makefile.am ---- dnscap.orig/plugins/Makefile.am -+++ dnscap/plugins/Makefile.am -@@ -1,6 +1,6 @@ - MAINTAINERCLEANFILES = $(srcdir)/Makefile.in - - SUBDIRS = pcapdump rssm txtout rzkeychange royparse anonmask ipcrypt \ -- anonaes128 cryptopan cryptopant eventlog -+ anonaes128 cryptopan eventlog - - EXTRA_DIST = template shared diff --git a/debian/patches/series b/debian/patches/series index ba0c0d0..1730a18 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1 @@ debian/0001-rssm-shebang.patch -debian/0002-cryptopant.patch