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