Skip to content
Snippets Groups Projects
Commit 611ddf3a authored by Jakub Ružička's avatar Jakub Ružička
Browse files

distro/deb: move geoip module to subpackage

parent 882ccc0c
Branches
Tags
1 merge request!1239Move dnstap and geoip modules into subpackages
......@@ -193,6 +193,22 @@ Description: dnstap module for Knot DNS
.
This package contains dnstap module for logging DNS traffic.
Package: knot-module-geoip
Architecture: any
Depends:
knot (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends},
Description: geoip module for Knot DNS
Knot DNS is a fast, authoritative only, high performance, feature
full and open source name server.
.
Knot DNS is developed by CZ.NIC Labs, the R&D department of .CZ
registry and hence is well suited to run anything from the root
zone, the top-level domain, to many smaller standard domain names.
.
This package contains geoip module for geography-based responses.
Package: knot-doc
Architecture: all
Multi-Arch: foreign
......
usr/lib/*/knot/modules-*/geoip.so
......@@ -50,6 +50,7 @@ override_dh_auto_configure:
--enable-systemd=auto \
--enable-dnstap \
--with-module-dnstap=shared \
--with-module-geoip=shared \
$(RECVMMSG) \
$(FASTPARSER) \
--disable-silent-rules \
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment