diff options
-rw-r--r-- | debian/control | 44 | ||||
-rw-r--r-- | debian/knot-dnsutils.install | 4 | ||||
-rw-r--r-- | debian/knot-dnsutils.links | 2 | ||||
-rw-r--r-- | debian/knot-host.install | 2 | ||||
-rw-r--r-- | debian/knot-host.links | 1 | ||||
-rw-r--r-- | debian/knot.install | 5 |
6 files changed, 53 insertions, 5 deletions
diff --git a/debian/control b/debian/control index 9a9adaf..cf2c443 100644 --- a/debian/control +++ b/debian/control @@ -27,9 +27,6 @@ Description: authoritative domain 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. - . - Note: this release is still EXPERIMENTAL and you should know what - you are doing and be able to write bug reports. Package: knot-dbg Architecture: any @@ -47,3 +44,44 @@ Description: Debug symbols for Knot DNS . This package provides the debug symbols for Knot DNS needed for properly debugging errors in Knot DNS with gdb. + +Package: knot-dnsutils +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Section: net +Priority: optional +Conflicts: dnsutils +Replaces: dnsutils +Provides: dnsutils +Description: Clients provided with Knot DNS (kdig, knslookup, knsupdate) + 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 delivers various client programs related to DNS that are + derived from the Knot DNS source tree. + . + - [k]dig - query the DNS in various ways + - [k]nsupdate - perform dynamic updates (See RFC2136) + . + Those clients were designed to be 1:1 compatible with BIND dnsutils, + but they provide some enhancements, which are documented in respective + manpages. + . + WARNING: [k]nslookup is not provided as it is considered obsolete. + +Package: knot-host +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Section: net +Priority: optional +Conflicts: host +Provides: host +Replaces: host +Description: Version of 'host' bundled with Knot DNS + This package provides the 'host' program in the form that is bundled + with the Knot DNS. The 'host' command is designed to be 1:1 + compatible with BIND 9.x 'host' program. diff --git a/debian/knot-dnsutils.install b/debian/knot-dnsutils.install new file mode 100644 index 0000000..2e45630 --- /dev/null +++ b/debian/knot-dnsutils.install @@ -0,0 +1,4 @@ +usr/bin/kdig +usr/bin/knsupdate +usr/share/man/man1/kdig.1 +usr/share/man/man1/knsupdate.1 diff --git a/debian/knot-dnsutils.links b/debian/knot-dnsutils.links new file mode 100644 index 0000000..1c0de81 --- /dev/null +++ b/debian/knot-dnsutils.links @@ -0,0 +1,2 @@ +/usr/bin/kdig /usr/bin/dig +/usr/bin/knsupdate /usr/bin/nsupdate diff --git a/debian/knot-host.install b/debian/knot-host.install new file mode 100644 index 0000000..fc5b4a3 --- /dev/null +++ b/debian/knot-host.install @@ -0,0 +1,2 @@ +usr/bin/khost +usr/share/man/man1/khost.1 diff --git a/debian/knot-host.links b/debian/knot-host.links new file mode 100644 index 0000000..62d8e3f --- /dev/null +++ b/debian/knot-host.links @@ -0,0 +1 @@ +/usr/bin/khost /usr/bin/host diff --git a/debian/knot.install b/debian/knot.install index f0545f7..c7fea76 100644 --- a/debian/knot.install +++ b/debian/knot.install @@ -1,6 +1,7 @@ usr/sbin/knotc usr/sbin/knotd -usr/share/man/man5 -usr/share/man/man8 +usr/share/man/man5/knot.conf.5 +usr/share/man/man8/knotc.8 +usr/share/man/man8/knotd.8 usr/share/info etc/knot/knot.conf |