Imported Debian patch 1:1.05-8
[hcoop/zz_old/debian/djbdns.git] / debian / control
CommitLineData
b4588d5c
GP
1Source: djbdns
2Section: net
3Priority: optional
4Maintainer: Gerrit Pape <pape@smarden.org>
5Standards-Version: 3.8.0.1
6
7Package: djbdns
8Architecture: any
9Depends: ${shlibs:Depends}
10Replaces: djbdns-doc
11Suggests: dnscache-run
12Recommends: daemontools, ucspi-tcp, daemontools-run | runit, make
13Description: a collection of Domain Name System tools
14 This package includes software for all the fundamental DNS operations:
15 .
16 DNS cache: finding addresses of Internet hosts. When a browser wants to
17 contact www.hotwired.com, it first asks a DNS cache, such as djbdns's
18 dnscache, to find the IP address of www.hotwired.com. Internet service
19 providers run dnscache to find IP addresses requested by their customers.
20 If you're running a home computer or a workstation, you can run your own
21 dnscache to speed up your web browsing.
22 .
23 DNS server: publishing addresses of Internet hosts. The IP address of
24 www.hotwired.com is published by HotWired's DNS servers. djbdns includes
25 a general-purpose DNS server, tinydns; network administrators run tinydns
26 to publish the IP addresses of their computers. djbdns also includes
27 special-purpose servers for publishing DNS walls and RBLs.
28 .
29 DNS client: talking to a DNS cache. djbdns includes a DNS client C
30 library and several command-line DNS client utilities. Programmers use
31 these tools to send requests to DNS caches.
32 .
33 djbdns also includes several DNS debugging tools, notably dnstrace, which
34 administrators use to diagnose misconfigured remote servers.
35 .
36 See http://cr.yp.to/djbdns.html
37
38Package: dbndns
39Architecture: any
40Depends: ${shlibs:Depends}
41Replaces: djbdns-doc
42Recommends: daemontools, ucspi-tcp, daemontools-run | runit, make
43Conflicts: djbdns
44Provides: djbdns
45Suggests: dnscache-run
46Description: Debian fork of djbdns, a collection of Domain Name System tools
47 dbndns is a fork of the djbdns package, including patches requested by
48 Debian developers and Debian users, e.g. a patch to provide IPv6
49 functionality.
50 .
51 The djbdns package provides software for all the fundamental DNS
52 operations:
53 .
54 DNS cache: finding addresses of Internet hosts. When a browser wants to
55 contact www.hotwired.com, it first asks a DNS cache, such as djbdns's
56 dnscache, to find the IP address of www.hotwired.com. Internet service
57 providers run dnscache to find IP addresses requested by their customers.
58 If you're running a home computer or a workstation, you can run your own
59 dnscache to speed up your web browsing.
60 .
61 DNS server: publishing addresses of Internet hosts. The IP address of
62 www.hotwired.com is published by HotWired's DNS servers. djbdns includes
63 a general-purpose DNS server, tinydns; network administrators run tinydns
64 to publish the IP addresses of their computers. djbdns also includes
65 special-purpose servers for publishing DNS walls and RBLs.
66 .
67 DNS client: talking to a DNS cache. djbdns includes a DNS client C
68 library and several command-line DNS client utilities. Programmers use
69 these tools to send requests to DNS caches.
70 .
71 djbdns also includes several DNS debugging tools, notably dnstrace, which
72 administrators use to diagnose misconfigured remote servers.
73
74Package: dnscache-run
75Architecture: all
76Depends: djbdns, daemontools, daemontools-run | runit, adduser
77Description: djbdns dnscache service
78 This package automatically sets up the djbdns package to provide a
79 dnscache service, listening on 127.0.0.1 by default.