Changes to update Tomato RAF.
[tomato.git] / release / src / router / dnsmasq / debian / control
blob3f673a3d7c1c0cbd32a792ba70cba1a4916b7ac4
1 Source: dnsmasq
2 Section: net
3 Priority: optional
4 Build-depends: gettext, libnetfilter-conntrack-dev [linux-any], libidn11-dev, libdbus-1-dev (>=0.61)
5 Maintainer: Simon Kelley <simon@thekelleys.org.uk>
6 Standards-Version: 3.9.3
8 Package: dnsmasq
9 Architecture: all
10 Depends: netbase, dnsmasq-base(>= ${source:Version})
11 Suggests: resolvconf
12 Conflicts: resolvconf (<<1.15)
13 Description: Small caching DNS proxy and DHCP/TFTP server
14  Dnsmasq is a lightweight, easy to configure, DNS forwarder and DHCP
15  server. It is designed to provide DNS and optionally, DHCP, to a 
16  small network. It can serve the names of local machines which are 
17  not in the global DNS. The DHCP server integrates with the DNS 
18  server and allows machines with DHCP-allocated addresses
19  to appear in the DNS with names configured either in each host or
20  in a central configuration file. Dnsmasq supports static and dynamic 
21  DHCP leases and BOOTP/TFTP for network booting of diskless machines.
23 Package: dnsmasq-base
24 Architecture: any
25 Depends: adduser, ${shlibs:Depends}
26 Breaks: dnsmasq (<< 2.63-1~)
27 Replaces: dnsmasq (<< 2.63-1~)
28 Description: Small caching DNS proxy and DHCP/TFTP server
29  This package contains the dnsmasq executable and documentation, but
30  not the infrastructure required to run it as a system daemon. For
31  that, install the dnsmasq package.
33 Package: dnsmasq-utils
34 Architecture: linux-any
35 Depends: ${shlibs:Depends}
36 Conflicts: dnsmasq (<<2.40)
37 Description: Utilities for manipulating DHCP leases
38  Small utilities to query a DHCP server's lease database and
39  remove leases from it. These programs are distributed with dnsmasq
40  and may not work correctly with other DHCP servers.